[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Sheflug] Redhat 9 and getting online



On Fri, 2004-03-12 at 19:32, J Simpson V21 wrote:
> Hi
> 
> I am a complete newbie.  After some reading I have dual booted Redhat 9 on
> my machine.  I am having a problem getting online, I followed the internet
> configuration wizard, but it said when probing for modem not found.  I
> presume Xiam Evolution works like Outlook and I just click on send/receive
> and it should get me to connect?  Anyhow it returns an error message saying
> it cannot collect mail immediately.  I presume this is because it has not
> found the modem, I can't hear it dialling up or anything.
> 
> I have noticed it says the modem is at ttySO, but in fact my modem is at com
> 4, ttyS3 and I have changed it to that, but it doesn't appear to make any
> difference.
> 
> I have checked out the Redhat site, it says the Motorola SM56 PCI
> Speakerphone modem is certified and lists it as 4.  It says Install as PPM
> from the red Hat Linux installation CD during installation.  So I am under
> the impression it has done what it needs to?
> 
> What am I doing wrong?  Explanations in easy steps please.

With modems problems often have to do with access permissions on the
device files for the serial port to which the modem is connected. For
example, on a probably not default Redhat 9 installation of mine (it has
got there by being upgraded and upgraded since RH5.2) if, at a terminal
window, I type:

ls -l /dev/ttyS[0123]

I get the following output:

crw-rw----    1 root     uucp       4,  64 Jan 30  2003 /dev/ttyS0
crw-rw-rw-    1 root     uucp       4,  65 Dec 17 22:43 /dev/ttyS1
crw-rw----    1 root     uucp       4,  66 Jan 30  2003 /dev/ttyS2
crw-rw----    1 root     uucp       4,  67 Jan 30  2003 /dev/ttyS3

Meaning that access to these character devices is given only to root and
to members of the group uucp, with the exception of /dev/ttyS1, which I
have altered myself, adding read write access for all users, for reasons
that I won't bother to go into.

In the "crw-rw----" above, c means character device (you pass data to it
or receive data from it byte by byte), the first rw- means the owner
user (in this case root) has read and write by not eXecutable permission
over the device the second rw- means that the group (uucp) has read and
write permission but not exectuable permission (it would be rwx if
executable permission was also given) and the last --- means that all
other users have no access permissions over the file.

If your ttyS[0123] files look similar, then you need to make sure your
user is a member of the uucp group. You can do this in the Users and
Groups menu entry of the System Settings menu entry in the redhat menu.
You will need to log your user back in after you made the change.

That might well be the problem and would explain why the wizard said
"modem not found".

> One other thing the display seems to be very large icons.  I'm not sure it
> should be like this as in the installation book the icons don't look that
> big.  My monitor isn't listed as it is a Targa  TM3854-2.  I have set it up
> as a generic monitor, but I could only use 800x600 or 640x480 it is on
> 800x600.  However everything is much bigger than the 800x600 set up I have
> in Windows.  I know it is only a minor thing, but I feel like I have a toy
> computer or that I have particularly poor eyesight.
> 

Nautilus is the program that draws those desktop icons. Open Nautilus -
double click on one of the desktop icons. Bring down Edit:Preferences
menu and then in the "View" tab you'll see that you can change the zoom
of the icons.

Hope that helps,

Seb James
-- 
Managing Director,   Educational Systems,  Hypercube Systems Ltd
         Providing Open Source ICT solutions for schools.
Tel: 0845 458 0277                Web: www.hypercubesystems.co.uk
Mob: 07900 958964               Email: seb [at] hypercubesystems.co.uk

___________________________________________________________________

Sheffield Linux User's Group -
http://www.sheflug.co.uk/mailfaq.html

  GNU the choice of a complete generation.