I've been playing with my raspy for a while now and am trying to get it on a wireless network. I grabbed the one from the verified hardware list hoping to remove some hurdles.
Based on the HCL stating:
"Wireless 11N USB adapter (uses Realtek RTL8188CUS) Install using Micronet script. Works only through powered usb hub"
I put it on a powered USB hub and ran the script with no luck. I see the device in my lsusb results:
pi@raspberrypi:~$ lsusb
Bus 001 Device 008: ID 0bda:8176 Realtek Semiconductor Corp. RTL8188CUS 802.11n WLAN
Bus 001 Device 006: ID 062a:3286 Creative Labs
Bus 001 Device 007: ID 058f:6254 Alcor Micro Corp. USB Hub
Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp.
Bus 001 Device 002: ID 0424:9512 Standard Microsystems Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 005: ID 058f:6254 Alcor Micro Corp. USB Hub
But have errors in dmesg:
[ 8.835065] usb 1-1.3.1.1: new high speed USB device number 8 using dwc_otg
[ 8.987216] usb 1-1.3.1.1: New USB device found, idVendor=0bda, idProduct=8176
[ 9.020493] usb 1-1.3.1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 9.051657] usb 1-1.3.1.1: Manufacturer: Realtek
[ 9.080571] usb 1-1.3.1.1: SerialNumber: 00e04c000001
[ 10.441573] 8192cu: disagrees about version of symbol alloc_etherdev_mqs
[ 10.595373] 8192cu: Unknown symbol alloc_etherdev_mqs (err -22)
[ 10.624965] 8192cu: disagrees about version of symbol skb_copy_bits
[ 10.651062] 8192cu: Unknown symbol skb_copy_bits (err -22)
[ 10.666749] 8192cu: disagrees about version of symbol skb_put
[ 10.681304] 8192cu: Unknown symbol skb_put (err -22)
[ 10.695245] 8192cu: disagrees about version of symbol __netif_schedule
iwconfig says no wireless extensions.
My linux is quite rusty, but I'm an IT Consultant by trade so I can follow direction well.
Any thoughts on what I'm doing wrong? Thanks in advance!
