RE: [newbie] dev file question

2004-05-26 Thread Bill Shirley
put any modules you want to be automatically loaded
upon boot in /etc/modules:

[EMAIL PROTECTED] samba]# cat /etc/modules
# /etc/modules: kernel modules to load at boot time.
#
# This file should contain the names of kernel modules that are
# to be loaded at boot time, one per line.  Comments begin with
# a `#', and everything on the line after them are ignored.

floppy
#snd
snd-slot-0
snd-pcm-oss
snd-seq-oss
cdrom

processor
thermal
fan
ac
battery
button
scsi_hostadapter

HTH,
Bill


 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Grant
 Sent: Tuesday, May 25, 2004 6:17 PM
 To: [EMAIL PROTECTED]
 Subject: Re: [newbie] dev file question
 
 
 
 --- Grant [EMAIL PROTECTED] wrote:
  
  --- Mikkel L. Ellertson [EMAIL PROTECTED]
  wrote:
   Grant wrote:
   
   
   To get it back, try:
   
   rm /dev/tts/LTO
   rm /dev/modem
   modprobe lt_serial
   ln -s /dev/modem /dev/tts/LT0
   
Thanks a lot for getting back to me.  I have
   removed
those symlinks and restarted Linux and I still
   have no
LT0 file in my /dev/tts directory.  The only
  file
   in
that directory is a weird one called 0.

 I just need that LT0 file back so I can dial
  up
with this sucker.  When I typed in modprobe
lt_serial it just went to the next prompt. 
  What
should be happening?

- Grant

   It should be loading the modules for the winmodem,
   and creating
   /dev/tty/LT0
   (Unless that is not the driver for your modem.  I
   thought I remembered 
   that you had a Lucent chipset...)
   
   You can run lsmod and see if lt_serial is already
   loaded.
   
   Mikkel
  
  The driver was /dev/tts/LT0 until the symlinks got
  messed up.  I do have a Lucent chipset.
  
  I ran lsmod and didn't see anything called lt_serial
  or anything else that looked like a modem.  I've got
  to get this file back!  Any ideas?
  
  - Grant
 
 Ok, I ran modprobe lt_serial, got a tainted kernel
 warning message, ran lsmod, and then lt_serial and
 lt_modem showed up in there.  The /dev/tts/LT0 file
 showed up too!  I'll be able to test this tonight at
 home, but all looks to be well!  Thanks for the help
 Mikkel!
 
 - Grant
 
 
   
   
 __
 Do you Yahoo!?
 Friends.  Fun.  Try the all-new Yahoo! Messenger.
 http://messenger.yahoo.com/ 
 
 


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] dev file question

2004-05-25 Thread Grant

--- Mikkel L. Ellertson [EMAIL PROTECTED]
wrote:
 Grant wrote:
 
 
 To get it back, try:
 
 rm /dev/tts/LTO
 rm /dev/modem
 modprobe lt_serial
 ln -s /dev/modem /dev/tts/LT0
 
  Thanks a lot for getting back to me.  I have
 removed
  those symlinks and restarted Linux and I still
 have no
  LT0 file in my /dev/tts directory.  The only file
 in
  that directory is a weird one called 0.
  
   I just need that LT0 file back so I can dial up
  with this sucker.  When I typed in modprobe
  lt_serial it just went to the next prompt.  What
  should be happening?
  
  - Grant
  
 It should be loading the modules for the winmodem,
 and creating
 /dev/tty/LT0
 (Unless that is not the driver for your modem.  I
 thought I remembered 
 that you had a Lucent chipset...)
 
 You can run lsmod and see if lt_serial is already
 loaded.
 
 Mikkel

The driver was /dev/tts/LT0 until the symlinks got
messed up.  I do have a Lucent chipset.

I ran lsmod and didn't see anything called lt_serial
or anything else that looked like a modem.  I've got
to get this file back!  Any ideas?

- Grant




__
Do you Yahoo!?
Friends.  Fun.  Try the all-new Yahoo! Messenger.
http://messenger.yahoo.com/ 


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] dev file question

2004-05-25 Thread Grant

--- Grant [EMAIL PROTECTED] wrote:
 
 --- Mikkel L. Ellertson [EMAIL PROTECTED]
 wrote:
  Grant wrote:
  
  
  To get it back, try:
  
  rm /dev/tts/LTO
  rm /dev/modem
  modprobe lt_serial
  ln -s /dev/modem /dev/tts/LT0
  
   Thanks a lot for getting back to me.  I have
  removed
   those symlinks and restarted Linux and I still
  have no
   LT0 file in my /dev/tts directory.  The only
 file
  in
   that directory is a weird one called 0.
   
I just need that LT0 file back so I can dial
 up
   with this sucker.  When I typed in modprobe
   lt_serial it just went to the next prompt. 
 What
   should be happening?
   
   - Grant
   
  It should be loading the modules for the winmodem,
  and creating
  /dev/tty/LT0
  (Unless that is not the driver for your modem.  I
  thought I remembered 
  that you had a Lucent chipset...)
  
  You can run lsmod and see if lt_serial is already
  loaded.
  
  Mikkel
 
 The driver was /dev/tts/LT0 until the symlinks got
 messed up.  I do have a Lucent chipset.
 
 I ran lsmod and didn't see anything called lt_serial
 or anything else that looked like a modem.  I've got
 to get this file back!  Any ideas?
 
 - Grant

Ok, I ran modprobe lt_serial, got a tainted kernel
warning message, ran lsmod, and then lt_serial and
lt_modem showed up in there.  The /dev/tts/LT0 file
showed up too!  I'll be able to test this tonight at
home, but all looks to be well!  Thanks for the help
Mikkel!

- Grant




__
Do you Yahoo!?
Friends.  Fun.  Try the all-new Yahoo! Messenger.
http://messenger.yahoo.com/ 


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] dev file question

2004-05-19 Thread Mikkel L. Ellertson
Grant wrote:
Hello!  I had my win modem working with penggy to dial
up to AOL, but every time I restarted the computer I
had to:
rm /dev/modem
because there was a different symlink in there, and
then:
ln -s /dev/modem /dev/tts/LT0
This worked great for a while, but yesterday things
were acting strange and now I've got these symlinks:
/dev/modem - /dev/tts/LT0
/dev/tts/LT0 - /dev/modem
There doesn't seem to be a normal LT0 file in /dev/tts
anymore, just the symlink.  There is a weird 0 in
the file listing that wasn't there before too.  Does
anyone know how I can get my /dev/tts/LT0 file back?
- Grant
To get it back, try:
rm /dev/tts/LTO
rm /dev/modem
modprobe lt_serial
ln -s /dev/modem /dev/tts/LT0
As for the origional problem, I think it is the device file system 
settings that are causing this problem.  I have not played with it 
enough to tell you how to fix it.

I have just about the same setup on my Thinkpad, but I am not in Linux 
right now, so I will try and send more information later.

Mikkel


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] dev file question

2004-05-18 Thread Grant
I'm sorry to post about this again, but I'm really
confused with this and have no idea what to do. 
Should I try reinstalling the winmodem?

- Grant 

--- Grant [EMAIL PROTECTED] wrote:
 Hello!  I had my win modem working with penggy to
 dial
 up to AOL, but every time I restarted the computer I
 had to:
 
 rm /dev/modem
 
 because there was a different symlink in there, and
 then:
 
 ln -s /dev/modem /dev/tts/LT0
 
 This worked great for a while, but yesterday things
 were acting strange and now I've got these symlinks:
 
 /dev/modem - /dev/tts/LT0
 /dev/tts/LT0 - /dev/modem
 
 There doesn't seem to be a normal LT0 file in
 /dev/tts
 anymore, just the symlink.  There is a weird 0 in
 the file listing that wasn't there before too.  Does
 anyone know how I can get my /dev/tts/LT0 file back?
 
 - Grant
 
 
   
   
 __
 Do you Yahoo!?
 SBC Yahoo! - Internet access at a great low price.
 http://promo.yahoo.com/sbc/
 
 

 Want to buy your Pack or Services from MandrakeSoft?
 
 Go to http://www.mandrakestore.com
 Join the Club : http://www.mandrakeclub.com
 
 




__
Do you Yahoo!?
SBC Yahoo! - Internet access at a great low price.
http://promo.yahoo.com/sbc/


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



[newbie] dev file question

2004-05-17 Thread Grant
Hello!  I had my win modem working with penggy to dial
up to AOL, but every time I restarted the computer I
had to:

rm /dev/modem

because there was a different symlink in there, and
then:

ln -s /dev/modem /dev/tts/LT0

This worked great for a while, but yesterday things
were acting strange and now I've got these symlinks:

/dev/modem - /dev/tts/LT0
/dev/tts/LT0 - /dev/modem

There doesn't seem to be a normal LT0 file in /dev/tts
anymore, just the symlink.  There is a weird 0 in
the file listing that wasn't there before too.  Does
anyone know how I can get my /dev/tts/LT0 file back?

- Grant




__
Do you Yahoo!?
SBC Yahoo! - Internet access at a great low price.
http://promo.yahoo.com/sbc/


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com