On 06/04/2013 07:56 AM, bagheerabirdy wrote:
>
> The USB wireless device has been plugged in. That is what is very
> confusing to me. When I restart the machine and log into the windows
> session, this wireless device is being recognized and I’m able to
> connect to the internet but when I restart and log back into the Linux
> session, the device is not even being recognized. Here is a link to the
> wireless device on the manufacturers website ‘Adapters – AWLL6070’
> (http://www.airlink101.com/products/awll6070.php).
>
> The lspci -nn gave me the same output as before.
No it did not. On my system, “lspci” yields the following for one device:
0e:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8188CE
802.11b/g/n WiFi Adapter (rev 01)
The “lspci -nn” output for the same device is:
0e:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8188CE
802.11b/g/n WiFi Adapter [10ec:8178] (rev 01)
To you, that may look the same; however that “[10ec:8178]” found in the second
example is critical to knowing what driver is needed.
For you, the lspci output is immaterial as you have now told us you have a USB
device. From that, I deduce that the device is indicated by
Bus 003 Device 003: ID 09a6:8001 Poinchips Mass Storage Device
The device is one of those dual-mode devices that presents itself as a storage
device that contains the driver, but can be switched to become a wireless
device. The friendliest versions of these are permanently switched after the
driver is installed, but this one has to be switched after every boot. According
to the inf file in the Windows driver, the wireless chip may be an RaLink 2870
with USB IDs [148f:2870] and it will work under Linux as soon as the
kernel-firmware is installed and you figure out the modeswitch command
necessary. The latter part is the problem.
The first step will be to ensure that the usb_modeswitch and usb_modeswitch_data
packages are installed. Unfortunately, the standard set of modeswitch data files
does not include one for the 09a6:8001 device. It can be captured from what
Windows writes when the system starts, but setting that part up is difficult. I
have not done a Windows USB capture for about 6 years, and I do not remember
exactly what it took, but I know it was not easy. In addition, there is nothing
on the Internet about the Airplay device.
I hate to recommend that you spend more money, but I think your best approach
would be to buy an inexpensive USB adapter on E-bay. I have had good success
with a TP-Link TL-WN722N such as found at
http://www.ebay.com/itm/TP-LINK-TL-WN722N-Wireless-N150-High-Gain-USB-Adapter-150Mbps-w-4-dBi-Hig-/380649558150?pt=US_USB_Wi_Fi_Adapters_Dongles&hash=item58a07b5086
for $15.99 US with free shipping. If you want a smaller unit, something like
http://www.ebay.com/itm/Dreambox-VU-Wifi-11-54-150-300-Mbps-MiniStick-USB-Chipset-Ralink-RT2870-RT3070-/121056745729?pt=US_Satellite_TV_Receivers&hash=item1c2f8b5901
should be OK. It is $30 with free shipping.