LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Modem problems (https://www.linuxquestions.org/questions/linux-newbie-8/modem-problems-8759/)

TeQh 11-15-2001 01:37 PM

Modem problems
 
Aparently my Lucent Win Modem will not work with My Red Hat 7.1 on my other partition... Anyone have any idea show i could make it work?... My computer does not allow any modems besides PCI and no dsl/cable providers in my area...

acid_kewpie 11-15-2001 01:42 PM

i'm on a lucent right now.... on redhat 7.1...

what's going wrong?

and what's that about other partitions...?

TeQh 11-15-2001 01:59 PM

problem
 
IT says it cannot find my modem like i dont have one but on my windows partition my modem works fine.... i have two partition one Windows and one Red Hat 7.1

isajera 11-15-2001 01:59 PM

there are available drivers for some lucent winmodem models - www.linmodems.org should have them or have links to them. if you don't have a supported model, then there are hardware pci modems. i'm using a US Robotics PCI modem as i type.

acid_kewpie 11-15-2001 02:24 PM

shurrup isa.. i know this one..! :)

maybe... :-S

ok, i found that the lucent drivers. you have installed the newest lucent driver i take it... create a device that isn't searched for by linux. You should have a /dev/ttyLT0 which is, as you can guess, the Lucent Technology device file. use a soft link:

ln -s /dev/ttyLT0 /dev/modem

then try and find it using 'wvdialconf' in a terminal window.

if you've not got the drivers

http://www.physcip.uni-stuttgart.de/heby/ltmodem/
sorted... hopefully

TeQh 11-15-2001 02:25 PM

so..
 
your saying thta modem supports red hat linux ?

acid_kewpie 11-15-2001 02:35 PM

er... yes... that's the very first thing i said.... scroll up a bit. this gateway i'm on IS redhat 7.1. it DOES have a LTmodem in it...

TeQh 11-15-2001 02:37 PM

ya
 
i downloaded http://www.sfu.ca/~cth/ltmodem/redha...0a1-1.i386.rpm i hope that is right it told me if i was on red hat to dl it from there...

Can anyone please give me instruction for setting this up detailed please

acid_kewpie 11-15-2001 02:48 PM

i have already told you how to set it up.

once you've installed the rpm, tell us if something goes wrong.

if you don't know how to install the fil, run

rpm -iv thatfile.rpm

TeQh 11-15-2001 02:51 PM

Thanks guys
 
When I get home i will test it all... but thanks alot for helping me so far
:x

TeQh 11-15-2001 03:26 PM

Hey Smart People....
 
LinuxQuestions.org is so awesome... Anyone i could have a post here and directly link it to my website for people to respond to it and stuff?

TeQh 11-15-2001 08:42 PM

modem not doing right
 
it said it couldnt find my modem again.... am i doing something wrong?

acid_kewpie 11-16-2001 03:43 AM

what are you doing to find the modem? did you try what i said about the devices?

TeQh 11-16-2001 12:56 PM

well
 
ln -s /dev/ttyLTO /dev/modem
wouldnt work so i did
ln -sf /dev/ttyLTO /dev/modem
and that worked
i tried to run wvdialconf and it wouldnt told me i needed the address to a conf so i did
wvdialconf wvdial.conf
and it started doing it then it said no modem was found
could it be because my modem is on com3?

acid_kewpie 11-16-2001 03:26 PM

well i've the driver didn't make the ttyLT0 device then obviously it won't work, and if you use the -f option then it obviously will work, i.e. it'll make the link, but the link won't work.. cos the device you'er pointing it to doesn't exist!! :)

it should of course be LT[zero] not LT[theletterbeforeP] if that's what happened... but naturally check you HAVE the device first!

use

ls -l /dev/ttyLT* to see IF that's the way that the driver is installed.. i don't even know if it is.. but it was for me, using a different version of the driver. 5.99d i think.


All times are GMT -5. The time now is 01:12 PM.