finarfin n00b
Joined: 20 Sep 2011 Posts: 62
|
Posted: Sat Nov 17, 2012 4:17 pm Post subject: Internet key Olicard 100 on gentoo |
|
|
Hi all,
i'm trying to install my internet key Olicard 100 on my gentoo installation, but i cannot get the os create the /dev/ttyusb* devices.
The internet key vendor and product id are:
Code: | vendor=0x0b3c product=0xc00 |
I added the following options to the kernel:
Code: |
Device Drivers ->
USB support --->
<*> OHCI HCD support
[ ] Generic OHCI driver for a platform device
[ ] Generic EHCI driver for a platform device
<*> UHCI HCD (most Intel and VIA) support
<*> USB Serial Converter support --->
[*] USB Generic Serial Driver
<M> USB driver for GSM and CDMA modems
Network device support --->
<*> PPP (point-to-point protocol) support
<*> PPP support for async serial ports
|
But after i eject the mass storage device the output of dmesg is:
Code: |
[ 993.115716] usb 2-1.2: Product: DataCard Device
[ 993.115721] usb 2-1.2: SerialNumber: 1234567890ABCDEF
[ 993.115901] usb 2-1.2: usb_probe_device
[ 993.115909] usb 2-1.2: configuration #1 chosen from 1 choice
[ 993.118670] usb 2-1.2: adding 2-1.2:1.0 (config #1, interface 0)
[ 993.118835] usb 2-1.2: adding 2-1.2:1.1 (config #1, interface 1)
[ 993.118950] usb 2-1.2: adding 2-1.2:1.2 (config #1, interface 2)
[ 993.119066] usb 2-1.2: adding 2-1.2:1.3 (config #1, interface 3)
[ 993.119177] usb 2-1.2: adding 2-1.2:1.4 (config #1, interface 4)
|
Maybe i need to add other options in the kernel?
I noticed that in the wiki page for another internet key some options are enabled as module, can this difference be the source of my problem? This is the wiki page for huawei key: http://en.gentoo-wiki.com/wiki/Huawei_E220
Any idea? _________________ printf("hello world") |
|