LinuxQuestions.org
Help answer threads with 0 replies.
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 10-01-2004, 04:30 AM   #1
Quercus ruber
Member
 
Registered: Mar 2004
Location: Bocholt, Germany
Distribution: Slackware
Posts: 135

Rep: Reputation: 24
No sound with AC97 even after alsaconf


Hi

I seem to have some sort of sound problem.
I have run as root the following:
alsaconf
alsamixer
alsactl store

nevertheless, my sound does not work.

Sound is switched off in KDE and when I switch it on, KDE hangs and I have to kill -15 $(pidof X), remove my $HOME/kde, & switch off alsa (which starts at boot) before I can use KDE again.
Gnome reacts differently, in that when I switch the sound on (within gnome, of course), beeps and other sounds emanate from my speakers and take an age to stop. In the meantime, the pc doesn't respond; it just sits there and enjoys the sound.

At the console, "play /usr/local/sounds/KDE_Error.wav"
plays a repetitive sound which I can stop with ^C.
Here is result of lspci:
[ros@localhost TextFiles]$ lspci
00:00.0 Host bridge: VIA Technologies, Inc.: Unknown device 3205
00:01.0 PCI bridge: VIA Technologies, Inc. VT8237 PCI Bridge
00:10.0 USB Controller: VIA Technologies, Inc. USB (rev 80)
00:10.1 USB Controller: VIA Technologies, Inc. USB (rev 80)
00:10.2 USB Controller: VIA Technologies, Inc. USB (rev 80)
00:10.3 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 82)
00:11.0 ISA bridge: VIA Technologies, Inc. VT8235 ISA Bridge
00:11.1 IDE interface: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT8233/A/C/VT8235 PIPC Bus Master IDE (rev 06)
00:11.5 Multimedia audio controller: VIA Technologies, Inc. VT8233/A/8235 AC97 Audio Controller (rev 50)
01:00.0 VGA compatible controller: VIA Technologies, Inc.: Unknown device 7205 (rev 01)

and /etc/modules.conf:
[ros@localhost TextFiles]$ cat /etc/modules.conf

probeall usb-interface usb-uhci ehci-hcd
above snd-via82xx snd-pcm-oss
alias sound-slot-0 snd-via82xx
above snd-intel8x0 snd-pcm-oss
[ros@localhost TextFiles]$

and finally, lsmod:
[ros@localhost TextFiles]$ lsmod
Module Size Used by
ppp_deflate 6112 0
zlib_deflate 22904 1 ppp_deflate
zlib_inflate 22656 1 ppp_deflate
bsd_comp 5952 0
ppp_async 11744 1
ppp_generic 29552 7 ppp_deflate,bsd_comp,ppp_async
slhc 7200 1 ppp_generic
md5 3872 1
ipv6 232352 6
sg 38044 0
st 38616 0
sr_mod 17028 0
sd_mod 16832 0
scsi_mod 114648 4 sg,st,sr_mod,sd_mod
lp 12200 0
parport_pc 32832 1
parport 38952 2 lp,parport_pc
snd-seq-oss 31232 0
snd-seq-midi-event 7552 1 snd-seq-oss
snd-seq 51024 4 snd-seq-oss,snd-seq-midi-event
snd-pcm-oss 51812 0
snd-mixer-oss 17952 2 snd-pcm-oss
snd-via82xx 24128 2
snd-pcm 93156 3 snd-pcm-oss,snd-via82xx
snd-timer 24484 2 snd-seq,snd-pcm
snd-ac97-codec 58148 1 snd-via82xx
gameport 4480 1 snd-via82xx
snd-page-alloc 11972 2 snd-via82xx,snd-pcm
snd-mpu401-uart 7072 1 snd-via82xx
snd-rawmidi 23616 1 snd-mpu401-uart
snd-seq-device 8008 3 snd-seq-oss,snd-seq,snd-rawmidi
snd 52484 13 snd-seq-oss,snd-seq-midi-event,snd-seq,snd-pcm-oss,snd-mixer-oss,snd-via82xx,snd-pcm,snd-timer,snd-ac97-codec,snd-mpu401-uart,snd-rawmidi,snd-seq-device
soundcore 9248 2 snd
af_packet 20520 0
hid 53312 0
raw 7616 1
ide-floppy 18752 0
ide-tape 34864 0
ide-cd 40548 0
cdrom 37184 2 sr_mod,ide-cd
floppy 59444 0
nls_cp850 4736 1
vfat 13760 1
fat 45120 1 vfat
nls_iso8859-15 4480 2
ntfs 85932 1
supermount 37876 2
via-agp 7360 1
agpgart 31016 1 via-agp
usblp 12288 0
ehci-hcd 24196 0
uhci-hcd 29104 0
usbcore 99132 6 hid,usblp,ehci-hcd,uhci-hcd
rtc 11576 0
ext3 110408 2
jbd 54328 1 ext3


I would appreciate any advice/help to get my sound working properly

thanks
 
Old 10-01-2004, 05:18 AM   #2
otchie1
Registered User
 
Registered: Apr 2004
Posts: 560

Rep: Reputation: 30
First stop has got to be downloading the latest driver for your hardware from alsa www.alsa-project.org

You will also find comprehensive instructions on how to set up your sound card. Run through it and see what turns up.
 
Old 10-06-2004, 05:46 AM   #3
Quercus ruber
Member
 
Registered: Mar 2004
Location: Bocholt, Germany
Distribution: Slackware
Posts: 135

Original Poster
Rep: Reputation: 24
OK thanks, I'll give it a go...
 
Old 10-06-2004, 09:40 AM   #4
Quercus ruber
Member
 
Registered: Mar 2004
Location: Bocholt, Germany
Distribution: Slackware
Posts: 135

Original Poster
Rep: Reputation: 24
Hi

I downloaded 3 files:
alsa-driver-1.06a...
alsa-lib-1.06...
alsa-tools-1.06

and read loads of stuff. 1 document was very useful, telling me exactly how to install the snd-via-82xx.
I followed these instructions, untarring and unzipping everything in sequence.

I successfully executed the following command:
/.configure --with -cards=via82xx --with-sequences=yes;make;make install

then I started on the alsa-lib package, and when I configured it, it came up with the following message:
configure: error: C++ preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details.
[root@localhost alsa-lib-1.0.6]#

I looked in config.log for more details and got a long list of C code which doesn't mean a thing to me.

H E L P
 
Old 10-06-2004, 09:54 AM   #5
otchie1
Registered User
 
Registered: Apr 2004
Posts: 560

Rep: Reputation: 30
No worries, it just means that you haven't got the right compiler installed.

Check this link for a quick rundown,

http://www.linuxquestions.org/questi...?postid=647188

The compiler you need will be in package form on your installation CDs and will be a simple install.
 
Old 10-07-2004, 02:33 AM   #6
Quercus ruber
Member
 
Registered: Mar 2004
Location: Bocholt, Germany
Distribution: Slackware
Posts: 135

Original Poster
Rep: Reputation: 24
Thanks, I installed the missing compiler and compiled everything with no errors. Then (I just have to follow these instructions blindly..) I had to "insert the modules into the kernal" and executed the following:

modprobe snd-via82xx;modprobe snd-pcm-oss; modprobe snd-mixer-oss; modprobe snd-seq-oss

this generated a whole string of errors, so I shortened it to

modprobe snd-via82xx

but the error list was still long. In fact, when I don't know how to deal with these errors, 1 error is just as bad as 50. Anyway, this is what appeared on my console:

[root@localhost alsa]# modprobe snd-via82xx
WARNING: Error inserting snd-mpu401-uart (/lib/modules/2.6.3-7mdk/kernel/sound/drivers/mpu401/snd-mpu401-uart.ko.gz): Unknown symbol in module, or unknown parameter (see dmesg)
WARNING: Error inserting snd-mpu401-uart (/lib/modules/2.6.3-7mdk/kernel/sound/drivers/mpu401/snd-mpu401-uart.ko.gz): Unknown symbol in module, or unknown parameter (see dmesg)
FATAL: Error inserting snd-via82xx (/lib/modules/2.6.3-7mdk/kernel/sound/pci/snd-via82xx.ko): Unknown symbol in module, or unknown parameter (see dmesg)
FATAL: Error running install command for snd-via82xx
[root@localhost alsa]#

Just in case it helps, here are the last few lines of dmesg

mtrr: 0xd8000000,0x2000000 overlaps existing 0xd8000000,0x1000000
snd-mpu401-uart: disagrees about version of symbol snd_rawmidi_receive
snd-mpu401-uart: Unknown symbol snd_rawmidi_receive
snd-mpu401-uart: disagrees about version of symbol snd_rawmidi_transmit_ack
snd-mpu401-uart: Unknown symbol snd_rawmidi_transmit_ack
snd-mpu401-uart: Unknown symbol snd_kcalloc
snd-mpu401-uart: disagrees about version of symbol snd_rawmidi_transmit_peek
snd-mpu401-uart: Unknown symbol snd_rawmidi_transmit_peek
snd-mpu401-uart: disagrees about version of symbol snd_rawmidi_new
snd-mpu401-uart: Unknown symbol snd_rawmidi_new
snd-mpu401-uart: disagrees about version of symbol snd_rawmidi_set_ops
snd-mpu401-uart: Unknown symbol snd_rawmidi_set_ops
snd-mpu401-uart: disagrees about version of symbol snd_device_free
snd-mpu401-uart: Unknown symbol snd_device_free
snd-mpu401-uart: disagrees about version of symbol snd_rawmidi_receive
snd-mpu401-uart: Unknown symbol snd_rawmidi_receive
snd-mpu401-uart: disagrees about version of symbol snd_rawmidi_transmit_ack
snd-mpu401-uart: Unknown symbol snd_rawmidi_transmit_ack
snd-mpu401-uart: Unknown symbol snd_kcalloc
snd-mpu401-uart: disagrees about version of symbol snd_rawmidi_transmit_peek
snd-mpu401-uart: Unknown symbol snd_rawmidi_transmit_peek
snd-mpu401-uart: disagrees about version of symbol snd_rawmidi_new
snd-mpu401-uart: Unknown symbol snd_rawmidi_new
snd-mpu401-uart: disagrees about version of symbol snd_rawmidi_set_ops
snd-mpu401-uart: Unknown symbol snd_rawmidi_set_ops
snd-mpu401-uart: disagrees about version of symbol snd_device_free
snd-mpu401-uart: Unknown symbol snd_device_free
snd-via82xx: Unknown symbol snd_mpu401_uart_interrupt
snd-via82xx: Unknown symbol snd_mpu401_uart_new
[root@localhost alsa]#

Should I give up and live without sound? The thing is that I'm trying very hard to make the switch and within the old Monopole environment I could listen to the good old BBC on this very same archecture no probs, and now I can't. Praps I should just go out and buy a SW radio instead.

But I'd rather not.
 
Old 10-07-2004, 04:28 AM   #7
otchie1
Registered User
 
Registered: Apr 2004
Posts: 560

Rep: Reputation: 30
Yuck, more errors. Hopefully this fi will be as simple as the last.

When you downloaded the alsa files you untared them to a directory yes? In my case that is /usr/src/alsa

In there I have a folder called alsa-driver-1.0.5.rcl .... yours may have a different suffix number. Navigate using a command console to that directory (make sure you are root as you will need to be to do this). Rem that cd is the command to change directory and you need to include the first / before usr if you are starting anywhere other than the / directory.

Once there type,

./snddevices

A whole load of text should whizz by with lots of 'creating' in it and no errors.

Alsa has just created all the device files for you.

No carry on with your modprobes and then with the alsaconf, alsamixer, alsactl store routine.

BTW In alsamixer, use the cursor keys to move left/right and the m key to unmute a channel.

Stick with it, it's just a diferent language - remember how hard Windows was when you first started?
 
Old 10-07-2004, 07:59 AM   #8
Quercus ruber
Member
 
Registered: Mar 2004
Location: Bocholt, Germany
Distribution: Slackware
Posts: 135

Original Poster
Rep: Reputation: 24
Ok

I did that. But when I ran my modprobes, I got the same messages as last time. This is what I typed and what got displayed on the screen.

[root@localhost alsa-driver-1.0.6a]# ./snddevices
Creating /dev/mixer?... done
Creating /dev/sequencer... done
Creating /dev/midi0?... done
Creating /dev/dsp?... done
Creating /dev/audio?... done
Creating /dev/sndstat... done
Creating /dev/music... done
Creating /dev/dmmidi?... done
Creating /dev/dmfm?... done
Creating /dev/amixer?... done
Creating /dev/adsp?... done
Creating /dev/amidi?... done
Creating /dev/admmidi?... done
create symbolic link `/dev/mixer' to `/dev/mixer0'
create symbolic link `/dev/midi' to `/dev/midi00'
create symbolic link `/dev/dsp' to `/dev/dsp0'
create symbolic link `/dev/audio' to `/dev/audio0'
create symbolic link `/dev/sequencer2' to `/dev/music'
create symbolic link `/dev/adsp' to `/dev/adsp0'
create symbolic link `/dev/amidi' to `/dev/amidi0'
mv: cannot move `/dev/sndstat' to `/dev/1sndstat': Operation not permitted
rm: cannot remove `/dev/snd': Is a directory
mv: cannot stat `/dev/1sndstat': No such file or directory
rm: cannot remove `/dev/snd/controlC0': Operation not permitted
rm: cannot remove `/dev/snd/timer': Operation not permitted
rmdir: `/dev/snd': Operation not permitted
Creating /dev/snd/control?...mknod: `/dev/snd/controlC0': File exists
done
Creating /dev/snd/seq... done
rm: cannot remove `/dev/snd/timer': Operation not permitted
Creating /dev/snd/timer...mknod: `/dev/snd/timer': File exists
done
Creating /dev/snd/hw??... done
Creating /dev/snd/midi??... done
Creating /dev/snd/pcm??p... done
Creating /dev/snd/pcm??c... done
ALSA loader devices
Creating /dev/aload?... done
Creating /dev/aloadSEQ... done
[root@localhost alsa-driver-1.0.6a]# modprobe snd-via82xx
WARNING: Error inserting snd-mpu401-uart (/lib/modules/2.6.3-7mdk/kernel/sound/drivers/mpu401/snd-mpu401-uart.ko.gz): Unknown symbol in module, or unknown parameter (see dmesg)
WARNING: Error inserting snd-mpu401-uart (/lib/modules/2.6.3-7mdk/kernel/sound/drivers/mpu401/snd-mpu401-uart.ko.gz): Unknown symbol in module, or unknown parameter (see dmesg)
FATAL: Error inserting snd-via82xx (/lib/modules/2.6.3-7mdk/kernel/sound/pci/snd-via82xx.ko): Unknown symbol in module, or unknown parameter (see dmesg)
FATAL: Error running install command for snd-via82xx
[root@localhost alsa-driver-1.0.6a]#

What should I do?
 
Old 10-07-2004, 12:35 PM   #9
otchie1
Registered User
 
Registered: Apr 2004
Posts: 560

Rep: Reputation: 30
Hmmmm. Ok, a few of basic questions,

Which distro are you running? SuSe? Slackware? Debian? D'oh!! Mandrake 10!!!
What version of kernel have you got? (uname -a at the console will tell you)
What sound card is it?
Is there an on-board soundcard as well as a PCI one?

It sounds like modules aren't enabled in the kernel - that isn't the end of the world but would involve a re-compile. Not too hard but worth avoiding if you don't need to.

Last edited by otchie1; 10-07-2004 at 12:38 PM.
 
Old 10-07-2004, 02:47 PM   #10
Quercus ruber
Member
 
Registered: Mar 2004
Location: Bocholt, Germany
Distribution: Slackware
Posts: 135

Original Poster
Rep: Reputation: 24
Hi

I really appreciate all this help.

I'm running mandrake 10 official on a dual boot machine. W XP is on the Other Side. The result of uname -a is:
[root@localhost alsa-driver-1.0.6a]# uname -a
Linux localhost 2.6.3-7mdk #1 Wed Mar 17 15:56:42 CET 2004 i686 unknown unknown GNU/Linux
[root@localhost alsa-driver-1.0.6a]#

What sound card have I got - do I feel ignorant, or what!! I blame it all on The Other Side, where everything is done for you.

I'm not even sure how to find out, so I have consulted my manual that accompanied the PC in March. It says the following:
This mainboard integrates the VIA KM400A/400 Northbridge along with VT8237/8235CE Southbridge chipsets that supports built in AC97 codec, .... This mainboard has one CNR slot to support Audio & Modem aplication...

The blurb that describes the BIOS Features setup says that the audio device option enables or disables the AC'97 audio chip.

In the Mandrake Control Centre it says:

Vendor: ‎VIA Technologies
Alternative drivers: ‎via82cxxx_audio
Bus: ‎PCI
Bus identification: ‎1106:3059:1106:4161
Location on the bus: ‎0:11:5
Description: ‎VT8233 [AC97 Audio Controller]
Module: ‎snd-via82xx
Media class: ‎MULTIMEDIA_AUDIO

I'm not aware of any other soundcard present - how would I know?

I don't know why it doesn't work and the MCC can't slot everything into place and make all the bits tick as I expect them too.

Thanks in advance
 
Old 10-07-2004, 03:21 PM   #11
otchie1
Registered User
 
Registered: Apr 2004
Posts: 560

Rep: Reputation: 30
FYI you have a 2.6.3 kernel (that's just it's version number) which should have no problems with sound.

All this alsa stuff that we are doing is really just adding bits to your kernel so that it can properly play with your audio devices. Much the same as when in window you have to load drivers on for new hardware. 'Cos M$ is still the dominant player in the OS market, all manufacturers make very sure that they issue M$ compatible drivers for their kit otherwise very few people would buy it. Linux support however often relies on third party projects (alsa or oss) who write modules (drivers) for each piece of hardware.

The situation as regards support is getting better all the time with some manufacturers (notably Nvidia in the graphics world) releasing factory drivers designed for Linux.

Most linux installations are still geared towards the server end of the market - running mail, web, comunication, IM file sharing servers is what Linux is very very good at.
Linux on the desktop as most M$ users use XP, is an upcoming thing with distros like SuSE and Fedora Core dominating the newbie market with loads of bloating GUIs and user desktop tools.

But enough theory and back to your problem.

Linux runs from a compiled version of a kernel (in your case version 2.6.3). The compilation happens at installation time and makes sure that Linux is optimised for your hardware and that unneccesary files aren't usually included. The smaller the kernel is, the faster it operates. In order to make any additions to the kernel
)like adding audio drivers) there are two methods,

1. Re-compile teh kernel with the new files written in (an old way of doing things and requiring a re-compiled everytime you change hardware)
2. Use a kernel with 'loadable modules' enabled. Any new hardware just needs a module associated with the kernel and then it'll be loaded whenever it's needed.

So far so good - we are trying to use modules in your case hence the modprobe command. In order to function, modules need access to an un-compiled version of teh kernel called the source and be able to find it. A lot of distros do not load the source on to your harddrive by default - I don't know about Mandrake but I'm pretty sure that it doesn't.

We can check this easily because it you have it, it will be in /usr/src and will be in a folder called something like linux-2.6.3 In that folder will be lots of other stuff including folders called arch, crypto, driver and kernel (besides many others) .

Use konqueror to go see if you have the source installled and if not, we have found your problem.

The fix is easy as the source for your kernel will be in package format on your installation CDs (same deal as the complier).

We'll get there.........
 
Old 10-07-2004, 03:32 PM   #12
otchie1
Registered User
 
Registered: Apr 2004
Posts: 560

Rep: Reputation: 30
Just to break that big post up :-)

I have a KM400 based mobo running Linux 2.6.x right here - it should work fine.

You'll now if you have two sound cards because if you look round the back of your PC you'll see two SETS of audio connections. Unless you've fitted an after market audio board you almost certainly do not have two sound cards so relax.

The easiest way to identify your sound card is to either read what M$ tells you in XP or look in the manual - knowing that it is a KM400 based board with Via 8237 sound is enough for us.
 
Old 10-08-2004, 02:52 AM   #13
Quercus ruber
Member
 
Registered: Mar 2004
Location: Bocholt, Germany
Distribution: Slackware
Posts: 135

Original Poster
Rep: Reputation: 24
Hi
thanks for all that.

RIght, I didn't have the kernal source code installed, but when I came to install my alsa driver
packageearlier in the week, it failed because of the lack of source code, which I duly installed from
my installation disks. It is, as you say, in /usr/src. Here's whats in /usr/src/linux-2.6.3-7mdk:

[ros@localhost /]$ ls /usr/src/linux-2.6.3-7mdk/
3rdparty/ crypto/ include/ kernel/ mm/ scripts/
arch/ Documentation/ init/ lib/ net/ security/
COPYING drivers/ ipc/ MAINTAINERS README sound/
CREDITS fs/ kdb/ Makefile REPORTING-BUGS usr/
[ros@localhost /]$

It looks like I only have one soundcard cos there are only one l set of audio connections at the
back there. Should I reboot to XP to find out more about the soundcard??

ros
 
Old 10-08-2004, 07:37 AM   #14
otchie1
Registered User
 
Registered: Apr 2004
Posts: 560

Rep: Reputation: 30
Hmmm.....I can see the bottom of the barrel and it's time to start scraping :-)

In KDE, navigate to SETTINGS>CONTROL_CENTRE>SOUND_SYSTEM

On the GENERAL TAB is sound sytem enabled?

On the HARDWARE TAB what is the 'SELECT THE AUDIO DEVICE' bit set to? ALSA? OSS? AUTO? Try one of those three in turn, apply and see what sort of sounds you get.

Check and post the contents of your /etc/modules.conf file (it might be called /etc/conf/modules). Check that it includes the lines specified in the ALSA document - it'd be worth doing this one first maybe....Also, if the specified lines ARE there, add the following above teh line that starts 'alias snd-card-o snd-via82xx,

options snd-via82xx dxs_support=4

Use kEdit to do it.

If none of that gets us anywhere then it is time to assume that something has gone very wrong and to start again from the beginning (only about 20 minutes work including waiting for compiles to complete).

If we have to do this then make sure that all alsa instructions are followed in the exact order specified and I'll do a check list for you if we have to go there.
 
Old 10-08-2004, 02:40 PM   #15
Quercus ruber
Member
 
Registered: Mar 2004
Location: Bocholt, Germany
Distribution: Slackware
Posts: 135

Original Poster
Rep: Reputation: 24
Hi there,

no the sound systemis not enabled within KDE. If I enable the sound system, regardless of whether
I select ALSA or AUTO, KDE refuses to play any sound. Then whenever I relog into KDE, the splash
screen hangs at 85%. Eventually it clears, but I have no icons, no task bar and an unresponsive
keyboard and mouse. In order to be able to reuse KDE, I have to logon to some virtual screen
(<ctrl><alt><F2>) as root and execute kill -15 $(pidof X), remove $HOME/.kde and switch off alsa
(not that there has hitherto been much point in having alsa switched on...) which loads at boot.
If I don't switch off alsa too, the KDE splash screen hangs at 42%, and then I have to kill X and
remove the .kde directory. THis has always been the case, even b4 I upgraded to 10.0. In fact, I
kind of hoped that the upgrade (actually I did a competly new install) would solve all my
.problems

Incidentally, since I compiled and tried to install these alsa drivers, alsa doesn't load at boot. I get
the following messages at boot:

starting alsa version 1.0.6avia82xx)(via82xx) [OK]
loading mixer settings /usr/sbin/alsactl: load_state:1134 No soundcards found [FAILED]

I never noticed a red fail before the start of the week.

Anyway, here is my module conf file, which I'm sure has changed over the last few days as well.

[ros@localhost /]$ cat /etc/modules.conf

probeall usb-interface usb-uhci ehci-hcd
above snd-via82xx snd-pcm-oss
alias sound-slot-0 snd-via82xx
above snd-intel8x0 snd-pcm-oss
[ros@localhost /]$


I thought I'd try to start alsa manually, running alsaconf, which I've done b4,
but things were slightly different. To start with, after it had performed its search
for sound cards, there were 2 identical entries for via82xx. I replied OK, & it asked
if I wanted to change modules.conf and again I said OK. Then an error message flashed
up on the screen which I caught by pressing <ctrl><Z> (I've been doing some background
reading), and here it is.

Loading driver...
Starting sound driver: snd-via82xx WARNING: Error inserting snd-mpu401-uart (/lib/modules/2.6.3-7mdk/kernel/sound/drivers/mpu401/snd-mpu401-uart.ko.gz): Unknown symbol in module, or unknown parameter (see dmesg)
WARNING: Error inserting snd-mpu401-uart (/lib/modules/2.6.3-7mdk/kernel/sound/drivers/mpu401/snd-mpu401-uart.ko.gz): Unknown symbol in module, or unknown parameter (see dmesg)
FATAL: Error inserting snd-via82xx (/lib/modules/2.6.3-7mdk/kernel/sound/pci/snd-via82xx.ko): Unknown symbol in module, or unknown parameter (see dmesg)
FATAL: Error running install command for snd-via82xx
done
Setting default volumes...

[1]+ Stopped alsaconf
[root@localhost etc]#

So I haven't added that line to my /etc/modules.conf yet ....

I'm jolly glad that installing my obscure scanner wasn't so difficult.
 
  


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
Sound problem after alsaconf rbevers Linux - Software 1 11-25-2005 09:58 PM
no sound even after alsaconf ttilt Slackware 17 12-26-2004 06:36 PM
no sound with ac97 even afther alsaconf addingadam1 Linux - Hardware 1 10-30-2004 03:09 PM
no sound - i have tried alsaconf slackware_03 Linux - Hardware 7 08-25-2004 07:53 AM
Suse9.1/ALSA/Audigy/No Sound/I run alsaconf after reboot(s) to get sound FastFeet Linux - Hardware 23 07-12-2004 05:01 PM

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

All times are GMT -5. The time now is 04:09 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