[tlinux-users:07394] Re: Modem Configuration in <<SUSE 10>>

Amir Hosein Jadidi Nejad <[email protected]>
Newsgroups gmane.linux.hardware.toshiba
Message-ID <[email protected]>
Here is command and outputs :

1) ---------------------------------------------------------------------------------

linux:~ # lsmod

Module Size Used by

iptable_filter 2816 0

ip_tables 19456 1 iptable_filter

nls_utf8 2048 0

ppp_generic 28052 0

slhc 7296 1 ppp_generic

nls_iso8859_1 4096 1

nls_cp437 5760 1

vfat 12800 1

fat 49692 1 vfat

appletalk 35508 2

ax25 58092 2

ipx 27308 2

cpufreq_ondemand 6044 1

cpufreq_userspace 4444 0

cpufreq_powersave 1792 0

speedstep_centrino 7508 1

freq_table 4612 1 speedstep_centrino

snd_pcm_oss 59168 0

snd_mixer_oss 18944 1 snd_pcm_oss

snd_seq 51984 0

button 7056 0

snd_seq_device 8588 1 snd_seq

battery 10244 0

ac 5252 0

ipv6 242752 10

af_packet 21384 2

edd 9824 0

joydev 9408 0

pcmcia 37176 0

usbhid 43616 0

ipw2200 171656 0

ieee80211 51140 1 ipw2200

ieee80211_crypt 5508 1 ieee80211

yenta_socket 23820 1

rsrc_nonstatic 12800 1 yenta_socket

pcmcia_core 39952 3 pcmcia,yenta_socket,rsrc_nonstatic

sk98lin 193112 1

generic 4484 0 [permanent]

ide_core 122380 1 generic

ohci1394 32820 0

ieee1394 97208 1 ohci1394

snd_intel8x0 33408 1

i2c_i801 8844 0

i2c_core 20368 1 i2c_i801

firmware_class 9856 2 pcmcia,ipw2200

snd_ac97_codec 90876 1 snd_intel8x0

ehci_hcd 32136 0

snd_ac97_bus 2432 1 snd_ac97_codec

snd_pcm 93064 3 snd_pcm_oss,snd_intel8x0,snd_ac97_codec

snd_timer 24452 2 snd_seq,snd_pcm

snd 60420 10 snd_pcm_oss,snd_mixer_oss,snd_seq,snd_seq_device,snd_intel8x0,snd_ac97_codec,snd_pcm,snd_timer

soundcore 9184 1 snd

snd_page_alloc 10632 2 snd_intel8x0,snd_pcm

uhci_hcd 32016 0

intel_agp 22044 1

agpgart 33096 2 intel_agp

usbcore 112640 4 usbhid,ehci_hcd,uhci_hcd

shpchp 88676 0

pci_hotplug 26164 1 shpchp

parport_pc 38980 1

lp 11460 0

parport 33864 2 parport_pc,lp

dm_mod 54972 0

reiserfs 250480 2

sr_mod 16420 0

cdrom 36896 1 sr_mod

fan 4996 0

thermal 14472 0

processor 24252 2 speedstep_centrino,thermal

sg 35744 0

ata_piix 9860 4

ahci 12292 0

libata 48516 2 ata_piix,ahci

sd_mod 18576 5

scsi_mod 131304 5 sr_mod,sg,ahci,libata,sd_mod

 

2) ----------------------------------------------------------------------------------------------------------------

linux:~ # dmesg | grep -i modem

linux:~ # cat /var/log/messages | grep -i modem

Nov 3 06:04:22 linux wvdial[8270]: Initializing modem.

Nov 3 06:04:22 linux wvdial[8270]: Modem not responding.

linux:~ # cat /var/log/errors | grep -i modem

cat: /var/log/errors: No such file or directory

 

3) -----------------------------------------------------------------------------------------------------------

linux:~ # lspci | grep -i modem

00:1e.3 Modem: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Modem Controller (rev 03)
 
Regard,

Manuel L󰥺-Ibá±¥z <[email protected]> wrote:
First, I think you should not create a hard link (as you did) but a 
symbolic link (using ln -s). Check "man ln" for more details on this.

Second, surely, you need a module (a driver) to use the modem. Your 
distribution should select the appropriate one. However, if this is not 
the case, you won't get anything. It doesn't what you do with wvdial or 
anything else. You can check available modules using "lsmod".

If a module was loaded, you should get some log message. You may check:

dmesg | grep -i modem
cat /var/log/messages | grep -i modem
cat /var/log/errors | grep -i modem

and anything that may look as an appropriate log under /var/log/

Third, you can get an approximation to where and which is your modem 
using lspci. For example, in my case:

root@localhost ~# lspci | grep -i modem
00:1f.6 Modem: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) 
AC'97 Modem Controller (rev 03)


Fourth, isn't there any tool to configure/detect the modem under suse? 
It would be interesting (also for the Suse developers) to know what the 
above logs show after you try to use the proper tool to configure/detect 
the modem.





Amir Hosein Jadidi Nejad wrote:
> Dear Mark,
> I was create a link to /dev/modem ( ln -f /dev/ttyS2 /dev/modem ) and 
> here is output when i run "wvdial" :
> --> WvDial: Internet dialer version 1.54.0
> --> Cannot open /dev/modem: Input/output error
> --> Cannot open /dev/modem: Input/output error
> --> Cannot open /dev/modem: Input/output error
> Regard, 
> 
> */mark /* wrote:
> 
> Amir Hosein Jadidi Nejad wrote:
> > ttys like ttys0 . my modem is configure in COM3 in windows.
> 
> This may be your problem:
> Excerpt:
> Since DOS provided for 4 serial ports on the old ISA bus: COM1-COM4,
> ttyS0-ttyS3 (tts/0-tts/3) most serial ports on the newer PCI bus use
> higher numbers such as ttyS4 (tts/4) or ttyS14 (tts/14) for kernel 2.6.
> --- end excerpt ---
> 
> 
> 
> mark
> 
> -- 
> Have you noticed that, when we were young, we were told
> that "everybody else is doing it" was a really stupid
> reason to do something, but now it's the standard reason
> for picking a particular software package? -- Barry Gehm
> 
> 
> 
> *-------------------------------------------------------------------
> **Amir Hosein Jadidi Nejad
> Student Of Computer Science
> Bu-Ali Sina University, Hamedan-Iran
> *
> *E-Mail : [email protected] , 
> [email protected] *
> 
> ------------------------------------------------------------------------
> Yahoo! FareChase - Search multiple travel sites in one click. 
> 
> 


______________________________________________ 
Renovamos el Correo Yahoo! 
Nuevos servicios, má³ seguridad 
http://correo.yahoo.es




------------------------------------------------------------------- 
Amir Hosein Jadidi Nejad 
Student Of Computer Science 
Bu-Ali Sina University, Hamedan-Iran 

E-Mail : [email protected] , [email protected]







		
---------------------------------
 Yahoo! FareChase - Search multiple travel sites in one click.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.