anita2310 / rowboat

Automatically exported from code.google.com/p/rowboat
0 stars 0 forks source link

Cannot able to detect ttyUSB interface with option GSM driver #136

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Build Gingerbread kernel (2.6.37) image with options:
   CONFIG_USB_SERIAL_WWAN=y
   CONFIG_USB_SERIAL_OPTION=y

2. Loaded kernel image on beagleboard, detected option drivers

3. dmesg | grep option
   "USB Serial support registered for GSM modem (1-port)                            
usbcore: registered new interface driver option                                 
option: v0.7.2.1:USB Driver for GSM modems"

4. plugged-in the novatel device on beagleboard

5. but no ttyUSB* found in "ls /dev/ttyUSB* "

I tried the same thing on ubuntu by building for kernel-2.6.37 and ttyUSB* were 
successfully detected

Original issue reported on code.google.com by gsi...@nvtl.com on 17 Nov 2011 at 1:07

GoogleCodeExporter commented 8 years ago
You probably need to edit ueventd.rc

This TI e2e post could give you some pointers..
http://e2e.ti.com/support/embedded/f/509/t/145017.aspx

Original comment by vishvesh...@aim.com on 18 Nov 2011 at 4:23

GoogleCodeExporter commented 8 years ago
I added "/dev/ttyUSB0              0660   radio      radio" in ueventd.rc but 
still the interface is not detected

Original comment by gsi...@nvtl.com on 18 Nov 2011 at 7:50