You are not logged in.

#1 2006-12-23 07:56:27

sacarde
Member
Registered: 2006-07-14
Posts: 389

wireless USRobotics MAXg usb

hi,

on
wireless USRobotics MAXg usb


  whic driver can I use ?

I have:
Bus 005 Device 003: ID 0baf:011b U.S. Robotics


where can I found file .sys .ini to install ndiswrapper ?

or what else ?


p.s.
after adding udev rules :
BUS=="usb", SYSFS{idProduct}=="011b", SYSFS{idVendor}=="0baf", PROGRAM="/bin/sh -c 'echo 1 > /sys/%p/device/bConfigurationValue'"

system cannot found device wlan0

Offline

#2 2006-12-23 11:24:49

sacarde
Member
Registered: 2006-07-14
Posts: 389

Re: wireless USRobotics MAXg usb

I found in sourceforge ndiswrapper....

   7. USB: US ROBOTICS USR805421 802.11g Wireless USB Adapter
          * Chipset:Unknown
          * usbid: 0baf:011B
          * Driver: Official U.S. Robotics [68]. Unpack it and install driver with USR5421X.inf. This doesn't copy the .sys files (.sys files for RNDIS driver are part of Windows, so they are not needed in Windows; however, driver for USR5421 distributes .sys files but they are not installed by .inf file); so copy RNDISMPK.sys and usb8023k.sys files into /etc/ndiswrapper/usr5421x directory as rndismpk.sys and usb8023k.sys respectively).
          * Other: Works with snapshot of 2006-02-13.
          * Other: With 2.6.16 and later kernels, RNDIS devices are not initialized (when device is plugged in, nothing happens). To get it going, you need to set the variable bConfigurationValue in sysfs. An easy way to do this is to add

  BUS=="usb", SYSFS{idProduct}=="001b", SYSFS{idVendor}=="0baf", PROGRAM="/bin/sh -c 'echo 1 > /sys/%p/device/bConfigurationValue'"

to /etc/udev/rules.d/z25_local_rules file and restart udev. Replace idProduct and idVendor as appropriate; for USR5421, 'lsusb' shows 001b (idProduct) and 0baf (idVendor).

what I wrong ?

Offline

#3 2006-12-23 18:54:32

sacarde
Member
Registered: 2006-07-14
Posts: 389

Re: wireless USRobotics MAXg usb

where can I found file

USR5421X.inf

RNDISMPK.sys

usb8023k.sys



???

Offline

#4 2006-12-23 21:23:49

delipenguen
Member
From: Turkiye, Torque
Registered: 2006-12-23
Posts: 6

Re: wireless USRobotics MAXg usb

BUS=="usb", SYSFS{idProduct}=="001b", SYSFS{idVendor}=="0baf", PROGRAM="/bin/sh -c 'echo 1 > /sys/%p/device/bConfigurationValue'"

bash: SYSFS{idProduct}=="001b",: command not found

please help

Offline

#5 2006-12-23 21:53:21

Linteg
Member
From: Sweden
Registered: 2006-03-11
Posts: 54

Re: wireless USRobotics MAXg usb

USR5421X.inf/RNDISMPK.sys  etc are available in the driver.exe, you need uncab and/or unshield to get them (if you are able to install it the driver you should be able to find those files).

delipenguen, that's a UDEV rule, not a shell command.

I've had a usr5421 working with arch and kernel 2.6.18, however, i think that the udev-rule in ndiswrapper's wiki had a small error, (idProduct should've been idVendor and vice versa or somthing like that).

Offline

#6 2006-12-23 23:09:32

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: wireless USRobotics MAXg usb

Also, that udev syntax is now obsolete. The details are in /etc/udev/readme-udev-arch.txt.

Offline

#7 2006-12-23 23:54:16

delipenguen
Member
From: Turkiye, Torque
Registered: 2006-12-23
Posts: 6

Re: wireless USRobotics MAXg usb

Linteg wrote:

delipenguen, that's a UDEV rule, not a shell command.

thanks Linteg, my usr5421 installed now.  yikes

Offline

#8 2006-12-24 07:18:03

sacarde
Member
Registered: 2006-07-14
Posts: 389

Re: wireless USRobotics MAXg usb

Linteg wrote:

USR5421X.inf/RNDISMPK.sys  etc are available in the driver.exe, you need uncab and/or unshield to get them (if you are able to install it the driver you should be able to find those files).

delipenguen, that's a UDEV rule, not a shell command.

I've had a usr5421 working with arch and kernel 2.6.18, however, i think that the udev-rule in ndiswrapper's wiki had a small error, (idProduct should've been idVendor and vice versa or somthing like that).

I download: 5421-na.exe
but into I found:
data.exe
launch.bat
usrwiz.ini
setup.exe

??? in wich there are that files ?


p.s.
can you show me your udev rule ?

Offline

#9 2006-12-24 08:25:13

sacarde
Member
Registered: 2006-07-14
Posts: 389

Re: wireless USRobotics MAXg usb

Offline

#10 2006-12-24 12:00:07

delipenguen
Member
From: Turkiye, Torque
Registered: 2006-12-23
Posts: 6

Re: wireless USRobotics MAXg usb

I uploaded rndismpk.sys, usb8023k.sys and usr5421.inf

http://www.hexadesimal.com/5421.rar

you can download it now, dont care about the file usr5421k.inf

Offline

#11 2006-12-24 13:10:35

sacarde
Member
Registered: 2006-07-14
Posts: 389

Re: wireless USRobotics MAXg usb

thank you very much

p.s.
I dont understand if usr5421 need a ndiswrapper or driver bcm43xx

???


p.s.
I load your file, but I dont have device wlan0

iwconfig wlan0
wlan0     No such device

Offline

#12 2006-12-24 18:23:04

delipenguen
Member
From: Turkiye, Torque
Registered: 2006-12-23
Posts: 6

Re: wireless USRobotics MAXg usb

#pacman -S ndiswrapper

#mkdir /5421

exract 5421.rar -> /5421

#ndiswrapper -i /5421/usr5421.inf

#cp /5421/usb8023k.sys /etc/ndiswrapper/5421/
#cp /5421/rndismpk.sys /etc/ndiswrapper/5421/

# ndiswrapper -l
usr5421 : driver installed
device (0BAF:011B) present

enjoy, usr5421 installed

#ndiswrapper -d 0baf:011b usr5421

#ndiswrapper -m

#modprobe ndiswrapper

#depmod -a
-------------------------------
open /etc/rc.conf
change

(MODULES=(sk98lin skge)

to

(MODULES=(ndiswrapper sk98lin skge)

optional, insert this line
wlan0="dhcp"
WLAN_INTERFACES=(wlan0)
INTERFACES=(lo wlan0 eth0)

open /etc/udev/rules.d/udev.rules

insert this line
BUS=="usb", SYSFS{idProduct}=="011b", SYSFS{idVendor}=="0baf", PROGRAM="/bin/sh -c 'echo 1 > /sys/%p/device/bConfigurationValue'"

reboot pc

#iwconfig

#iwlist wlan0 scanning

#iwconfig wlan0 essid "essid name"

Offline

#13 2006-12-24 18:51:48

sacarde
Member
Registered: 2006-07-14
Posts: 389

Re: wireless USRobotics MAXg usb

ndiswrapper -l
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
        LANGUAGE = (unset),
        LC_ALL = (unset),
        LANG = "en_US"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").

5421 : invalid driver!
usr5421 : invalid driver!

Offline

#14 2006-12-24 19:42:59

delipenguen
Member
From: Turkiye, Torque
Registered: 2006-12-23
Posts: 6

Re: wireless USRobotics MAXg usb

I know a little English, Sorry.
I installed archlinux 0.7.2, this problem usr5421, but I installed archlinux version 8.0 (voodoo) two days ago, no problem usr5421,
http://www.archlinux.org/news/279/
wink

Offline

#15 2006-12-24 20:08:08

sacarde
Member
Registered: 2006-07-14
Posts: 389

Re: wireless USRobotics MAXg usb

I have update archlinux from 0.7.2 to current....

but I have error in starting network

./network start
:: Starting Network                                                      [BUSY] Error for wireless request "Set Mode" (8B06) :
    SET failed on device wlan0 ; No such device.
SIOCADDRT: File exists
                                                                         [FAIL]

Offline

#16 2006-12-25 05:57:49

sacarde
Member
Registered: 2006-07-14
Posts: 389

Re: wireless USRobotics MAXg usb

I have same error in arch0.8 alpha

ndiswrapper -l
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
        LANGUAGE = (unset),
        LC_ALL = (unset),
        LC_COLLATE = "C",
        LANG = "en_US.utf8"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
5421 : invalid driver!
usr5421 : invalid driver!

Offline

#17 2006-12-26 19:58:28

delipenguen
Member
From: Turkiye, Torque
Registered: 2006-12-23
Posts: 6

Re: wireless USRobotics MAXg usb

Open /etc/locale.gen
uncomment your language line

sample my language (turkish)

#tn_ZA  UTF-8
#tr_CY.UTF-8    UTF-8
#tr_CY  ISO-8859-9
tr_TR.UTF-8     UTF-8
tr_TR   ISO-8859-9
#ts_ZA  UTF-8

and

code :
#locale-gen

Offline

#18 2006-12-26 20:16:06

sacarde
Member
Registered: 2006-07-14
Posts: 389

Re: wireless USRobotics MAXg usb

locale is not the problem !!!!!!!!!


ndiswrapper -l

5421 : invalid driver!
usr5421 : invalid driver!

Offline

#19 2007-02-22 11:20:27

sacarde
Member
Registered: 2006-07-14
Posts: 389

Re: wireless USRobotics MAXg usb

when I insert pen-wireless US ROBOTICS MAXg adapter

I have in dmesg

usb 5-5: new high speed USB device using ehci_hcd and address 5
usb 5-5: no configuration chosen from 1 choice
usb 5-5: bad CDC descriptors
usb 5-5: bad CDC descriptors

Offline

#20 2010-01-23 10:25:43

sacarde
Member
Registered: 2006-07-14
Posts: 389

Re: wireless USRobotics MAXg usb

Offline

#21 2010-01-23 10:52:31

.:B:.
Forum Fellow
Registered: 2006-11-26
Posts: 5,819
Website

Re: wireless USRobotics MAXg usb

It's been over three years since the OP opened this topic, and almost three years since the last post. While your post is helpful, I doubt it will help the people that posted now smile.

Also, topics over half a year old are better left alone:

http://wiki.archlinux.org/index.php/For … Bumping.27


Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy

Offline

Board footer

Powered by FluxBB