Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[CONF] Setup modem 56K PCI
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
mr.anderson
n00b
n00b


Joined: 02 Dec 2004
Posts: 6

PostPosted: Tue Dec 07, 2004 3:55 pm    Post subject: [CONF] Setup modem 56K PCI Reply with quote

Ciao a tutti,
mi servirebbe una mano per configurare correttamente il modem interno. Con l'utility scanModem, scaricata da http://linmodems.technion.ac.il ottengo, tra le altre, queste informazioni:

Quote:
Modem candidates are at PCI_buses: 0000:04:09.0

Providing detail for device at PCI_bus 0000:04:09.0
with vendor-ID:device-ID
----:----
Class 0703: 8086:1080 Modem: Intel Corp.: Unknown device 1080 (rev 04) (prog-if 00 [Generic])
SubSystem 8086:1000 Intel Corp.: Unknown device 1000
Flags: bus master, stepping, medium devsel, latency 64, IRQ 17
Memory at eff00000 (32-bit, non-prefetchable)
I/O ports at 5800 [size=256]

-----PCI_IDs------- --CompilerVer-
Feature List: Primary Subsystem Distr KernelVer kernel default CPU
./scanModem test 8086:1080 8086:1000 gentoo 2.6.8-gentoo-r7 3.3.4 3.3.4 i686

Use driver resource Intel-537EP-2.60.80.0.tgz

La domanda è: i driver suggeriti da scanModem (Intel-537EP-2.60.80.0.tgz) possono essere emersi in qualche modo, oppure devo compilare e installare manualmente?
_________________
Hoc unum scio, me nihil scire (Socrate)
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31277
Location: here

PostPosted: Tue Dec 07, 2004 3:57 pm    Post subject: Reply with quote

Puoi postare un lspci cosi' capisco meglio che modem e'?
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
mr.anderson
n00b
n00b


Joined: 02 Dec 2004
Posts: 6

PostPosted: Tue Dec 07, 2004 5:05 pm    Post subject: Reply with quote

Code:
# lspci -v
        0000:04:09.0 Modem: Intel Corp.: Unknown device 1080 (rev 04) (prog-if 00 [Generic])
        Subsystem: Intel Corp.: Unknown device 1000
        Flags: bus master, stepping, medium devsel, latency 64, IRQ 17
        Memory at eff00000 (32-bit, non-prefetchable)
        I/O ports at 5800 [size=256]
        Capabilities: [80] Power Management version 2


anche se lspci non aiuta molto a capirlo, il chipset del modem dovrebbe essere questo: Intel 537EP Chipset Family. Fisicamente si tratta di un modem marcato Trust, sul quale (se non ricordo male) si legge 537EP Chipset, come peraltro scanModem sembra confermare.
_________________
Hoc unum scio, me nihil scire (Socrate)
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31277
Location: here

PostPosted: Tue Dec 07, 2004 5:09 pm    Post subject: Reply with quote

sei sicuro che i moduli non sono gli slmodem?
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
mr.anderson
n00b
n00b


Joined: 02 Dec 2004
Posts: 6

PostPosted: Wed Dec 08, 2004 5:50 pm    Post subject: Reply with quote

Ho emerso gli slmodem, però quando cerco di avviare il demone ricevo degli errori:
Code:
# /etc/init.d/slmodem start
 * Starting slmodemd for /dev/ttySL0...                                   [ ok ]

# /etc/init.d/slmodem stop
 * Shutting down slmodemd...
start-stop-daemon: warning: failed to kill 11393: No such process         [ !! ]

inoltre:
Code:

# slmodemd &

restituisce:
Code:
# error: mdm setup: cannot stat `/dev/slamr0': No such file or directory
error: cannot setup device `/dev/slamr0'

[1]+  Exit 255                slmodemd


Devo interpretare questi errori come segno che i moduli slmodem non vanno bene per il mio hardware, oppure sbaglio io qualcosa (oppure devo configurare qualcosa)?
_________________
Hoc unum scio, me nihil scire (Socrate)
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31277
Location: here

PostPosted: Wed Dec 08, 2004 6:28 pm    Post subject: Reply with quote

Il file di configurazione /etc/conf.d/slmodem e' ok?
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
mr.anderson
n00b
n00b


Joined: 02 Dec 2004
Posts: 6

PostPosted: Wed Dec 08, 2004 8:39 pm    Post subject: Reply with quote

Provo a postarlo, magari c'è qualche cosa che non va:
Code:
#cat /etc/conf.d/slmodem

# Config file for /etc/init.d/slmodemd

DEV=/dev/ttySL0
COUNTRY=ITALY
GROUP=dialout

# The following symlink will be created if uncommented
LN_DEV=/dev/modem

# Raise priority to reduce modem dropouts
NICE=-6

# ALSA Options:

# The following sets the ALSA (alsasound) init script to
# be a dependancy of the slmodem one. It does also provides
# ALSA support.
MODULE=alsa

# The modem hardware slot
# use "modem:0", "modem:1", etc.
HW_SLOT=modem:0

# Non-ALSA OPTIONS:

#  MODULE=slamr
# or
#  MODULE=slusb

# this file must be kept in sync with:
# /etc/devfs.d/slmodem (devfs)
# /etc/modules.d/slmodem (devfs)
# /etc/udev/rules.d/55-slmodem.rules (udev)
# /etc/udev/permissions.d/55-slmodem.permissions (udev)


Non ho capito bene cosa sia necessario fare per 'tener sincronizzato' questo file con quelli specificati nelle ultime due righe ... uso udev e quei file non li ho.
_________________
Hoc unum scio, me nihil scire (Socrate)
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31277
Location: here

PostPosted: Wed Dec 08, 2004 8:40 pm    Post subject: Reply with quote

Prova a commentare MODULE=alsa e a scommentare MODULE=slamr
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
mr.anderson
n00b
n00b


Joined: 02 Dec 2004
Posts: 6

PostPosted: Wed Dec 08, 2004 8:52 pm    Post subject: Reply with quote

Ti ringrazio per le (tempestive) risposte, purtroppo anche commentando MODULE=alsa e decommentando MODULE=slamr ottengo:

Code:
# slmodemd
error: mdm setup: cannot stat `/dev/slamr0': No such file or directory
error: cannot setup device `/dev/slamr0'


La butto lì ... non è che mi manchi qualcosa a livello di kernel?
_________________
Hoc unum scio, me nihil scire (Socrate)
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31277
Location: here

PostPosted: Wed Dec 08, 2004 8:54 pm    Post subject: Reply with quote

Dopo quella modifica lancia
Code:
# /etc/init.d/slmodem start

_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
zilog80
Tux's lil' helper
Tux's lil' helper


Joined: 21 Aug 2003
Posts: 77
Location: Venice Italy

PostPosted: Thu Jan 20, 2005 10:49 am    Post subject: Reply with quote

Prova a scommentare MODULE=alsa e a MODULE=slamr

in in questo modo con kppp riesco a interrogare il modem xo poi pppd fa in segmentation fault! :( ma forse con il tuo modem funziona

basta seguire le ultime righe del comando emerge slmodem è scritto che si deve fare!
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31277
Location: here

PostPosted: Thu Jan 20, 2005 11:00 am    Post subject: Reply with quote

Hanno mascherato la versione 2.9.10-r1 mettendo la 2.9.9a prova a vedere se con questa hai problemi
_________________
Questions are guaranteed in life; Answers aren't.
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