Asus USB-N13 Drivers do not work

Post Reply
Message
Author
trevm
Posts: 5
Joined: Wed 23 May 2012, 03:45

Asus USB-N13 Drivers do not work

#1 Post by trevm »

I've tried the different rt3370sta drivers from "Drivers for Puppy 5.1-5.2.8 with 2.6.33.2 kernel" in the Drivers section of the forum. However, none of them have worked. Any suggestions?

User avatar
nilsonmorales
Posts: 972
Joined: Fri 15 Apr 2011, 14:39
Location: El Salvador

#2 Post by nilsonmorales »


trevm
Posts: 5
Joined: Wed 23 May 2012, 03:45

#3 Post by trevm »

Yes, that's how I found those drivers

rokytnji
Posts: 2262
Joined: Tue 20 Jan 2009, 15:54

Not enough info

#4 Post by rokytnji »

What does

Code: Select all

cat /proc/bus/usb/devices
show for the wireless chip for that wifi usb?

Also HardInfo and PupScan in Menu should show chip also. Maybe a different driver may be in order.

Also what Puppy Linux version and kernel. Full or frugal install.

trevm
Posts: 5
Joined: Wed 23 May 2012, 03:45

#5 Post by trevm »

528 Lucid 2.6.33.2 Full install

T: Bus=01 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=12 MxCh= 2
B: Alloc= 0/900 us ( 0%), #Int= 0, #Iso= 0
D: Ver= 1.10 Cls=09(hub ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1
P: Vendor=1d6b ProdID=0001 Rev= 2.06
S: Manufacturer=Linux 2.6.33.2 uhci_hcd
S: Product=UHCI Host Controller
S: SerialNumber=0000:00:07.2
C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr= 0mA
I:* If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub
E: Ad=81(I) Atr=03(Int.) MxPS= 2 Ivl=255ms

T: Bus=01 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 2 Spd=12 MxCh= 0
D: Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1
P: Vendor=0b05 ProdID=17ab Rev= 2.00
S: Manufacturer=Realtek
S: Product=802.11n WLAN Adapter
S: SerialNumber=00e04c000001
C:* #Ifs= 1 Cfg#= 1 Atr=80 MxPwr=500mA
I:* If#= 0 Alt= 0 #EPs= 4 Cls=ff(vend.) Sub=ff Prot=ff Driver=(none)
E: Ad=81(I) Atr=02(Bulk) MxPS= 64 Ivl=0ms
E: Ad=02(O) Atr=02(Bulk) MxPS= 64 Ivl=0ms
E: Ad=03(O) Atr=02(Bulk) MxPS= 64 Ivl=0ms
E: Ad=84(I) Atr=03(Int.) MxPS= 64 Ivl=1ms

So I'm looking for a Realtek driver then?

rokytnji
Posts: 2262
Joined: Tue 20 Jan 2009, 15:54

#6 Post by rokytnji »

So I'm looking for a Realtek driver then?
Yes.
I've tried the different rt3370sta drivers from "Drivers for Puppy 5.1-5.2.8 with 2.6.33.2 kernel" in the Drivers section of the forum. However, none of them have worked. Any suggestions?
Just to be sure, since you did not provide a link to where you got the pets from.

http://www.murga-linux.com/puppy/viewto ... 085#481085

Also. After installing driver, and then did a reboot. Did you

Code: Select all

ifconfig -a
in terminal to see if a wireless interface showed in readout before determining that the driver did not work. You did not tell us how you determined that the driver did not work in your thread. No details.

Maybe you are having trouble with Dougal Network Manager or Barrys simple network manager instead. That is why I suggest checking with ifconfig -a command first.

Code: Select all

 ifconfig -a
eth0      Link encap:Ethernet  HWaddr<filtered>
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
          Interrupt:11 Base address:0xe400 

irda0     Link encap:IrLAP  HWaddr 00:00:00:00  
          NOARP  MTU:2048  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:8 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

lo        Link encap:Local Loopback  
          inet addr:<filtered>  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

wlan0     Link encap:Ethernet  HWaddr <filltered>
          inet addr:<filtered>  Bcast:<filtered>  Mask:255.255.255.0
          inet6 addr: <filtered> Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:11153 errors:0 dropped:0 overruns:0 frame:0
          TX packets:6643 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:7586093 (7.2 MiB)  TX bytes:1058342 (1.0 MiB)
wlan0 is my wireless card which is pcmcia instead of usb working which means the driver loaded. eth0 is landline.

Also you never answered my question what Pupscan and showed for the exact chip number for that usb device also.

tempestuous
Posts: 5464
Joined: Fri 10 Jun 2005, 05:12
Location: Australia

#7 Post by tempestuous »

trevm wrote:P: Vendor=0b05 ProdID=17ab Rev= 2.00
...
S: Manufacturer=Realtek
S: Product=802.11n WLAN Adapter
So your USB device ID is 0b05:17ab. This is a very recent wifi chipset, not supported by the Realtek 8712u and 8192cu wifi drivers I provided for Lucid-Puppy here -
http://www.murga-linux.com/puppy/viewto ... 469#462469

You will need to move up to a more recent kernel, which will include the latest rtl8192cu driver.
Slacko 5.3.3 would be a good candidate.

rokytnji
Posts: 2262
Joined: Tue 20 Jan 2009, 15:54

#8 Post by rokytnji »

Thank you jedi master tempestuous.

I looked at

http://wiki.debian.org/rtl819x

but did not know if you had built the pet packages available on that or one was available or not. So I did not mention it.

trevm
Posts: 5
Joined: Wed 23 May 2012, 03:45

#9 Post by trevm »

I installed Slacko 5.3.3 However it is still not detected. I tried loading rtl8192cu through the network wizard, but it was still not detected.

Code: Select all

ifconfig -a
just does a loopback

Is there anything else I can try?

tempestuous
Posts: 5464
Joined: Fri 10 Jun 2005, 05:12
Location: Australia

#10 Post by tempestuous »

OK, Google tells me this new driver requires external firmware ... groan!
Firmware now attached.
After installing this dotpet, reboot, and try the Network Wizard again.
If still no success, run the "dmesg" command and look for clues about how the rtl8192cu driver loaded.
Attachments
Realtek-official-kernel-firmware.pet
only for Puppies with 3.x kernel
(186.67 KiB) Downloaded 570 times

trevm
Posts: 5
Joined: Wed 23 May 2012, 03:45

#11 Post by trevm »

I tried the firmware, still didn't work. I checked through dmesg

All I found were

Code: Select all

[    1.466719] usb 1-1: new full speed USB device number 2 using uhci_hcd
[    1.604098] usb 1-1: config 1 interface 0 altsetting 0 has 0 endpoint descriptors, different from the interface descriptor’s value: 4
[    1.624082] usb 1-1: New USB device found, idVendor=0b05, idProduct=17ab
[    1.624101] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.624116] usb 1-1: Product: 802.11n WLAN Adapter
[    1.624129] usb 1-1: Manufacturer: Realtek
[    1.624141] usb 1-1: SerialNumber: 00e04c000001
This is it recognizing the device on startup, right?

Code: Select all

[  729.361726] cfg80211: Calling CRDA to update world regulatory domain
[  729.509351] usbcore: registered new interface driver rtl8192cu
This is what it shows when I load the module. However network devices aren't detected afterward.

tempestuous
Posts: 5464
Joined: Fri 10 Jun 2005, 05:12
Location: Australia

#12 Post by tempestuous »

You need to investigate whether the rtl8192cu driver is definitely compatible with your device ID, by running this command -

Code: Select all

modinfo rtl8192cu
In the lines which start with "alias" see if your device ID (0b05:17ab) is listed. The line will look like this -

Code: Select all

usb:v0B05p17ABd*dc*dsc*dp*ic*isc*ip*

Post Reply