On Wed, 14 Aug 2002 21:26:35 +1200
Graham <[EMAIL PROTECTED]> wrote:

> Greetings All
> 

Greetings

> I attended the installfest, where I had Mandrake 8.2 installed. Since
> then I have been getting to know my way around linux and some of the
> applications. 
>

Great
 
> My main problems are that I have no sound, and that my modem does not
> work. I have followed a number of the helpfull links that have been
> posted, and also downloaded some drivers, but I always seem to run
> into problems when trying to install these, particularly when editing
> the makefile and running the make command. I am begining to get
> frustrated, hence my plea for help.
> 
> To my knowledge I have the following devices
> 
This is a PCI modem yes?
Can you paste the output of :

# lspci
# cat /proc/pci
# cat /proc/ioports
# cat /proc/interrupts
# lsmod

and also give the URLs for the drivers you have downloaded

From the Helpfile you included it sounds like a PCI hardware modem,
which should be straightforward.

http://www.idir.net/~gromitkc/topic/topic_tp560i.html
has specs for the TP560i chipset. Can you see that chipset on the modem
itself ?

from : http://modemdriver.com/linuxfirst.htm :

"5. How about PCI modems? Are all PCI modems winmodems?
 No, there are at least three types of controller-based PCI modems. They
are somewhat more difficult to set up than a jumpered ISA modem or an
external serial port modem. Linux 2.4 will probably include automagic
setup of PCI hardware modems.
 If you are curious, these modems are: 

Lucent Venus chipset: 
Multitech MT5634ZPX-PCI, 
Actiontec PCI56012 (IBM 33L4618 or GVC MD0223)
 USR/TI Kermit chipset: 
the 3Com/USR 3CP5610 family, which includes models 5613, 5609, and OEM
models 2976, 2977, and 3258
 TOPIC TP560i chipset: 
Zoom 2920 (Digitan DS550-558), 
Well Communications FM-56PCI-TP (GVC MD0321), and 
Archtek Smartlink 5634PCV.
 Conexant RC56D-PCI chipset: 
none observed yet"

If it's a hardware modem (PCI card, TP560i chipset on card), it should
be supported under Linux without requiring a driver.

However you also mention it's an "AMR modem"
from the MODEM-HOWTO :

http://www.fokus.gmd.de/linux/HOWTO/Modem-HOWTO-2.html#ss2.6

AMR modems :
These are all winmodems that insert into a special AMR (Audio Modem
Riser) slot on the motherboard. Audio cards are sometimes used in this
slot. The slot's main use is for HSF type modems where the CPU does
almost all of the work. This results in a small modem card and thus a
short AMR slot. Such a "modem" is actually little more than a codec
which transforms digital signals representing an analog voltage wave
into the analog wave itself (and conversely). Linux supports at least
one of them. 

If the modem looks like what's described above it could be trickier.

Soundcard :

http://linux-sxs.org/yamdsg.html 
seems to have a good tutorial for the sound-card.

the snippet :
> Unresolved symbols in
> /lib/modules/2.4.18-6mdk/alsa/snd-card-ymfpci.o.gz Aug 13 07:25:56
> localhost rc.sysinit: Finding module dependencies:  failed 
> 
may suggest that other alsa modules may need to be loaded first

eg in /etc/conf.modules there should be something like :
 # ALSA native device support
 alias char-major-116 snd
 options snd snd_major=116 snd_cards_limit=1
 alias snd-card-0 snd-card-ymfpci
 options snd-card-interwave snd_index=0 snd_id="YMF724"

 # OSS/Free setup
 alias char-major-14 soundcore
 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


 




> AMR voice modem connected on Com 3 and IRQ 05 
> Which from what I can gather is a Smartlink modem. From the windows
> modem icon you are linked to a webpage where you can download a linux
> driver 5634PCV.exe. The help file states 
> 
> Linux Red Hat 7.1 or Kernel 2.4.x.x - TP560i Modem Card Setup
> procedure for Linux and gives the following instructions
> 
> Boot up in GNOME mode.
> 
>  At path /proc, find file pci then find Topic vender ID �151f� and the
>    
> 
>   I/O-address, IRQ-number Linux assign to Topic modem.  
> 
>             
> 
>                          ����������������
> 
>                          Vendor id=151f.  Device id=0.
> 
>                          Medium devsel.  IRQ=5.
> 
>                          I/O at 0xe400 [0xe401].
> 
> 
> 
> My /proc/pci file does not contain the lines Topic vender ID "151f"
> ....
> 
>                           
> 
> 2. Go to Home Directory: 
> 
>  
> 
>  Click  on  dev,  click on Commands , then Run Commands in panel
> 
> Type:  setserial tty-number uart 16550A irq IRQ-number port
> I/O-address 
> 
>  
> 
> For example : setserial ttyS2 uart 16550A irq 5 port 0xe400 then 
> click OK
> 
> 3. At path /dev, remove default modem link then link modem to the tty
> you assign in step 
> 
> For example : rm modem
> 
>                        ln �s ttyS2 modem
> 
> the setserial command does not work, (bad command)
> 
> 
> 
>  4. Now, you can use KPPP to test the modem.
> 
> the KPPP command does not work, (bad command)
> 
> 
> 
> I have also tried installing a driver file downloaded directly from
> Smartlink, ie slmdm-2.6.16_i386.tar.gz which includes instructions for
> both manual installation, or installation using RPM, both with no
> success. Smartlink also have another file called slmdm-2.6.16.tar.gz
> which I asume is no use to me as the documentation states it is for
> i686, where my system is i586
> 
> 
> 
> My soundcard is a Yamaha DS-XG Legacy Sound Card,  IRQ 9,  DMA 3 and
> from looking at the messages log file, it looks like Linux detects the
> card but it is not set up correctly. 
> 
> 
> 
> I get the following sound server informational message when KDE starts
> up
> 
> 
> 
> Error while initializing the sound driver
> 
> device /dev/dsp can't be opened. (no such file or directory)
> 
> The sound server will continue using the null output device
> 
> 
> 
> Indeed this message is correct, I do not have a directory named
> /dev/dsp, although I do have the directories
> 
> /dev/snd and /dev/sound if they are of any consulation.
> 
> 
> 
> Below are some snippets from the messages log file.
> 
> 
> 
> Aug 13 07:26:20 localhost kernel: PCI: Probing PCI hardware
> Aug 13 07:26:20 localhost kernel: Unknown bridge resource 0: assuming
> transparent Aug 13 07:26:20 localhost kernel: PCI: Using IRQ router
> VIA [1106/0686] at 00:07.0 Aug 13 07:26:20 localhost kernel: PCI:
> Found IRQ 5 for device 00:07.6 Aug 13 07:26:20 localhost kernel: PCI:
> Disabling Via external APIC routing Aug 13 07:26:20 localhost kernel:
> PCI: Via IRQ fixup for 00:07.6, from 0 to 5 Aug 13 07:26:20 localhost
> kernel: isapnp: Scanning for PnP cards... Aug 13 07:26:20 localhost
> kernel: isapnp: No Plug & Play device found
> 
> 
> Aug 13 07:25:33 localhost devfsd: Started device management daemon
> v1.3.24 for /dev Aug 13 07:25:34 localhost devfsd: error calling:
> symlink in GLOBAL
> 
> 
> Aug 13 07:25:56 localhost depmod: depmod:  
> Aug 13 07:25:56 localhost depmod: cannot read ELF header from
> /lib/modules/2.4.18-6mdk/alsa/snd-ymfpci.o.gz Aug 13 07:25:56
> localhost depmod: depmod:  Aug 13 07:25:56 localhost depmod: ***
> Unresolved symbols in
> /lib/modules/2.4.18-6mdk/alsa/snd-card-ymfpci.o.gz Aug 13 07:25:56
> localhost rc.sysinit: Finding module dependencies:  failed 
> 
> 
> Aug 13 07:26:01 localhost modprobe: modprobe: Can't locate module eth1
> 
> Aug 13 07:26:01 localhost modprobe: modprobe: Can't locate module eth2
> 
> Aug 13 07:26:01 localhost modprobe: modprobe: Can't locate module eth3
> 
> Aug 13 07:26:01 localhost modprobe: modprobe: Can't locate module eth4
> 
> Aug 13 07:26:01 localhost modprobe: modprobe: Can't locate module eth5
> 
> Aug 13 07:26:01 localhost modprobe: modprobe: Can't locate module eth6
> 
> Aug 13 07:26:01 localhost modprobe: modprobe: Can't locate module eth7
> 
> Aug 13 07:26:01 localhost modprobe: modprobe: Can't locate module eth8
> 
> Aug 13 07:26:01 localhost modprobe: modprobe: Can't locate module eth9
> 
> 
> 
> Aug 13 07:26:47 localhost modprobe: modprobe: Can't locate module
> scsi_hostadapter Aug 13 07:26:48 localhost last message repeated 3
> times Aug 13 07:27:20 localhost modprobe: modprobe: Can't locate
> module snd-card-0 Aug 13 07:27:21 localhost modprobe: modprobe: Can't
> locate module snd-card-0 Aug 13 07:27:21 localhost modprobe: modprobe:
> Can't locate module snd-card-1 Aug 13 07:27:21 localhost modprobe:
> modprobe: Can't locate module snd-card-1 Aug 13 07:27:21 localhost
> modprobe: modprobe: Can't locate module snd-card-2 Aug 13 07:27:22
> localhost modprobe: modprobe: Can't locate module snd-card-2 Aug 13
> 07:27:23 localhost modprobe: modprobe: Can't locate module snd-card-3
> Aug 13 07:27:23 localhost modprobe: modprobe: Can't locate module
> snd-card-3 Aug 13 07:27:23 localhost modprobe: modprobe: Can't locate
> module snd-card-4 Aug 13 07:27:24 localhost modprobe: modprobe: Can't
> locate module snd-card-4 Aug 13 07:27:24 localhost modprobe: modprobe:
> Can't locate module snd-card-5 Aug 13 07:27:24 localhost modprobe:
> modprobe: Can't locate module snd-card-5 Aug 13 07:27:25 localhost
> modprobe: modprobe: Can't locate module snd-card-6 Aug 13 07:27:25
> localhost modprobe: modprobe: Can't locate module snd-card-6 Aug 13
> 07:27:25 localhost modprobe: modprobe: Can't locate module snd-card-0
> Aug 13 07:27:25 localhost modprobe: modprobe: Can't locate module
> snd-card-0 Aug 13 07:27:25 localhost modprobe: modprobe: Can't locate
> module snd-card-1 Aug 13 07:27:26 localhost modprobe: modprobe: Can't
> locate module snd-card-1 Aug 13 07:27:26 localhost modprobe: modprobe:
> Can't locate module snd-card-2 Aug 13 07:27:26 localhost modprobe:
> modprobe: Can't locate module snd-card-2 Aug 13 07:27:26 localhost
> modprobe: modprobe: Can't locate module snd-card-3 Aug 13 07:27:26
> localhost modprobe: modprobe: Can't locate module snd-card-3 Aug 13
> 07:27:27 localhost modprobe: modprobe: Can't locate module snd-card-4
> Aug 13 07:27:27 localhost modprobe: modprobe: Can't locate module
> snd-card-4 Aug 13 07:27:27 localhost modprobe: modprobe: Can't locate
> module snd-card-5 Aug 13 07:27:27 localhost modprobe: modprobe: Can't
> locate module snd-card-5 Aug 13 07:27:28 localhost modprobe: modprobe:
> Can't locate module snd-card-6 Aug 13 07:27:28 localhost modprobe:
> modprobe: Can't locate module snd-card-6 Aug 13 07:27:28 localhost
> modprobe: modprobe: Can't locate module snd-card-0 Aug 13 07:27:29
> localhost modprobe: modprobe: Can't locate module snd-card-0 Aug 13
> 07:27:29 localhost modprobe: modprobe: Can't locate module snd-card-1
> Aug 13 07:27:29 localhost modprobe: modprobe: Can't locate module
> snd-card-1 Aug 13 07:27:30 localhost modprobe: modprobe: Can't locate
> module snd-card-2 Aug 13 07:27:30 localhost modprobe: modprobe: Can't
> locate module snd-card-2 Aug 13 07:27:30 localhost modprobe: modprobe:
> Can't locate module snd-card-3 Aug 13 07:27:31 localhost modprobe:
> modprobe: Can't locate module snd-card-3 Aug 13 07:27:31 localhost
> modprobe: modprobe: Can't locate module snd-card-4 Aug 13 07:27:32
> localhost modprobe: modprobe: Can't locate module snd-card-4 Aug 13
> 07:27:32 localhost modprobe: modprobe: Can't locate module snd-card-5
> Aug 13 07:27:32 localhost modprobe: modprobe: Can't locate module
> snd-card-5 Aug 13 07:27:33 localhost modprobe: modprobe: Can't locate
> module snd-card-6 Aug 13 07:27:33 localhost modprobe: modprobe: Can't
> locate module snd-card-6 Aug 13 07:27:33 localhost modprobe: modprobe:
> Can't locate module snd-card-0 Aug 13 07:27:34 localhost modprobe:
> modprobe: Can't locate module snd-card-0 Aug 13 07:27:34 localhost
> modprobe: modprobe: Can't locate module snd-card-1 Aug 13 07:27:34
> localhost modprobe: modprobe: Can't locate module snd-card-1 Aug 13
> 07:27:35 localhost modprobe: modprobe: Can't locate module snd-card-2
> Aug 13 07:27:35 localhost modprobe: modprobe: Can't locate module
> snd-card-2 Aug 13 07:27:35 localhost modprobe: modprobe: Can't locate
> module snd-card-3 Aug 13 07:27:35 localhost modprobe: modprobe: Can't
> locate module snd-card-3 Aug 13 07:27:36 localhost modprobe: modprobe:
> Can't locate module snd-card-4 Aug 13 07:27:36 localhost modprobe:
> modprobe: Can't locate module snd-card-4 Aug 13 07:27:36 localhost
> modprobe: modprobe: Can't locate module snd-card-5 Aug 13 07:27:37
> localhost modprobe: modprobe: Can't locate module snd-card-5 Aug 13
> 07:27:37 localhost modprobe: modprobe: Can't locate module snd-card-6
> Aug 13 07:27:37 localhost modprobe: modprobe: Can't locate module
> snd-card-6 Aug 13 07:27:38 localhost modprobe: modprobe: Can't locate
> module snd-card-0 Aug 13 07:27:38 localhost modprobe: modprobe: Can't
> locate module snd-card-0 Aug 13 07:27:39 localhost modprobe: modprobe:
> Can't locate module snd-card-1 Aug 13 07:27:39 localhost modprobe:
> modprobe: Can't locate module snd-card-1 Aug 13 07:27:39 localhost
> modprobe: modprobe: Can't locate module snd-card-2 Aug 13 07:27:39
> localhost modprobe: modprobe: Can't locate module snd-card-2 Aug 13
> 07:27:40 localhost modprobe: modprobe: Can't locate module snd-card-3
> Aug 13 07:27:40 localhost modprobe: modprobe: Can't locate module
> snd-card-3 Aug 13 07:27:40 localhost modprobe: modprobe: Can't locate
> module snd-card-4 Aug 13 07:27:40 localhost modprobe: modprobe: Can't
> locate module snd-card-4 Aug 13 07:27:40 localhost modprobe: modprobe:
> Can't locate module snd-card-5 Aug 13 07:27:41 localhost modprobe:
> modprobe: Can't locate module snd-card-5 Aug 13 07:27:41 localhost
> modprobe: modprobe: Can't locate module snd-card-6 Aug 13 07:27:41
> localhost modprobe: modprobe: Can't locate module snd-card-6 Aug 13
> 07:27:41 localhost modprobe: modprobe: Can't locate module snd-card-0
> Aug 13 07:27:42 localhost modprobe: modprobe: Can't locate module
> snd-card-0 Aug 13 07:27:42 localhost modprobe: modprobe: Can't locate
> module snd-card-1 Aug 13 07:27:42 localhost modprobe: modprobe: Can't
> locate module snd-card-1 Aug 13 07:27:43 localhost modprobe: modprobe:
> Can't locate module snd-card-2 Aug 13 07:27:43 localhost modprobe:
> modprobe: Can't locate module snd-card-2 Aug 13 07:27:43 localhost
> modprobe: modprobe: Can't locate module snd-card-3 Aug 13 07:27:43
> localhost modprobe: modprobe: Can't locate module snd-card-3 Aug 13
> 07:27:44 localhost modprobe: modprobe: Can't locate module snd-card-4
> Aug 13 07:27:44 localhost modprobe: modprobe: Can't locate module
> snd-card-4 Aug 13 07:27:45 localhost modprobe: modprobe: Can't locate
> module snd-card-5 Aug 13 07:27:45 localhost modprobe: modprobe: Can't
> locate module snd-card-5 Aug 13 07:27:46 localhost modprobe: modprobe:
> Can't locate module snd-card-6 Aug 13 07:27:46 localhost modprobe:
> modprobe: Can't locate module snd-card-6 Aug 13 07:27:47 localhost
> modprobe: modprobe: Can't locate module snd-card-0 Aug 13 07:27:47
> localhost modprobe: modprobe: Can't locate module snd-card-0 Aug 13
> 07:27:47 localhost modprobe: modprobe: Can't locate module snd-card-1
> Aug 13 07:27:48 localhost modprobe: modprobe: Can't locate module
> snd-card-1 Aug 13 07:27:48 localhost modprobe: modprobe: Can't locate
> module snd-card-2 Aug 13 07:27:48 localhost modprobe: modprobe: Can't
> locate module snd-card-2 Aug 13 07:27:48 localhost modprobe: modprobe:
> Can't locate module snd-card-3 Aug 13 07:27:48 localhost modprobe:
> modprobe: Can't locate module snd-card-3 Aug 13 07:27:49 localhost
> modprobe: modprobe: Can't locate module snd-card-4 Aug 13 07:27:49
> localhost modprobe: modprobe: Can't locate module snd-card-4 Aug 13
> 07:27:49 localhost modprobe: modprobe: Can't locate module snd-card-5
> Aug 13 07:27:49 localhost modprobe: modprobe: Can't locate module
> snd-card-5 Aug 13 07:27:50 localhost modprobe: modprobe: Can't locate
> module snd,card-6 Aug 13 07:27:50 localhost modprobe: modprobe: Can't
> locate module snd-card-6
>   
> 
> Thanks for taking the time to read this message, and I look forward to
> getting these issues sorted
> 
> 
> 
> Cheers
> 
> Graham Barnett
> 
> 
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.381 / Virus Database: 214 - Release Date: 2/08/02
> 
> 

Hope this helps,
Andrew.

-- 

Reply via email to