Reply
 
Thread Tools Display Modes
  #1  
Old 05-24-2007, 08:07 AM
Oko Oko is offline
Senior Member
 
Join Date: May 2007
Posts: 677
Thanks: 0
Thanked 0 Times in 0 Posts
Default Problem with Audio card
I installed Sound Blaster Audigy SE card. I did load the driver
as #kldload snd_emu10k1. I rebooted computer but when I type
#cat /dev/sndstat
I do not get any devices listed. I also get the message on the boot /dev/dsp
cannot be open (No such file or directory) The sound server will continue to use the null output device. I was getting this message before I installed the sound card also.

I looked in dev and it is really true that dsp doesn't exist. Can anybody help me to fix this problem. I saw in the handbook that this message has to do with the common "trouble makers" esound and KDE sound support
I also read in somewhere that it had to do with the fact that xscreensaver is using this directory. I am really lost....

I also have a mistake during the shouting down sequence irq(9).
Reply With Quote
  #2  
Old 05-24-2007, 12:24 PM
dracheflieger dracheflieger is offline
Senior Member
 
Join Date: May 2006
Location: Greater State of Northern Kaliforneea
Posts: 2,880
Thanks: 0
Thanked 0 Times in 0 Posts
Default
I don't know if it will make a difference but did you go into the BIOS and disable the onboard sound (assuming that it has onboard sound)?
Reply With Quote
  #3  
Old 05-24-2007, 04:29 PM
ha1f ha1f is offline
Junior Member
 
Join Date: May 2007
Posts: 17
Thanks: 0
Thanked 0 Times in 0 Posts
Default
this card looks like a tough deal for everyone who tries it.

you can try to install audio/emu10kx and see if that flies, or you can get the oss third party driver. at least thats what google is telling me. take a look at this: http://lists.freebsd.org/pipermail/free ... 05251.html
Reply With Quote
  #4  
Old 05-24-2007, 08:20 PM
Oko Oko is offline
Senior Member
 
Join Date: May 2007
Posts: 677
Thanks: 0
Thanked 0 Times in 0 Posts
Default
I think I turned off on board audio. I went to BIOS on board devices and turn off HD contorler. I see nothing else related to on board sound card. Buy the way that sound card Realtek ALC883 doesn't work under FreeBSD anyway and under windows or linux will need a driver that needs to be installed (i have it but the PC-BSD is the only OS on this massine).

I tried oss but when I downloaded the software and tried installation I get the message

pcbsd-7893# pkg_add oss-freebsd-v4.0-1002-i386.tbz
Build Open Sound System for FreeBSD-i386 6.1-RELEASE-p11
Compiling module osscore
Compiling osscore module failed
Warning: Object directory not changed from original /usr/lib/oss/build
make: don't know how to make @/tools/makeobjops.awk. Stop
Starting Open Sound System
/usr/sbin/soundon: cannot create /usr/lib/oss/logs/soundon.log: No such file or directory


Any suggestion. I could return the idiotic sound card (the only reason I got it was that I thought it would work out of the box) Can anybody tell me the
name of specific audio card that would work (inexpensive if possible)
Reply With Quote
  #5  
Old 05-24-2007, 08:28 PM
antik's Avatar
antik antik is offline
Super Moderator
 
Join Date: Jul 2005
Location: Estonia
Posts: 3,610
Thanks: 0
Thanked 0 Times in 0 Posts
Default
Originally Posted by punosevac@math.arizona.ed
I tried oss but when I downloaded the software and tried installation I get the message

pcbsd-7893# pkg_add oss-freebsd-v4.0-1002-i386.tbz
Build Open Sound System for FreeBSD-i386 6.1-RELEASE-p11
Compiling module osscore
Compiling osscore module failed
Warning: Object directory not changed from original /usr/lib/oss/build
make: don't know how to make @/tools/makeobjops.awk. Stop
Starting Open Sound System
/usr/sbin/soundon: cannot create /usr/lib/oss/logs/soundon.log: No such file or directory
I think you need kernel source for this driver.

Code:
# cvsup /root/standard-supfile
__________________
"All parts should go together without forcing. Therefore, if you can't get them together again, there must be a reason. By all means, do not use a hammer." -- IBM maintenance manual, 1975
Reply With Quote
  #6  
Old 05-25-2007, 09:09 AM
Oko Oko is offline
Senior Member
 
Join Date: May 2007
Posts: 677
Thanks: 0
Thanked 0 Times in 0 Posts
Default Significant profress but also still some troubles
I made a progress. Firstly I went to Comp USA and got Sound Blaster Live card which is one on the list of the tested cards. .
I was naive to believe that will work out of box. It didn't . I found the thread in multimedia in which people had the same problem as me with that card too.
So I followed Antik's advice and did cvsup /root/standard-supfile
I was then able to install oss-freebsd-v4.0-1002-i386.tbz
I rebooted the computer and I had no messages about non existence of boot /dev/dsp

When I went to sound system I was able to test the sound and get the test tune out of speakers. I also played with the options default and OSS.

However I still get no device listed when I do #cat /dev/sndstat

I was able to play DVD with the SOUND withouth any troubles using Kaffeine
application but not CD.

I also do not get any sound when I play videos on
TUBE.

Apparently something has changed but how do I configure system to play music? Do I just miss plug ins and a audio cable or I still need to fix the system.
Tomorrow I will try Audology SE card with OSS to see if it works. It is too late now.
Reply With Quote
  #7  
Old 05-25-2007, 09:38 AM
antik's Avatar
antik antik is offline
Super Moderator
 
Join Date: Jul 2005
Location: Estonia
Posts: 3,610
Thanks: 0
Thanked 0 Times in 0 Posts
Default Re: some progress BUT
Originally Posted by punosevac@math.arizona.ed
When I went to sound system I was able to test the sound and get the test tune out of speakers. I also played with the options default and OSS.

However I still get no device listed when I do #cat /dev/sndstat

I also do not hear anything when I put the CD in the computer (although I didn't connect directly CD and the sound card but I should be able to play through mother board. I also do not get any sound when I play videos on
TUBE.

Apparently something has changed but how do I configure system to play music? Do I just miss plug ins and a audio cable or I still need to fix the system.
If you got OpenSound drivers installed then you should look at other utility that is part of OpenSound drivers package not /dev/sndstat- I don't remember exact name- look at readme/install file.

FreeBSD doesn't support "digital extraction" from audiocd-s right now. So, you may need audio cable from cd to sound card for this or rip and encode your cds with KaudioCreator CD ripper tool from multimedia menu.
__________________
"All parts should go together without forcing. Therefore, if you can't get them together again, there must be a reason. By all means, do not use a hammer." -- IBM maintenance manual, 1975
Reply With Quote
  #8  
Old 05-25-2007, 07:26 PM
Oko Oko is offline
Senior Member
 
Join Date: May 2007
Posts: 677
Thanks: 0
Thanked 0 Times in 0 Posts
Default Audigy SE WORKS as well!
Dear Antik,
I just want to let you know that I tested this morning Creative Sound Audigy SE which is one of the most widely used Audio cards (in US) and relatively new on the market unlike Sound Blaster Live. It worked as good as
Sound Blaster Live. Great JOB GUYS!!! I will get the connection cable for CD
when I return one of the sound cards.

I hope people who are testing their system can see this thread because it is going to make testing of the sound breeze.

Antik do you have any idea what I did wrong with that wireless card? (See previous thread) Nobody is responding.
I guess people I pissed because I am asking simple questions but
I am a mathematician and when it comes to computers most of the time I have no idea what I am talking about.
Reply With Quote
Reply

Thread Tools
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
automake problem when installing audio/pacpl from ports bsdaddict General Questions 0 05-17-2009 02:36 PM
M-Audio Revo 5.1 Problem Vitaliy Sound and Multimedia 0 12-12-2008 11:45 PM
Problem playing audio CD's micder Sound and Multimedia 12 12-20-2006 06:10 AM
Problem Mounting External Firewire HD and Audio CDs freethetree General Bug Reports 1 08-22-2006 07:59 PM
audio card on gigabyte ga-8I915P duo dbojan General Support 5 06-19-2006 06:12 AM


All times are GMT. The time now is 09:06 PM.


Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

Copyright 2005-2010, The PC-BSD Project. PC-BSD and the PC-BSD logo are registered trademarks of iXsystems.
All other content is freely available for sharing under the terms of the Creative Commons Attribution License.