This is a discussion on driver for modem within the Linux Operating System forums, part of the Unix Operating Systems category; --> I have the linmodem driver on the computer. How do I install it under Mandrake 9.1? The driver is ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I have the linmodem driver on the computer. How do I install it under Mandrake 9.1? The driver is listed as ltmodem-kv_2.4.21_0.13mdk-8.26a9-1.i586.rpm Could some one explain to me how to set this up please? ----- Registered Linux user #334297 |
| |||
| Wee Bit Tall <just@the.zoo> wrote: > I have the linmodem driver on the computer. How do I install it under Foooo.. statement unparsable. There is no "the linmodem driver". "linmodem" is a generic word for a software modem that has some kind of driver support available under linux. Maybe you are not a native english speaker? Incorrect use of "the" would explain the unparsability. If you had written I have ^a^ linmodem driver on ^my^ computer .. that would have parsed correctly. > Mandrake 9.1? The driver is listed as Follow the instructions on the site you got it from. > ltmodem-kv_2.4.21_0.13mdk-8.26a9-1.i586.rpm Could some one explain to me how What do you mean by "listed as"? What you have given is the name of an rpm package file. Is it or is it not that? > to set this up please? If it IS that filename, then you install it using rpm, as for all rpm packages. But it's clearly a lucent driver for a very specific kernel. Do you have that kernel? Peter |
| |||
| "P.T. Breuer" <ptb@oboe.it.uc3m.es> wrote in message news:cj27pb.jne.ln@news.it.uc3m.es... : Wee Bit Tall <just@the.zoo> wrote: : > I have the linmodem driver on the computer. How do I install it under : : Foooo.. statement unparsable. There is no "the linmodem driver". : "linmodem" is a generic word for a software modem that has some kind : of driver support available under linux. : : Maybe you are not a native english speaker? Incorrect use of "the" : would explain the unparsability. If you had written : : I have ^a^ linmodem driver on ^my^ computer .. : : that would have parsed correctly. I copied a modem driver into a directory on my Linux mandrake 9.1 : : > Mandrake 9.1? The driver is listed as : : Follow the instructions on the site you got it from. : : > ltmodem-kv_2.4.21_0.13mdk-8.26a9-1.i586.rpm Could some one explain to me how : : : What do you mean by "listed as"? What you have given is the name of an : rpm package file. Is it or is it not that? : : > to set this up please? : : If it IS that filename, then you install it using rpm, as for all rpm : packages. But it's clearly a lucent driver for a very specific kernel. : Do you have that kernel? : : Peter Yes I have that kernel |
| |||
| Wee Bit Tall <just@the.zoo> wrote: > "P.T. Breuer" <ptb@oboe.it.uc3m.es> wrote in message .... > : > ltmodem-kv_2.4.21_0.13mdk-8.26a9-1.i586.rpm Could some one explain to me > how > : > : > : What do you mean by "listed as"? What you have given is the name of an > : rpm package file. Is it or is it not that? > : > : > to set this up please? > : > : If it IS that filename, then you install it using rpm, as for all rpm > : packages. But it's clearly a lucent driver for a very specific kernel. > : Do you have that kernel? > Yes I have that kernel Well then check the README or whatever docs came with the driver and install it using 'rpm' (rpm -ihv package.rpm) as root. But check the docs before installing! -- Michael Heiming Remove +SIGNS and www. if you expect an answer, sorry for inconvenience, but I get tons of SPAM |
| |||
| Michael Heiming <michael+USENET@www.heiming.de> wrote: > Wee Bit Tall <just@the.zoo> wrote: > > "P.T. Breuer" <ptb@oboe.it.uc3m.es> wrote in message > ... > > : > ltmodem-kv_2.4.21_0.13mdk-8.26a9-1.i586.rpm Could some one explain to me > > how > > : > > : > > : What do you mean by "listed as"? What you have given is the name of an > > : rpm package file. Is it or is it not that? > > : > > : > to set this up please? > > : > > : If it IS that filename, then you install it using rpm, as for all rpm > > : packages. But it's clearly a lucent driver for a very specific kernel. > > : Do you have that kernel? > > Yes I have that kernel > Well then check the README or whatever docs came with the driver and > install it using 'rpm' (rpm -ihv package.rpm) as root. > But check the docs before installing! Thank you michael. I have been down with flu and unable to make long winded speeches! He probably wants to load the driver and make ttyS14 or whatever it is they say to do. Peter |
| ||||
| P.T. Breuer <ptb@oboe.it.uc3m.es> wrote: [..] > Thank you michael. I have been down with flu and unable to make long > winded speeches! Ops and I was starting to wonder... > He probably wants to load the driver and make ttyS14 or whatever it is > they say to do. Yep, and perhaps edit /etc/modules.conf && depmod -a, if the rpm doesn't take care of it. But then this should be mentioned in the docs, the OP should have. Warm regards -- Michael Heiming Remove +SIGNS and www. if you expect an answer, sorry for inconvenience, but I get tons of SPAM |