Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
From: Eric Wendel <ericdbw@be...> - 2004-02-12 08:42:22
|
Hi all, I have a Proxim Skyline PN474 USB wireless adaptor that apparently has no linux support. (Emphasize apparently - if there is, I haven't found it yet.) I've tried browsing the archives, but there are some problems with the Sourceforge website or something ... anyways, it seems as though ndiswrapper is geared towards pci devices ... anyway I can change things around to get ndiswrapper working for usb devices? I had errors doing make install using .4, (I'm running 2.4.20-18 for i686 on red hat 9) so using .3, and using device info from lsusb, I got the following error running this command: "utils/loaddriver 0x08c4 0x0100 VNETUSBA.SYS NETVUSBA.INF Calling putdriver ioctl Unable to put driver (check dmesg for more info): Invalid argument" here's some abbreviated ouput of lsmod: "Module Size Used by Tainted: P usb-ohci 21480 0 (unused) ehci-hcd 19976 0 (unused) usb-uhci 26348 0 (unused) ndiswrapper 50712 0 usbcore 78784 1 [usb-ohci ehci-hcd usb-uhci audio pwc printer hid]" and dmesg complained like so: "Unknown symbol: ntoskrnl.exe:InterlockedIncrement Unknown symbol: ntoskrnl.exe:InterlockedDecrement Unknown symbol: ntoskrnl.exe:IoFreeIrp Unknown symbol: ntoskrnl.exe:IoAllocateIrp Unknown symbol: ntoskrnl.exe:KeSetEvent Unknown symbol: ntoskrnl.exe:PsCreateSystemThread Unknown symbol: ntoskrnl.exe:KeGetCurrentThread Unknown symbol: ntoskrnl.exe:KeSetPriorityThread Unknown symbol: ntoskrnl.exe:PsTerminateSystemThread Unknown symbol: ntoskrnl.exe:IoCancelIrp Unknown symbol: ntoskrnl.exe:IoBuildDeviceIoControlRequest Unknown symbol: ntoskrnl.exe:IoIsWdmVersionAvailable Unknown symbol: USBD.SYS:USBD_CreateConfigurationRequest Unknown symbol: USBD.SYS:_USBD_ParseConfigurationDescriptorEx@... Unable to prepare driver" Are these usb-related errors, or other-related, or do you need more information on errors? How would I go about making this work for usb? Thanks, Eric |