Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[ALSA,MODEM]modulo per modem software
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
MonsterMord
Guru
Guru


Joined: 28 Apr 2004
Posts: 395
Location: Italy --> Forli'

PostPosted: Mon Aug 16, 2004 6:02 pm    Post subject: [ALSA,MODEM]modulo per modem software Reply with quote

Sono alle prese con il modem PCTEL del mio portatile:
Code:

pci bus 0x0000 cardnum 0x1f function 0x06: vendor 0x8086 device 0x24c6
 Intel Corp. 82801DB AC'97 Modem Controller

Ho seguito queste istruzioni
https://forums.gentoo.org/viewtopic.php?t=172682,https://forums.gentoo.org/viewtopic.php?t=156080 ma non mi è chiaro chi deve caricare il modulo "snd_intel8x0m".
Per il momento lo faccio a manina "modprobe snd_intel8x0m".
Devo aggiungere una entry nel /etc/modules.d/alsa ?
Preferireri che venisse caricato quando faccio partire il servizio "slmodem" perchè visto che il modem verrà utilizzato solo in caso di estrema emergenza non volevo caricarlo ad ogni boot.

Per il momento sono messo così:

cat /etc/conf.d/slmodem
Code:

DEV=/dev/ttySL0
COUNTRY=ITALY
GROUP=dialout
LN_DEV=/dev/modem
NICE=-6
MODULE=alsa
HW_SLOT=0


cat /etc/make.conf | grep ALSA
Code:

ALSA_CARDS="intel8x0 intel8x0m"


cat /etc/modules.d/alsa
Code:

alias char-major-116 snd
alias char-major-14 soundcore
alias snd-card-0 snd-intel8x0
alias sound-slot-0 snd-card-0
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss
alias /dev/mixer snd-mixer-oss
alias /dev/dsp snd-pcm-oss
alias /dev/midi snd-seq-oss
options snd cards_limit=1


cat /etc/modules.d/slmodem
Code:

define COUNTRY `grep COUNTRY= /etc/conf.d/slmodem | sed 's/COUNTRY=//'`
options slamr country=${COUNTRY}
alias char-major-212 slamr
alias char-major-213 slusb


cat /etc/wvdial.conf
Code:

[Dialer Defaults]
Modem = /dev/ttySL0
Baud = 460800
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
Carrier Check = no
Stupid Mode = yes
ISDN = 0
Modem Type = Analog Modem
Phone = telefono-isp
Username = io
Password = my-password



Stò cercando di risolvere ance questo:
Code:

--> Waiting for carrier.
ATDTtelefono-isp
NO DIALTONE
--> No dial tone.
--> Disconnecting at Mon Aug 16 19:47:43 2004

_________________
Gentoo GNU/Linux on DELL Inspiron 8500
Back to top
View user's profile Send private message
mriya3
Tux's lil' helper
Tux's lil' helper


Joined: 27 Jul 2004
Posts: 124
Location: Switzerland

PostPosted: Mon Aug 16, 2004 9:22 pm    Post subject: Reply with quote

Nello script che lancia il modem, /etc/init.d/slmodem aggiungi, nella parte start il comando
Code:
modprobe snd_intel8x0m
e nella parte stop
Code:
rmmod snd_intel8x0m

_________________
--
http://www.mriya3.tk | http://www.mriyasoftware.com
--
"Make everything as simple as possible, but not simpler."
-- Albert Einstein
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum