Kyocera PC Modem

I finally have this modem working. However, to do so, I had to enter the command sudo modprobe usbserial vendor=0xc88 product=0x17da The biggest problem now is that everytime I reboot, which is often with a laptop on the move, pon tells me that there is an unknown dev/ttyUSB0.

Linux Hardware 765 This topic was started by ,



data/avatar/default/avatar24.webp

12 Posts
Location -
Joined 2006-06-29
I finally have this modem working.
 
However, to do so, I had to enter the command sudo modprobe usbserial vendor=0xc88 product=0x17da
 
The biggest problem now is that everytime I reboot, which is often with a laptop on the move, pon tells me that there is an unknown dev/ttyUSB0.
 
So I have to enter the command sudo modprobe usbserial vendor=0xc88 product=0x17da
 
Every time that I boot.
 
Why is this not sticking?
 
How do I get it to stick?
 
What seems to be a minor problem is that the above command line should have a maxSize option.
 
Apparently the maxSize command is not longer available in Dapper.
 
Or has it been replaced by something else?
 
CSSJR

Participate on our website and join the conversation

You have already an account on our website? Use the link below to login.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic



data/avatar/default/avatar10.webp

2895 Posts
Location -
Joined 2002-08-30
try this link to see if you can get it going on boot.
 
Skim down to the lines;
 
# modprobe usbserial vendor=0xf3d product=0x0112
 
and appending this line to /etc/modules will cause it to be automatically (re)loaded the next time you reboot:
 
You may need to follow the rest of the article, but make sure that you replace your vendor values for the examples given in red.


data/avatar/default/avatar24.webp

12 Posts
Location -
Joined 2006-06-29
OP
Thank you.
 
I do not have the same file structure mentioned in the article.
 
I have a file sl-modem-daemon.modutils in the /module folder, which I suppose is the correct file to append to.
 
Thanks again.
 
CSSJR


data/avatar/default/avatar10.webp

2895 Posts
Location -
Joined 2002-08-30
Wrong location? Look in the /etc directory for the file modules. This is the file that should be appended. Not the /etc/modutils folder, I would guess.


data/avatar/default/avatar24.webp

12 Posts
Location -
Joined 2006-06-29
OP
Thank you.
 
That was really sloppy of me.
 
I went down the /etc file list too fast for my own good and stopped too soon.
 
Got it now.
 
Thanks again.
 
CSSJR