LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   ubuntu 8.04 DWA-130 A1 -INF file (https://www.linuxquestions.org/questions/linux-networking-3/ubuntu-8-04-dwa-130-a1-inf-file-711595/)

Outty 03-14-2009 11:02 AM

ubuntu 8.04 DWA-130 A1 -INF file
 
Im having trouble locating the INF file to unwrap using ns, Ive downloaded the driver from the site as well as the cd-rom. They come with an exe file that in setup through wine and still cant find a inf file anywhere. I read that this is an out of the box working usb and would like some help on the issue of how to get ns to convert this driver. I checked in the folders i installed to as well as the hidden folders in wines windows inf file. Thanks :)

Drakeo 03-14-2009 11:13 PM

enjoy

voyvf 04-23-2009 07:26 PM

Quote:

Originally Posted by Drakeo (Post 3475812)
enjoy

You rock. I've been looking for a better driver forever (too lazy/busy to write one), I'll post on how it works once I've tried it.

For what it's worth, I haven't been able to get 802.11n to work with ndiswrapper/win32 drivers on Feisty. Haven't tried it on my Gentoo box, but I was going to try if another googling didn't solve it.

Thanks again.

voyvf 04-24-2009 10:30 PM

No luck. I compiled and loaded the driver modules and firmware, but while it loads fine I get no device. i.e., r8192_usb is loaded but no wlan0, wlan1, wlan2, etc..

using native module:
Code:

[  924.252192] ieee80211_crypt: unregistered algorithm 'CCMP'
[  924.256182] ieee80211_crypt: unregistered algorithm 'TKIP'
[  924.260158] ieee80211_crypt: unregistered algorithm 'WEP'
[  924.264137] ieee80211_crypt: unregistered algorithm 'NULL' (deinit)
[  929.781714] ieee80211_crypt: registered algorithm 'NULL'
[  929.791664] ieee80211_crypt: registered algorithm 'WEP'
[  929.810661] ieee80211_crypt: registered algorithm 'TKIP'
[  929.819579] ieee80211_crypt: registered algorithm 'CCMP'
[  929.854536]
[  929.854538] Linux kernel driver for RTL8192 based WLAN cards
[  929.854543] Copyright (c) 2007-2008, Realsil Wlan
[  929.855099] usbcore: registered new interface driver rtl819xU

and using ndiswrapper:
Code:

[  929.854538] Linux kernel driver for RTL8192 based WLAN cards
[  929.854543] Copyright (c) 2007-2008, Realsil Wlan
[  929.855099] usbcore: registered new interface driver rtl819xU
[ 1791.930741] ndiswrapper version 1.52 loaded (smp=yes, preempt=no)
[ 1792.132213] usb 3-1: reset high speed USB device using ehci_hcd and address 2
[ 1792.311645] ndiswrapper: driver netmw245 (Marvell,11/27/2006,1.0.4.9) loaded
[ 1793.300537] wlan0: ethernet device 00:1b:11:e7:bc:7c using NDIS driver: netmw245, version: 0x1000308, NDIS version: 0x501, vendor: 'NDIS Network Adapter', 07D1:3B11.F.conf
[ 1793.301124] wlan0: encryption modes supported: WEP; TKIP with WPA, WPA2, WPA2PSK; AES/CCMP with WPA, WPA2, WPA2PSK
[ 1793.301524] usbcore: registered new interface driver ndiswrapper
[ 1793.309903] ndiswrapper: changing interface name from 'wlan0' to 'wlan2'
[ 1793.310341] udev: renamed network interface wlan0 to wlan2

lsusb:
Code:

--($:~/Desktop/nd/dwa/rtl8192u_linux_2.6.0006.1031.2008)-- lsusb
Bus 003 Device 002: ID 07d1:3b11 D-Link System
Bus 003 Device 001: ID 0000:0000 
Bus 002 Device 001: ID 0000:0000 
Bus 001 Device 001: ID 0000:0000

Any ideas?

voyvf 04-24-2009 10:32 PM

Quote:

Originally Posted by Outty (Post 3475375)
Im having trouble locating the INF file to unwrap using ns, Ive downloaded the driver from the site as well as the cd-rom. They come with an exe file that in setup through wine and still cant find a inf file anywhere. I read that this is an out of the box working usb and would like some help on the issue of how to get ns to convert this driver. I checked in the folders i installed to as well as the hidden folders in wines windows inf file. Thanks :)

here's my inf

Code:

sys_files|mrvw245.sys
NdisVersion|0x50001
Environment|1
class_guid|4D36E972-E325-11CE-BFC1-08002BE10318
driver_version|Marvell,11/27/2006,1.0.4.9
BusType|15
SlotNumber|01
NetCfgInstanceId|{28022A01-1234-5678-ABCDE-123813291A00}

AdhocMode|1
AMPDUCompatible|1
AMSDUCompatible|1
AMSDUEnabled|2
BlockAckMode|2
ChannelWidth|-1
CSMode|0
DriverDesc|NDIS Network Adapter
DriverRel|11/27/2006
EncryptionType|0
EWCTurboMode|1
ExtChannelOffset|-1
FragThsd|2346
GuardInterval|-1
HTModeEnabled|1
LED0Associated|0100ff00
LED0Joined|0100ff00
LED0PowerOff|0100fe00
LED0PowerOn|0100ff00
LED0Rx|0100ff00
LED0RxHigh|0100ff00
LED0Scan|0100ff00
LED0Started|0100ff00
LED0Tx|0100ff00
LED0TxHigh|0100ff00
LED1Associated|0101fe00
LED1Joined|0101fe00
LED1PowerOff|0101fe00
LED1PowerOn|0101fe00
LED1Rx|01010200
LED1RxHigh|01010200
LED1Scan|01010200
LED1Started|0101fe00
LED1Tx|01010200
LED1TxHigh|01010200
LEDOffAfterRadioOff|1
OpMode|0
PowerMode|0
Preamble|3
RadioOn|1
RateAdaptMode|0
RegistryMimoCfg|-1
RTSThsd|2346
Service|MRVW245
SSIDScanOnce|0
Tcp1323Opts|00000001
TcpWindowSize|00262144
TxWepKey|
WepKey1|
WepKey2|
WepKey3|
WepKey4|


yorksett 08-15-2009 08:18 PM

HELP! I am brand new to Linux.
I have a DWA-130 adapter. I installed the Linux apps. I see the Install windows drivers, I copied to the above inf to a text file and attempted to load it. It says: invalid driver file. I can not find a inf anywhere. Can someone please tell me what it is exactly I am supposed to do from here forward.

Thank you!

voyvf 08-17-2009 06:12 PM

Quote:

Originally Posted by yorksett (Post 3644856)
HELP! I am brand new to Linux.
I have a DWA-130 adapter. I installed the Linux apps. I see the Install windows drivers, I copied to the above inf to a text file and attempted to load it. It says: invalid driver file. I can not find a inf anywhere. Can someone please tell me what it is exactly I am supposed to do from here forward.

Thank you!

You'll also need the sys file. I can't recall precisely, but I had to jump through some hoops to get to it using wine.

yorksett 08-17-2009 11:08 PM

All that is nice and fine. But where do I get the files?

Thanks!

voyvf 08-18-2009 06:22 PM

Quote:

Originally Posted by yorksett (Post 3647437)
All that is nice and fine. But where do I get the files?

Thanks!

I put them up for download here. I'm actually using them with ndiswrapper right now. :D

Good luck!


All times are GMT -5. The time now is 06:51 AM.