LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 08-17-2006, 10:51 AM   #1
win2suse
Member
 
Registered: Jul 2006
Posts: 84

Rep: Reputation: 15
Mute laptop


Hallo all,
since yesterday I have been induldging myself into debian which was newly installed on my toshiba tecra 8000. Unfortunately it still has some problems. One of them is NO SOUND. According to previous posts in this forum, I
apt-get install alsa-modules-2.4.27-2-386
, then
alsaconf
The message indicated that there is no PnP or PCI card is found, and probed legacy ISA sound card. Finally i got
Loading driver...
/lib/modules/2.4.27-2-386/updates/alsa/snd-op3sa2.0: init_module: No such device
Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters.
...

after issuing lspci
there are: Host bridge, vga compatible controller, bridge, ide interface, usb controller bridge, bridge and conmmunication controller, but no sound card or snd.
after running dmesg | snd
there is nothing.

It seems that the kernel fails find my sound card. How could I cope with this tragedy?
 
Old 08-17-2006, 12:31 PM   #2
ciotog
Member
 
Registered: Mar 2004
Location: Canada
Distribution: Slackware current
Posts: 728
Blog Entries: 2

Rep: Reputation: 43
What's the output of the following command?
Code:
/sbin/lspci -v | grep audio
This should return at least 1 line that probably says something about an unknown audio device. Then run
Code:
/sbin/lspci -v
and post the 3-5 lines that follow the above line.

I think it should be an Opl3-SA2/3/x, which uses the OPL3-SA1 alsa module.
 
Old 08-17-2006, 02:09 PM   #3
win2suse
Member
 
Registered: Jul 2006
Posts: 84

Original Poster
Rep: Reputation: 15
Win2suse:/sbin# lspci -v | grep audio
Win2suse:/sbin# lspci -v
0000:00:00.0 Host bridge: Intel Corp. 440BX/ZX/DX - 82443BX/ZX/DX Host bridge (A
GP disabled) (rev 02)
Subsystem: Toshiba America Info Systems: Unknown device 0001
Flags: bus master, medium devsel, latency 64
Memory at e0000000 (32-bit, prefetchable) [size=256M]

0000:00:04.0 VGA compatible controller: Neomagic Corporation NM2200 [MagicGraph
256AV] (rev 12) (prog-if 00 [VGA])
Subsystem: Toshiba America Info Systems: Unknown device 0001
Flags: bus master, medium devsel, latency 64, IRQ 11
Memory at df000000 (32-bit, prefetchable) [size=16M]
Memory at ff800000 (32-bit, non-prefetchable) [size=4M]
Memory at ff700000 (32-bit, non-prefetchable) [size=1M]
Capabilities: [dc] Power Management version 1

0000:00:05.0 Bridge: Intel Corp. 82371AB/EB/MB PIIX4 ISA (rev 02)
Flags: bus master, medium devsel, latency 0

0000:00:05.1 IDE interface: Intel Corp. 82371AB/EB/MB PIIX4 IDE (rev 01) (prog-if 80 [Master])
Flags: bus master, medium devsel, latency 64
I/O ports at 1000 [size=16]

0000:00:05.2 USB Controller: Intel Corp. 82371AB/EB/MB PIIX4 USB (rev 01) (prog-if 00 [UHCI])
Flags: bus master, medium devsel, latency 64, IRQ 11
I/O ports at ffe0 [size=32]

0000:00:05.3 Bridge: Intel Corp. 82371AB/EB/MB PIIX4 ACPI (rev 02)
Flags: medium devsel, IRQ 9

0000:00:09.0 Communication controller: Toshiba America Info Systems FIR Port (rev 23)
Subsystem: Toshiba America Info Systems: Unknown device 0001
Flags: bus master, slow devsel, latency 64, IRQ 11
I/O ports at ff80 [size=32]
 
Old 08-18-2006, 12:33 AM   #4
ciotog
Member
 
Registered: Mar 2004
Location: Canada
Distribution: Slackware current
Posts: 728
Blog Entries: 2

Rep: Reputation: 43
Is it safe to assume that sound was working on this unit prior to installing Debian? If so, then I would recommend trying live-cds for a few distributions and see if any of them can detect your audio chipset. Knoppix, for example.

http://iso.linuxquestions.org/distro.php?distro=5
 
Old 08-18-2006, 02:35 AM   #5
win2suse
Member
 
Registered: Jul 2006
Posts: 84

Original Poster
Rep: Reputation: 15
you assumption is correct for everything goes well on win2k.
The newer the kernel is, does it require more memory? My notebook is rather old with 333MHz and 128Mbyte.
 
Old 08-18-2006, 10:55 AM   #6
ciotog
Member
 
Registered: Mar 2004
Location: Canada
Distribution: Slackware current
Posts: 728
Blog Entries: 2

Rep: Reputation: 43
I think with 128MB you'll be fine with a newer kernel, I had one of the early 2.6 kernels running quite well on a K62 450MHz with only 64MB. It was noticeably faster than the latest 2.4 kernel I had used.
 
Old 08-18-2006, 02:02 PM   #7
win2suse
Member
 
Registered: Jul 2006
Posts: 84

Original Poster
Rep: Reputation: 15
Which command I could issue to change my kernel to 2.6.xxx? Should i first download it and then install it, sth. like:
apt-get instll kernel-2.6.XXX?
where could I find the available kernels starting with 2.6.xxx, and pick one from them?
thanks, win2s
 
Old 08-18-2006, 09:07 PM   #8
ciotog
Member
 
Registered: Mar 2004
Location: Canada
Distribution: Slackware current
Posts: 728
Blog Entries: 2

Rep: Reputation: 43
I'm not sure, really. Someone with more Debian experience would be able to help more...
 
Old 08-20-2006, 11:11 PM   #9
robingazi
Member
 
Registered: Jul 2006
Location: Bangladesh
Distribution: Ubuntu
Posts: 93

Rep: Reputation: 15
Try synaptic. If you don't have it (highly unlikely) use

apt-get install synaptic

The newer kernel should be under the "Base System" category. Choose the kernel, mark it for install and hit apply changes.

Last edited by robingazi; 08-21-2006 at 08:58 AM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I mute my modem twiggymoo Linux - Hardware 5 06-07-2006 07:49 PM
Help! SoundCard went MUTE RaiReg Linux - Hardware 2 01-16-2004 07:13 PM
Mute PC speaker objorkum Linux - Software 2 01-16-2004 12:27 PM
how do you un mute the soundcard??? jsandro7 Linux - Newbie 6 11-04-2003 09:01 PM
MPlayer mute... rooman Linux - Software 2 09-18-2003 02:45 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 06:18 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration