|
2009-09-02
, 23:03
|
Posts: 540 |
Thanked: 387 times |
Joined on May 2009
|
#2
|
#!/bin/bash echo host > /sys/devices/platform/msusb_hdrc/mode insmod ieee80211_crypt-rtl.ko insmod ieee80211-rtl.ko insmod r8187.ko echo -n 1 > /sys/bus/usb/devices/1-1/bConfigurationValue
#!/bin/bash echo host > /sys/devices/platform/msusb_hdrc/mode insmod ieee80211_crypt-rtl.ko insmod ieee80211-rtl.ko insmod r8187.ko
|
2009-09-24
, 00:20
|
Posts: 8 |
Thanked: 3 times |
Joined on Sep 2009
|
#3
|
|
2009-09-24
, 04:40
|
Posts: 540 |
Thanked: 387 times |
Joined on May 2009
|
#4
|
The Following User Says Thank You to linuxeventually For This Useful Post: | ||
|
2009-09-24
, 23:22
|
Posts: 8 |
Thanked: 3 times |
Joined on Sep 2009
|
#5
|
What do you mean? This works great for me.
Photos and setup in this thread: http://talk.maemo.org/showthread.php?t=31117
At this time the N900 does not support OTG and thus not even a usb keyboard will work. The community hopes this changes in the future.
I should also ask, what chipset does your Alfa usb card use? If it is a RTL8187L (detects as RTL8187) then you are golden, the RTL8187B is a crappier version and uses a different driver. lsusb + the model # should suffice.
|
2009-09-24
, 23:55
|
Posts: 540 |
Thanked: 387 times |
Joined on May 2009
|
#6
|
|
2009-11-17
, 13:00
|
Posts: 5 |
Thanked: 0 times |
Joined on Nov 2009
|
#7
|
|
2009-11-17
, 21:32
|
Posts: 540 |
Thanked: 387 times |
Joined on May 2009
|
#8
|
|
2009-12-03
, 23:58
|
Posts: 5 |
Thanked: 0 times |
Joined on Nov 2009
|
#9
|
|
2009-12-04
, 00:07
|
Posts: 540 |
Thanked: 387 times |
Joined on May 2009
|
#10
|
The Following User Says Thank You to linuxeventually For This Useful Post: | ||
Also see: https://sites.google.com/site/maemo4repo/home
Success!
This thread is about using an external USB wireless card with a Realtek RTL8187 chipset (Alfa 500mW b/g or knock-off) with a N8X0 (N800 or N810).
There are a few old threads such as:
http://talk.maemo.org/showthread.php?t=30542
http://talk.maemo.org/showthread.php?t=30471
However, I felt rather than bumping an old thread, I would create a new one and post it in General for the greatest benefit of Nokia Internet Tablet users.
I would like to start off by thanking the following users (they did all the work!): paulkoan, qwerty12 and pupnik. Without pupnik requesting the drivers, qwerty12 compiling and paulkoan adding a startup script and so kindly sending me the driver, this would not be possible.
--------------------------
I'm hosting the archive file with the compiled driver and such:
http://www.box.net/os2008/1/38267044/393254972perhaps someone can "package" it and upload to Maemo Extras or even nudge team Nokia to add it to a SSU (if we ever get another for N8X0).
I whipped together a quick readme file which I included in the archive. Edit: Updated the readme (re-upped the .zip)
----------------------------
Unzip the file, chmod a+x the script netup, plug in your set up, lsusb, and install wirelesss-tools and bash and
aircrack-ng and libnl.I have a knock-off of the Alfa 500mW that I purchased at Defcon for $25.
connected to a y-cable (in this case a male full-size [to N8X0] split to a male mini [to usb device] and a male full-size [to power])
with the "to N8X0" end connected to a male micro=>full-size female USB OTG cable.
Now I should mention the voltage issue. The NITs don't output 5V over usb because the USB host mode is unofficial and uses On-The-Go which is meant for things like flash drives and keyboards. Harddrives, wifi cards, certain memory card readers, etc. may use more voltage than the N8X0 gives (which is far less than 5V). A powered hub (a non-AC one is rare) or y-cable attached to a laptop's usb port, usb => AC adapter, or a 5V lithium usb battery can compensate.
For all that talk about wiring external antenna connectors, why not leave the stock antenna alone? (;
and
# lsusb recognizing the device
Don't forget you can attach other usb devices too (;
I'd also like to mention that paulkoan's script shouldn't be modified. What I mean by that is that if the device is not connected (with proper voltage to be recognized) then /sys/bus/usb/devices/1-1/bConfigurationValue will not exist. It is autogenerated. Instead in /sys/bus/usb/devices you will only see the folders 1-1:1.0 and usb1. usb1 contains a file called bConfigurationValue. I stupidly altered his script to echo to that file. This causes some weird issues - freezes xterm and some usb chargers seem to actually draw power from the N810, oh and it doesn't trick the N810 to allow the use of a y-cable.
{ https://sites.google.com/site/maemo4repo/home }
Last edited by linuxeventually; 2011-06-15 at 08:57. Reason: Fixed link yet AGAIN -_-