Active Topics

 


Reply
Thread Tools
Posts: 6 | Thanked: 13 times | Joined on Jan 2008
#1
pl2303.ko and usbserial.ko are needed to connect any gadget through USB with a cable "USB to serial".
With this you can programme for your gadgets, transfer data, and control a lot of things.

The only you have to do is download usbserial.ko and pl2303.ko and type into n8X0 terminal (root):
insmod usbserial.ko
insmod pl2303.ko
and fun!

for more information visit http://www.behindmaemolines.blogspot.com/

here I put the files:
Attached Files
File Type: zip usbserial.zip (20.5 KB, 1769 views)

Last edited by litus; 2008-01-11 at 22:12.
 

The Following 11 Users Say Thank You to litus For This Useful Post:
fpp's Avatar
Posts: 2,853 | Thanked: 968 times | Joined on Nov 2005
#2
Thanks ! Maybe I could try this with my Psion Series5... :-)
 
Posts: 6 | Thanked: 0 times | Joined on Jan 2008
#3
Are you saying that a N800 can be a USB host controller? Can it supply power out the USB port?


[QUOTE=litus;125761]pl2303.ko and usbserial.ko are needed to connect any gadget through USB with a cable "USB to serial".
With this you can programme for your gadgets, transfer data, and control a lot of things.
 
Posts: 437 | Thanked: 90 times | Joined on Nov 2006
#4
Doug, this has been mentioned many times already, but to summarize: OS2008, which runs on both the N800 and the N810, has built-in USB host functionality. Basically, all is needed is a USB cable with a male end that fits into the N8X0, with pins 4 and 5 soldered together, and a female end to which you can connect any other device. In the N800's case, all you need is a Mini-AB (M) to Type A (F) cable, then cut (some of the) shielding from the Mini-AB end so that it fits into the connector on the tablet. Then just connect your USB keyboard or pendrive and the tablet will recognise it. If you connect a pendrive, it will even open the file manager to show you the files on it!

HTH.

EDIT: Yes, it _will_ supply power, but is limited to a maximum current of about 125 mA IIRC.
 
linux_author's Avatar
Posts: 282 | Thanked: 69 times | Joined on Dec 2007 @ Penniless Park, Fla.
#5
Originally Posted by litus View Post
pl2303.ko and usbserial.ko are needed to connect any gadget through USB with a cable "USB to serial".
With this you can programme for your gadgets, transfer data, and control a lot of things.
- w00t! you're darn' tootin', partner!

- this was the 'missing link' for me!

- now i'll be able to use my n800 to remotely control my high-frequency receiver (Ten-Tec RX-320)

- tks!

p.s. too bad we don't have 'line-in,' else we'd have gMFSK up and running for PSK31 ops!
 
Posts: 465 | Thanked: 149 times | Joined on Oct 2007
#6
Originally Posted by linux_author View Post
p.s. too bad we don't have 'line-in,' else we'd have gMFSK up and running for PSK31 ops!
I'm pretty sure the audio chip has line-in, but I don't think it's connected to anything
 
Posts: 156 | Thanked: 44 times | Joined on Dec 2007
#7
Originally Posted by dblank View Post
I'm pretty sure the audio chip has line-in, but I don't think it's connected to anything
USB soundcards are not unheard of...
 
Posts: 465 | Thanked: 149 times | Joined on Oct 2007
#8
Originally Posted by t3h View Post
USB soundcards are not unheard of...
I'm aware of USB soundcards, I'd just prefer to have less junk dangling off the tablet.

I wish they had simply put a switch so we could toggle between line or mic level.

Maybe it is connected and there's some magical way to switch in software, but no one's confirmed or denied. It really bugs me to have hardware that I can't use (IVR, PowerVR(?), and line-input, at least)
 
linux_author's Avatar
Posts: 282 | Thanked: 69 times | Joined on Dec 2007 @ Penniless Park, Fla.
#9
- just verified that these modules appear (in the system at least) to work on my os2008 n800:

dmesg upon insmod'ing:

[ 472.390625] usbcore: registered new interface driver usbserial
[ 472.390625] drivers/usb/serial/usb-serial.c: USB Serial Driver core
[ 485.992187] drivers/usb/serial/usb-serial.c: USB Serial support
registered for pl2303
[ 486.000000] usbcore: registered new interface driver pl2303
[ 486.000000] drivers/usb/serial/pl2303.c: Prolific PL2303 USB to
serial adaptor driver

and upon attachment of my no-name USB-serial adapter after putting the n800 into host mode:

[ 817.343750] usb 1-1: new full speed USB device using musb_hdrc and
address 2
[ 817.476562] usb 1-1: default language 0x0409
[ 817.476562] usb 1-1: new device strings: Mfr=1, Product=2,
SerialNumber=0
[ 817.476562] usb 1-1: Product: USB-Serial Controller
[ 817.476562] usb 1-1: Manufacturer: Prolific Technology Inc.
[ 817.476562] usb 1-1: device v0557 p2008 is not supported
[ 817.476562] usb 1-1: uevent
[ 817.476562] usb 1-1: usb_probe_device
[ 817.476562] usb 1-1: configuration #1 chosen from 1 choice
[ 817.476562] usb 1-1: adding 1-1:1.0 (config #1, interface 0)
[ 817.476562] usb 1-1:1.0: uevent
[ 817.476562] usbtest 1-1:1.0: usb_probe_interface
[ 817.476562] usbtest 1-1:1.0: usb_probe_interface - got id
[ 817.476562] pl2303 1-1:1.0: usb_probe_interface
[ 817.476562] pl2303 1-1:1.0: usb_probe_interface - got id
[ 817.476562] pl2303 1-1:1.0: pl2303 converter detected
[ 817.476562] usb 1-1: pl2303 converter now attached to ttyUSB0
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

YAHOO!

[ 817.484375] drivers/usb/core/inode.c: creating file '002'
[ 817.484375] hub 1-0:1.0: 100mA power budget left
[ 817.484375] hub 1-0:1.0: state 7 ports 1 chg 0000 evt 0002
[ 817.484375] hub 1-0:1.0: port 1 enable change, status 00000103

....

- next step is to build and test a command-line version of the Debian RX320 command-line client!

- tks to the OP!
 
bluesubaru's Avatar
Posts: 197 | Thanked: 39 times | Joined on Jan 2008 @ Long Island
#10
Gave this a try with my Keyspan USA-19Qi USB-serial adapter, but it didn't seem to like it.


[ 4852.453125] usb 1-1: new full speed USB device using musb_hdrc and address 5
[ 4852.585937] usb 1-1: new device strings: Mfr=0, Product=0, SerialNumber=0
[ 4852.585937] usb 1-1: hub v06cd p010b is not supported
[ 4852.585937] usb 1-1: uevent
[ 4852.585937] usb 1-1: usb_probe_device
[ 4852.585937] usb 1-1: configuration #1 chosen from 1 choice
[ 4852.585937] usb 1-1: adding 1-1:1.0 (config #1, interface 0)
[ 4852.585937] usb 1-1:1.0: uevent
[ 4852.585937] usbtest 1-1:1.0: usb_probe_interface
[ 4852.585937] usbtest 1-1:1.0: usb_probe_interface - got id
[ 4852.585937] drivers/usb/core/inode.c: creating file '005'
[ 4852.585937] hub 1-0:1.0: 100mA power budget left
[ 4852.585937] hub 1-0:1.0: state 7 ports 1 chg 0000 evt 0002
[ 4852.585937] hub 1-0:1.0: port 1 enable change, status 00000103
[ 4854.585937] usb 1-1: usb auto-suspend
[ 4856.625000] hub 1-0:1.0: hub_suspend
[ 4856.625000] usb usb1: usb auto-suspend

Took it apart. Inside was a Cypress AN2131SC chip.
__________________
Paul <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
Linux newbie with a N810 OS2008 >>>>>>>>>>>>>>>>>> Art is the lie that shows us the Truth
Don't let a suitcase full of cheese be your big fork & spoon

Last edited by bluesubaru; 2008-02-10 at 06:05.
 
Reply


 
Forum Jump


All times are GMT. The time now is 06:28.