You are not logged in.

#1 2006-04-08 17:29:53

straydog
Member
From: middle of Ohio, USA
Registered: 2006-03-11
Posts: 64

Audio (SOLVED)

I have an IBM Personal Computer 300PL P3 500 w/ onboard audio. When I bring up KDE, I get the message:

Sound server informational message:
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.

I have no sound (obviously). Any ideas?

Thanks,
Bill

Offline

#2 2006-04-08 18:00:48

McQueen
Member
From: Arizona
Registered: 2006-03-20
Posts: 387

Re: Audio (SOLVED)


/path/to/Truth

Offline

#3 2006-04-08 18:16:07

straydog
Member
From: middle of Ohio, USA
Registered: 2006-03-11
Posts: 64

Re: Audio (SOLVED)

Thank you for the response. Not familiar with that. When I looked, /dev/dsp indeed does not exist, so it's not a permission problem with that file, anyway. Is that what you're meaning or is there somewhere else I should look?

When I first loaded the box, I had to install video drivers for KDE to work. Didn't find anything like that for the audio, but I may be looking in the wrong places.

Thanks, again.

Bill

Offline

#4 2006-04-08 20:03:46

ralvez
Member
From: Canada
Registered: 2005-12-06
Posts: 1,694
Website

Re: Audio (SOLVED)

Hum ... :?  I wonder if you have not enabled hardware detection.
Did you install hwd (pacman -Sy hwd) and added it to your DEAMONS line in /etc/rc.conf?

Rick

Offline

#5 2006-04-08 20:39:39

T-Dawg
Forum Fellow
From: Charlotte, NC
Registered: 2005-01-29
Posts: 2,736

Re: Audio (SOLVED)

did you run alsaconf?

Offline

#6 2006-04-08 20:48:42

straydog
Member
From: middle of Ohio, USA
Registered: 2006-03-11
Posts: 64

Re: Audio (SOLVED)

Okay. I installed hwd, ran hwd -u, put hwd in the DAEMONS line of /etc/rc.conf. No effect on the problem (I even rebooted). I tried running alsaconf and alsa.conf - command not found. Tried installing alsaconf, but it is evidently not a package. Do I need to install another package?

Thanks for all the input.

Bill

Offline

#7 2006-04-08 20:50:35

mpie
Member
From: 404 Not found
Registered: 2005-03-06
Posts: 649

Re: Audio (SOLVED)

pacman -S alsautils

Offline

#8 2006-04-08 20:56:06

straydog
Member
From: middle of Ohio, USA
Registered: 2006-03-11
Posts: 64

Re: Audio (SOLVED)

alsautils: not found in sync db

Offline

#9 2006-04-08 20:56:08

T-Dawg
Forum Fellow
From: Charlotte, NC
Registered: 2005-01-29
Posts: 2,736

Re: Audio (SOLVED)

its alsa-utils with the hyphen (-). Sorry, thought that was a base package.

Offline

#10 2006-04-08 20:57:27

McQueen
Member
From: Arizona
Registered: 2006-03-20
Posts: 387

Re: Audio (SOLVED)

straydog wrote:

Okay. I installed hwd, ran hwd -u, put hwd in the DAEMONS line of /etc/rc.conf. No effect on the problem (I even rebooted). I tried running alsaconf and alsa.conf - command not found. Tried installing alsaconf, but it is evidently not a package. Do I need to install another package?

You definitely should read the Post Installation Tips.


/path/to/Truth

Offline

#11 2006-04-08 21:07:21

ralvez
Member
From: Canada
Registered: 2005-12-06
Posts: 1,694
Website

Re: Audio (SOLVED)

The way I do it is :
1. pacman -Sy alsa-driver alsa-lib alsa-oss alsa-utils alsaplayer
2. alsamixer (as root) and set turn the volume on and up
3. alsactl store (so the settings are saved)
4. aplay /usr/share/sounds/alsa/Noise.wav (to test)

Hope this helps.

Rick

Offline

#12 2006-04-08 21:10:21

T-Dawg
Forum Fellow
From: Charlotte, NC
Registered: 2005-01-29
Posts: 2,736

Re: Audio (SOLVED)

ralvez wrote:

3. alsactl store (so the settings are saved)

You can add alsad to your DAEMONS() array to automatically save and restore during shutdown and bootup

Offline

#13 2006-04-08 21:13:38

ralvez
Member
From: Canada
Registered: 2005-12-06
Posts: 1,694
Website

Re: Audio (SOLVED)

I new I was missing a step! That wright Penguin the last step is to add it to your DAEMONS line, so that when the system starts and ends the current settings are saved.

Offline

#14 2006-04-08 21:34:44

straydog
Member
From: middle of Ohio, USA
Registered: 2006-03-11
Posts: 64

Re: Audio (SOLVED)

Wow, thanks for all the input! I appreciate the link, McQueen. I installed all the alsa stuff. Step 2 - run alsamixer returned:

alsamixer: function snd_ctl_open failed for default: No such device

Rebooting yielded the same results, but I'm getting closer. At least I have more stuff loaded smile

I really appreciate all the efforts.

Bill

Offline

#15 2006-04-08 21:36:45

mpie
Member
From: 404 Not found
Registered: 2005-03-06
Posts: 649

Re: Audio (SOLVED)

now that you have them installed run
alsaconf
then do the other steps

Offline

#16 2006-04-08 21:39:20

straydog
Member
From: middle of Ohio, USA
Registered: 2006-03-11
Posts: 64

Re: Audio (SOLVED)

Did that, but I'll try it again.

Bill

Offline

#17 2006-04-08 21:48:29

straydog
Member
From: middle of Ohio, USA
Registered: 2006-03-11
Posts: 64

Re: Audio (SOLVED)

When I run alsaconf, it finds and configures a Crystal Audio cs4236. At the end of the configuration it runs alsasound init scrict and then run amixer. I get:

Loading driver...
:: Saving ALSA Levels                                                    [BUSY] /usr/sbin/alsactl: save_state:1163: No soundcards found...
                                                                         [FAIL]


:: Restoring ALSA Levels                                                 [BUSY] /usr/sbin/alsactl: load_state:1236: No soundcards found...
                                                                         [FAIL]
Setting default volumes...
Saving the mixer setup used for this in /etc/asound.state.
/usr/sbin/alsactl: save_state:1163: No soundcards found...

Hmmm.

Offline

#18 2006-04-08 21:53:35

T-Dawg
Forum Fellow
From: Charlotte, NC
Registered: 2005-01-29
Posts: 2,736

Re: Audio (SOLVED)

did you modprobe cs4236 ? You may need to reboot...

Offline

#19 2006-04-08 22:24:51

straydog
Member
From: middle of Ohio, USA
Registered: 2006-03-11
Posts: 64

Re: Audio (SOLVED)

modprobe cs4236 was part of alsaconf, was it not? When it asked if I wanted to modify /etc/modprobe.conf, I said yes. It appearred to be successful. I did try a reboot.

Bill

Offline

#20 2006-04-08 23:23:32

McQueen
Member
From: Arizona
Registered: 2006-03-20
Posts: 387

Re: Audio (SOLVED)

What are the present contents of your /etc/modprobe.conf file?


/path/to/Truth

Offline

#21 2006-04-08 23:29:55

theD3viL
Member
Registered: 2005-11-27
Posts: 50

Re: Audio (SOLVED)

delete everything in /etc/modprobe or just comment OSS stuff.


then again alsaconf.

Offline

#22 2006-04-08 23:39:23

straydog
Member
From: middle of Ohio, USA
Registered: 2006-03-11
Posts: 64

Re: Audio (SOLVED)

#
# /etc/modprobe.conf (for v2.6 kernels)
#

# --- BEGIN: Generated by ALSACONF, do not edit. ---
# --- ALSACONF version 1.0.10 ---
alias snd-card-0 snd-cs4236
alias sound-slot-0 snd-cs4236
# --- END: Generated by ALSACONF, do not edit. ---

Offline

#23 2006-04-09 00:04:07

McQueen
Member
From: Arizona
Registered: 2006-03-20
Posts: 387

Re: Audio (SOLVED)

straydog wrote:

When I run alsaconf, it finds and configures a Crystal Audio cs4236.

What does 'lspci -v' say about the Multimedia audio controller??

$ lspci -v


/path/to/Truth

Offline

#24 2006-04-09 00:10:57

straydog
Member
From: middle of Ohio, USA
Registered: 2006-03-11
Posts: 64

Re: Audio (SOLVED)

00:00.0 Host bridge: Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX Host bridge (rev 03)
        Flags: bus master, medium devsel, latency 32
        Memory at ec000000 (32-bit, prefetchable) [size=64M]
        Capabilities: [a0] AGP version 1.0

00:01.0 PCI bridge: Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX AGP bridge (rev 03) (prog-if 00 [Normal decode])
        Flags: bus master, 66MHz, medium devsel, latency 64
        Bus: primary=00, secondary=01, subordinate=01, sec-latency=64
        Memory behind bridge: f4000000-f7ffffff
        Prefetchable memory behind bridge: 20000000-200fffff

00:02.0 ISA bridge: Intel Corporation 82371AB/EB/MB PIIX4 ISA (rev 02)
        Flags: bus master, medium devsel, latency 0

00:02.1 IDE interface: Intel Corporation 82371AB/EB/MB PIIX4 IDE (rev 01) (prog-if 80 [Master])
        Flags: bus master, medium devsel, latency 32
        I/O ports at fff0 [size=16]

00:02.2 USB Controller: Intel Corporation 82371AB/EB/MB PIIX4 USB (rev 01) (prog-if 00 [UHCI])
        Flags: bus master, medium devsel, latency 48, IRQ 11
        I/O ports at ff00 [size=32]

00:02.3 Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 02)
        Flags: medium devsel, IRQ 9

00:03.0 Ethernet controller: Intel Corporation 82557/8/9 [Ethernet Pro 100] (rev 05)
        Subsystem: IBM Unknown device 00d7
        Flags: bus master, medium devsel, latency 64, IRQ 11
        Memory at f3eff000 (32-bit, prefetchable) [size=4K]
        I/O ports at 7c60 [size=32]
        Memory at f3f00000 (32-bit, non-prefetchable) [size=1M]
        Capabilities: [dc] Power Management version 1

01:01.0 VGA compatible controller: S3 Inc. Trio 64 3D (rev 01) (prog-if 00 [VGA])
        Subsystem: IBM Integrated Trio3D
        Flags: bus master, medium devsel, latency 32, IRQ 9
        Memory at f4000000 (32-bit, non-prefetchable) [size=64M]
        Expansion ROM at 20000000 [disabled] [size=64K]
        Capabilities: [44] Power Management version 1

I don't see anything about the multimedia audio controller.

Bill

Offline

#25 2006-04-09 00:17:26

McQueen
Member
From: Arizona
Registered: 2006-03-20
Posts: 387

Re: Audio (SOLVED)

Should be like this:

$ lspci -v
00:00.0 Host bridge: nVidia Corporation nForce2 AGP (different version?) (rev a2)
        Flags: bus master, 66MHz, fast devsel, latency 0
        Memory at e8000000 (32-bit, prefetchable) [size=32M]
        Capabilities: <access denied>

00:00.1 RAM memory: nVidia Corporation nForce2 Memory Controller 1 (rev a2)
        Subsystem: FIRST INTERNATIONAL Computer Inc Unknown device 904d
        Flags: 66MHz, fast devsel

<snip>

00:05.0 Multimedia audio controller: nVidia Corporation nForce Audio Processing Unit (rev a2)
        Subsystem: FIRST INTERNATIONAL Computer Inc Unknown device 904d
        Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 255
        Memory at ed000000 (32-bit, non-prefetchable) [size=512K]

What is the output of:?

# modprobe snd-cs4236
# alsactl store

!! EDIT: You may want to read this mailing list archive. !!


/path/to/Truth

Offline

Board footer

Powered by FluxBB