Page 1 of 1
Asus USB-N13 Drivers do not work
Posted: Wed 23 May 2012, 03:49
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?
Posted: Wed 23 May 2012, 06:12
by nilsonmorales
Posted: Thu 24 May 2012, 02:16
by trevm
Yes, that's how I found those drivers
Not enough info
Posted: Thu 24 May 2012, 14:15
by rokytnji
What does
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.
Posted: Thu 24 May 2012, 23:58
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?
Posted: Fri 25 May 2012, 01:04
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
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.
Posted: Fri 25 May 2012, 04:02
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.
Posted: Fri 25 May 2012, 16:19
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.
Posted: Sun 27 May 2012, 02:12
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.
just does a loopback
Is there anything else I can try?
Posted: Sun 27 May 2012, 14:35
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.
Posted: Sun 27 May 2012, 16:41
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.
Posted: Tue 05 Jun 2012, 10:30
by tempestuous
You need to investigate whether the rtl8192cu driver is definitely compatible with your device ID, by running this command -
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*