Do you know compile and install the modem driver? First download the package agrsm-20070804.tar.gz to your Desktop. Open a terminal. Type the following: cd ~/Desktop tar xzvf agrsm-20070804.tar.gz cd agrsm make sudo make install (or root user) Do you get any error? On Mon, 2008-01-21 at 18:15 +0100, - Drafter - wrote: > Please keep in mind that I know nothing about Linux! > > @Hugo > If I understood corectly, "acpi=off" goes here: > -------------------------------------------------------------------------------------- > kernel /boot/vmlinuz-2.6.15-23-386 root=/dev/hda3 ro quiet splash acpi=off > -------------------------------------------------------------------------------------- > > restart > > -------------------------------------------------------------------------------------- > brzi@brzi-linux:~$ sudo modprobe agserial > Password: > FATAL: Module agserial not found. > brzi@brzi-linux:~$ sudo modprobe agrmodem > brzi@brzi-linux:~$ sudo modprobe agrserial > brzi@brzi-linux:~$ sudo ln -s /dev/ttyAGS3 /dev/ttySAGR > brzi@brzi-linux:~$ sudo ln -s /dev/ttyAGS3 /dev/modem > brzi@brzi-linux:~$ sudo wvdialconf /etc/wvdial.conf > Editing `/etc/wvdial.conf'. > > Scanning your serial ports for a modem. > > ttyS0<*1>: ATQ0 V1 E1 -- failed with 2400 baud, next try: 9600 baud > ttyS0<*1>: ATQ0 V1 E1 -- failed with 9600 baud, next try: 115200 baud > ttyS0<*1>: ATQ0 V1 E1 -- and failed too at 115200, giving up. > Modem Port Scan<*1>: S1 S2 S3 S4 S5 S6 S7 S8 > Modem Port Scan<*1>: S9 S10 S11 S12 S13 S14 S15 S16 > Modem Port Scan<*1>: S17 S18 S19 S20 S21 S22 S23 S24 > Modem Port Scan<*1>: S25 S26 S27 S28 S29 S30 S31 S32 > Modem Port Scan<*1>: S33 S34 S35 S36 S37 S38 S39 S40 > Modem Port Scan<*1>: S41 S42 S43 S44 S45 S46 S47 > ttySAGR<*1>: ATQ0 V1 E1 -- failed with 2400 baud, next try: 9600 baud > ttySAGR<*1>: ATQ0 V1 E1 -- failed with 9600 baud, next try: 115200 baud > ttySAGR<*1>: ATQ0 V1 E1 -- and failed too at 115200, giving up. > > > Sorry, no modem was detected! Is it in use by another program? > Did you configure it properly with setserial? > > Please read the FAQ at http://open.nit.ca/wiki/?WvDial > > If you still have problems, send mail to <wvdial-list@xxxxxxxxxxxx>. > -------------------------------------------------------------------------------------- > > Again nothing... > > @MarvS > I'll try alternate package "suse-10-2a.tar.gz" and will get back to > you with the results. > > Ivan >