Download Driver Jp1082 Usb Lan

0 views
Skip to first unread message

Sophie Reynolds

unread,
Aug 4, 2024, 3:43:53 PM8/4/24
to nvirkirkvipoult
HiI just bought a 2.0 USB to LAN converter Model JP1082 030818 and found out that there are no drivers for Windows 7 (64-bit) within the seperate CD disc that came along with it. I would like to find out if anyone has been succesful in obtaining 64 bit drivers for this adapter?

Senhores comprei uma placa de rede usb>rj45 e no estou conseguindo achar o driver dessa infeliz, veio um CD que deveria ser o driver ma sa unica coisa que veio foi um arquivo txt com a seguinte informao:


Tinha comprado esse adaptador a uns 5 anos e nunca usei, mas hoje precisei.



@dacyr ribeiro Para futuras consultas, basta abrir o GERENCIADOR DE DISPOSITIVOS e atualizar o driver dele selecionando a pasta do driver disponibilizado pelo companheiro acima.


SPARC, SPARC64, SPARCengine, and UltraSPARC are trademarks ofSPARC International, Inc in the United States and other countries.SPARC International, Inc owns all of the SPARC trademarks and underlicensing agreements allows the proper use of these trademarks byits members.


The release notes for FreeBSD 8.4-RELEASE contain a summary ofthe changes made to the FreeBSD base system on the 8.4-STABLEdevelopment line. This document lists applicable securityadvisories that were issued since the last release, as well assignificant changes to the FreeBSD kernel and userland. Some briefremarks on upgrading are also presented.


This document contains the release notes for FreeBSD8.4-RELEASE. It describes recently added, changed, or deletedfeatures of FreeBSD. It also provides some notes on upgrading fromprevious versions of FreeBSD.


Typical release note items document recent security advisoriesissued after 8.3-RELEASE, new drivers or hardware support, newcommands or options, major bug fixes, or contributed softwareupgrades. They may also list changes to major ports/packages orrelease engineering practices. Clearly the release notes cannotlist every single change made to FreeBSD between releases; thisdocument focuses primarily on security advisories, user-visiblechanges, and major architectural improvements.


loader(8) environment variablescomconsole_port and comconsole_pcidev have been added. The formerallows to set the base address of the serial console I/O port. Thelater takes the string of the format bus:device:function:[bar] as a value and uses the serialport attached as PCI device at the specified location for console.Both variants pass hw.uart.consolevariable to the uart(4) driver to properlyhand-over the kernel console.[r245847]


debug.kdb.break_to_debugger anddebug.kdb.alt_break_to_debugger havebeen added as sysctl(8) variables and loadertunables. These are disabled by default and BREAK_TO_DEBUGGER and ALT_BREAK_TO_DEBUGGER kernel options now set themenabled. These changes allow GENERICkernel to support break-to-debugger capability.[r235121]


The FreeBSD sched_ule(4) scheduler has beenimproved in CPU selection on systems which support SMT (SymmetricMultiThreading, also known as HyperThreading on Intel CPUs). It nowprefers a logical CPU when the the other logical CPUs on thephysical one are idle, and an idle CPU in an SMT CPU group alwayshas lower priority. The CPU load calculation for load balancing hasalso been improved to consider highest and lowest CPU load incomparison to differentiate load in CPU groups. This change gives10-15% performance improvement in SMT CPUs such as Corei7.[r241246]


A new sysctl(8) variable kern.stop_scheduler_on_panic has been added. Whenset to 1, only one thread runsuninterruptedly after a system panic and the other CPUs arestopped. The default value is 0.[r235502]


A bug that changes to a mapped file with the mmap(2) system call were notflushed properly under certain circumstances has been fixed. If aprocess has an NFS-backed file and adds changes to it, normally thechanges are written into the backing store automatically. However,the NFS client recognized the modified parts are writtensuccessfully even when the write operation was failed for somereason such as permission denied.[r233765, r234094, r236150]


The gptboot boot block now reads thebackup GPT header from the last LBA only when the primary GPTheader and tables are invalid. This mitigates interoperabilityissues with some geom(4) providers like MIRROR which use the last LBA for themetadata.[r234694]


The zfsboot boot block and zfsloader support filesystems within a ZFS storagepool. In zfsloader, the ZFS device nameformat is now zfs:pool/fs and the fullyqualified file path format is zfs:pool/fs:/path/to/file. The zfsboot boot block accepts the kernel/loader namein the format pool:fs:path/to/file or, asbefore, pool:path/to/file. In the lattercase a default filesystem is used (the pool root or a filesystemwith the bootfs property). The zfsbootboot block passes the GUIDs of the selected storage pool anddataset to zfsloader to be used as itsdefaults.[r237765]


FreeBSD acpi(4) subsystem now uses MADTto match ACPI Processor objects to CPUs and ignores disabled coreswhile it is possible that MADT and DSDT/SSDTs may list CPUs indifferent orders. A new loader tunable debug.acpi.cpu_unordered has been added for buggysystems that do not have unique ACPI IDs for MADT and Processorobjects. Setting it to 1 restores the oldbehavior.[r237823]


[amd64] A workaround for Erratum 721 for AMD Processor Family10h and 12h has been implemented. Under a highly specific anddetailed set of internal timing conditions, the processor mayincorrectly update the stack pointer after a long series of pushand/or near-call instructions, or a long series of pop and/ornear-return instructions.[r233799]


[amd64] The pci(4) driver now supportsmapping between MSI (Message Signaled Interrupt) and HyperTransportinterrupt messages on HyperTransport to PCI bus briges. This changeimproves handling of MSIs on AMD CPUs.[r234151]


[amd64, i386] The random(4) driver now supportsRDRAND instruction on Intel on-chipDigital Random Number Generator (called Bull Mountain).RDRAND_RND kernel option has been addedto GENERIC kernel.[r240994]


The usb(4) driver now supportsmulti-TT mode operation, which can have one transaction translatorfor each downstream-facing port on a USB hub. This allows morebandwidth for isochronous FULL speed application connected througha High Speed USB HUB.[r235011]


The xhci(4) USB driver now supportsXHCI port routing on Intel 7 Series chipsets (Panther Point) andIntel 8 Series chipsets (Lynx Point). A new loader(8) tunable hw.usb.xhci.xhci_port_route has been added forrouting bitmap for switching EHCI ports to XHCIcontroller.[r242985]


The snd_hda(4) driver has beenupdated. It now supports and provides HDMI, new volume control,automatic recording source selection, runtime reconfiguration, morethan 4 PCM devices on a controller, multichannel recording,additional playback/record streams, higher bandwidth, and moreinformative device names.[r236750, r236753]


The bce(4) network interface drivernow supports remote PHYs, which allow the controller to performMDIO type accesses to a remote transceiver by using message pagesdefined through MRBE (MultiRate Backplane Ethernet). This is foundon machines such as the Dell PowerEdge M610 Blade.[r235819]


The fxp(4) network interface driverhas been improved. It does not cause unnecessary media change incontroller reconfiguration such as promiscuous mode change whichleads to an extra link reestablishment.[r233502]


The igb(4) network interface drivernow attempts to attach as many CPUs as possible to each queue. Ifthe number of CPUs are greater than or equal to the number ofqueues, all queues are bound to different CPUs.[r235616]


IP_RECVTOS socket option to receive forreceived UDP/IPv4 packets a cmsg of type IP_RECVTOS which containsthe TOS byte has been implemented. This allows access to the ECNbits in a protocol on top of UDP.[r247944]


A bug in FreeBSD IPv6 stack has been fixed. It could cause avlan(4) pseudo network interfaceto get the EUI64 part in an autoconfigured IPv6 address from anunrelated Ethernet interface on the system.[r233112]


FreeBSD IPv6 stack now handles fragment packets which are notactually fragments but have Fragment Header with both theFragment Offset and the M bit set to 0 as a regular(non-fragment) packet. For more detail, see Internet Draftdraft-gont-6man-ipv6-atomic-fragments.[r238495]


The lagg(4) pseudo network driver nowallows the configuration of which layers are used for the loadbalance hash calculation. It can be set in ifconfig lagghash option in a comma-separated list.The default value is lagghash l2,l3,l4.For more detail, see ifconfig(8) manual page.[r236057]


The ng_netflow(4) netgraph(4) node and flowctl(8) utility now supportsNetFlow version 9. A new export9 hook has been added for NetFlow v9data. Note that data export can be done simultaneously in bothversion 5 and version 9.[r238619, r238620]


SO_PROTOCOL and SO_PROTOTYPE socket option have been added. Theseare socket level options to get the protocol number found inLinux or Solaris. For more detail, see setsockopt(2) manualpage.[r232819]


The ata(4) driver now createssymbolic links for backward compatibility when ATA_CAM kernel option is enabled. In a kernel withATA_CAM, an ATA/SATA disk is recognizedas a device node with a name ada0 insteadof ad0. A symbolic link /dev/ad0 is automatically generated for /dev/ada0 to keep backward compatibility. Thissymbolic link generation can be controlled by a kern.cam.ada.legacy_aliases (enabled by defaultwhen ATA_CAM is set).[r234912]


A new sysctl(8) variable kern.cam.pmp.hide_special has been added. Thiscontrols whether special PMP ports such as PMP (Port MultiPlier)configuration or SEMB (SATA Enclosure Management Bridge) will beexposed or hidden. The default value is 1(hidden).[r236766]


The cam(4) driver now uses READ CAPACITY(16) SCSI command to get deviceinformation by default when possible. This enables to detectwhether Logical Block Provisioning (also known as TRIM or UNMAP) in SBC-3(SCSI Block Commands-3) Specification is supported on thedevice.[r232942, r236804]


The MULTIPATH geom(4) class has been updated.It now supports Active/Active mode, Active/Read mode as hybrid ofActive/Active and Active/Passive, keeping a failed path withoutremoving the geom provider, manual configuration without on-diskmetadata, and add, remove, fail, restore, configure subcommands inthe gmultipath(8) utility to managethe configured paths.[r234917]

3a8082e126
Reply all
Reply to author
Forward
0 new messages