Click to See Complete Forum and Search --> : mandrake 8 and internet


hot spot
12-06-2002, 03:41 PM
i have installed mandrake 8 and every thing is ok;) but it could not see my modem (motorola)
how to connect my pc to internet ?

fancypiper
12-06-2002, 03:59 PM
Modem and connection troubleshooting:
Modem NHFs (http://linuxnewbie.org/nhf/Modems)
Modem HOWTO (http://www.tldp.org/HOWTO/Modem-HOWTO.html)
The kppp Handbook (http://docs.kde.org/2.2.2/kdenetwork/kppp/)
Dial-up Networking Configuration Using KDE's Kppp (http://www.linuxheadquarters.com/howto/networking/kppp.shtml)
Troubleshooting ISP Connection Problems (http://www.onlamp.com/pub/a/onlamp/2001/05/10/ppp.html)
Connecting to AOL with Linux (http://www.yolinux.com/TUTORIALS/LinuxTutorialAOL.html)

Is it a pci hardware modem?

Configuring a pci modem
To configure a pci modem, open an x terminal and su - to the root account:[phil@fancypiper phil]$ su -
Password:
[root@fancypiper root]# cat /proc/pciLook for your modem in the returned list. Look for something similar to mine: Non-prefetchable 32 bit memory at 0xef000000 [0xef0000ff].
Bus 2, device 2, function 0:
Communication controller: PCI device 151f:0000 (TOPIC SEMICONDUCTOR Corp) (rev 0).
IRQ 5.
I/O at 0xc400 [0xc407].With this info, I use the setserial command:[root@fancypiper root]# setserial /dev/ttyS2 irq 5 port 0xc400 uart 16550aThen I test the modem with the internet connection wizzard and it works. I edit /etc/rc.d/rc.local and enter the setserial command:[root@fancypiper root]# pico -w /etc/rc.d/rc.localMy file for an example#!/bin/sh
# Redhat /etc/rc.d/rc.local file
# This script will be executed *after* all the other init scripts.
# You can put your own initialization stuff in here if you don't
# want to do the full Sys V style init stuff.

touch /var/lock/subsys/local
# configure modem
setserial /dev/ttyS2 irq 5 port 0xc400 uart 16550aNow, it remains configured after a reboot.

hot spot
12-21-2002, 07:12 PM
thx :)

i found out that mandrake 8 doesnt support my modem:(
so im going to buy a new modem :(

i have anew problem
i cant access cdrom drive :mad:

how can i access cdrom drive?