Re: can't determine sound card driver to use in /etc/rc.conf
On Thu, 21 Apr 2011 23:02:27 -0500, Antonio Olivares wrote: > This is on mt TODO list, I was going to try and swap another dvd drive > (SATA) which is my suspicion :( "Cross-testing" would always be good - especially as you've mentioned an "impossible" behaviour, i. e. mounting a DVD causes a system reboot. > I'd think I'd have to agree :(, the damn dvd drive, it is new but old > IDE does not work as well as SATA. I can't confirm that. In my machine which is more than 7 years old now, I'm using (P)ATA / ATAPI stuff only (because it doesn't have any SATA inside), and it keeps working as intended. Still it may be possible that "modern" hardware doesn't play that good anymore. :-) If possible, just try a different DVD drive, as you've eleminated the reason "bad DVD" already. > I have a /etc/devfs.conf file with the following: > > # Commonly used by many ports > linkacd0cdrom > linkacd0dvd > > # Allow all users to access CD’s > perm /dev/acd0 0666 > perm /dev/acd1 0666 > perm /dev/cd0 0666 > perm /dev/cd1 0666 > > # Allow all USB Devices to be mounted > perm /dev/da0 0666 > perm /dev/da1 0666 > perm /dev/da2 0666 > perm /dev/da3 0666 > perm /dev/da4 0666 > > # Misc other devices > perm /dev/pass0 0666 > perm /dev/xpt0 0666 > perm /dev/agpart 0666 > perm /dev/uscanner0 0666 Fully okay. So the reason "wrong permissions" is also out of scope now. > VLC did not play the dvds either, took a while to compile it(for > troubleshooting this dvd problem). I like both players just to be > honest. I really think it's the drive. Also make sure that the codecs are installed. If you're on x64, try to use the COMPAT32 facility. As I'm not owning x64 at home, I sadly can't be more specific about this idea. > I have a similar amd64 machine that does play mostly everything in it, > but I installed mplayer differently > # pkg_add -r mplayer This installs mplayer with the default options which may not be optimal in some situations, especially if it's illegal in one's country to watch DVDs. :-) > ** had problems with KDE and lib???.so not working and startx refused > to work, last time I used ports. I always use ports for this. Although I'm a big fan of precompiled packages, mplayer and gmencoder are the tools I *insist* on building from source, both with a custom Makefile.local that defines ALL the codecs I want, which is _all_ of them. :-) > *However* that machine has SATA cables not IDE like this one, this is > my take on the issue. If i install/try a SATA dvd drive, it will > work* Really, try a different drive, and if you can, also try different cables, just to make sure it's NOT the cables causing trouble. -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
Re: can't determine sound card driver to use in /etc/rc.conf
On Thu, Apr 21, 2011 at 9:55 PM, Polytropon wrote: > On Thu, 21 Apr 2011 07:38:57 -0500, Antonio Olivares > wrote: >> Tried to mount the dvd, but sadly the system rebooted and I had to >> fsck three to 4 times to get the system back :(, I will try to not to >> mount it, don't want to go through that. > > This indicates a major problem. Under ANY circumstances, > you should be ABLE to mount a DVD. If this causes the > system to reboot, find out what's causing this. Maybe > a defective drive? Can you check with different drive? > > > >> Tried to put in another dvd >> that works on other computers, and I get : >> >> [olivares@grulla /usr/home/olivares]$ mplayer dvdnav:// >> MPlayer SVN-r32577-snapshot-4.2.1 (C) 2000-2010 MPlayer Team >> >> Playing dvdnav://. >> libdvdnav: Using dvdnav version MPlayer-custom >> libdvdread: Using libdvdcss version 1.2.10 for DVD access >> libdvdnav:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VIDEO_TS.IFO failed >> libdvdnav:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VIDEO_TS.BUP failed >> libdvdread: Can't open file VIDEO_TS.IFO. >> libdvdnav: vm: failed to read VIDEO_TS.IFO >> Couldn't open DVD device: /dev/acd0 (Input/output error) >> No stream found to handle url dvdnav:// >> >> >> Exiting... (End of file) >> [olivares@grulla /usr/home/olivares]$ mplayer dvd:// >> MPlayer SVN-r32577-snapshot-4.2.1 (C) 2000-2010 MPlayer Team >> >> Playing dvd://. >> libdvdread: Using libdvdcss version 1.2.10 for DVD access >> libdvdnav:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VIDEO_TS.IFO failed >> libdvdnav:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VIDEO_TS.BUP failed >> libdvdread: Can't open file VIDEO_TS.BU. >> Can't open VMG info! >> No stream found to handle url dvd:// >> >> >> Exiting... (End of file) >> [olivares@grulla /usr/home/olivares]$ > > It's the same problem as in your previous description, and > I assume that is has nothing to do with codecs. In combination > with the inability of mounting DVDs (which should work), > there may be a SERIOUS problem hiding in the background. > > Have you been able to perform the first steps of my > "checklist", i. e. the cdcontrol and media identification > part? This is on mt TODO list, I was going to try and swap another dvd drive (SATA) which is my suspicion :( > > > >> I have to blame mplayer or is it FreeBSD? > > I think it's the hardware - your description of "rebooting > when trying to mount" lets me think into this direction. > I'd think I'd have to agree :(, the damn dvd drive, it is new but old IDE does not work as well as SATA. > > Try to find out the reason. Work with AS FEW variables > as possible, i. e. start with "plain simple tests" as > I mentioned them. If you get THAT done without error, > the problem is somewhere else. > > Another thing: Can you check device permissions for > the acd* devices, as well as for cd* and xpt* if you're > using ATAPICAM? Just to make sure and MINIMIZE the > variables involved in this diagnostic process. > I have a /etc/devfs.conf file with the following: # Commonly used by many ports linkacd0cdrom linkacd0dvd # Allow all users to access CD’s perm /dev/acd0 0666 perm /dev/acd1 0666 perm /dev/cd0 0666 perm /dev/cd1 0666 # Allow all USB Devices to be mounted perm /dev/da0 0666 perm /dev/da1 0666 perm /dev/da2 0666 perm /dev/da3 0666 perm /dev/da4 0666 # Misc other devices perm /dev/pass0 0666 perm /dev/xpt0 0666 perm /dev/agpart 0666 perm /dev/uscanner0 0666 > > >> The movie is good, it plays >> on my other FreeBSD box, is something wrong or should I try to go for >> vlc? > > Well, VLC isn't bad, although I really prefer mplayer > as I'm using it since the earliest days. But I doubt > VLC will play without the codecs (that are, as far as > I understood, an independent part and port). > VLC did not play the dvds either, took a while to compile it(for troubleshooting this dvd problem). I like both players just to be honest. > > > > -- > Polytropon > Magdeburg, Germany > Happy FreeBSD user since 4.0 > Andra moi ennepe, Mousa, ... > I have a similar amd64 machine that does play mostly everything in it, but I installed mplayer differently # pkg_add -r mplayer ** had problems with KDE and lib???.so not working and startx refused to work, last time I used ports. But this time everything is working beautifully have installed gkrellm, mplayer, vlc and texmaker fine via ports. I am getting some confidence back. *However* that machine has SATA cables not IDE like this one, this is my take on the issue. If i install/try a SATA dvd drive, it will work* Thanks for helping/advising. Regards, Antonio ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
Re: can't determine sound card driver to use in /etc/rc.conf
On Thu, 21 Apr 2011 07:38:57 -0500, Antonio Olivares wrote: > Tried to mount the dvd, but sadly the system rebooted and I had to > fsck three to 4 times to get the system back :(, I will try to not to > mount it, don't want to go through that. This indicates a major problem. Under ANY circumstances, you should be ABLE to mount a DVD. If this causes the system to reboot, find out what's causing this. Maybe a defective drive? Can you check with different drive? > Tried to put in another dvd > that works on other computers, and I get : > > [olivares@grulla /usr/home/olivares]$ mplayer dvdnav:// > MPlayer SVN-r32577-snapshot-4.2.1 (C) 2000-2010 MPlayer Team > > Playing dvdnav://. > libdvdnav: Using dvdnav version MPlayer-custom > libdvdread: Using libdvdcss version 1.2.10 for DVD access > libdvdnav:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VIDEO_TS.IFO failed > libdvdnav:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VIDEO_TS.BUP failed > libdvdread: Can't open file VIDEO_TS.IFO. > libdvdnav: vm: failed to read VIDEO_TS.IFO > Couldn't open DVD device: /dev/acd0 (Input/output error) > No stream found to handle url dvdnav:// > > > Exiting... (End of file) > [olivares@grulla /usr/home/olivares]$ mplayer dvd:// > MPlayer SVN-r32577-snapshot-4.2.1 (C) 2000-2010 MPlayer Team > > Playing dvd://. > libdvdread: Using libdvdcss version 1.2.10 for DVD access > libdvdnav:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VIDEO_TS.IFO failed > libdvdnav:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VIDEO_TS.BUP failed > libdvdread: Can't open file VIDEO_TS.BU. > Can't open VMG info! > No stream found to handle url dvd:// > > > Exiting... (End of file) > [olivares@grulla /usr/home/olivares]$ It's the same problem as in your previous description, and I assume that is has nothing to do with codecs. In combination with the inability of mounting DVDs (which should work), there may be a SERIOUS problem hiding in the background. Have you been able to perform the first steps of my "checklist", i. e. the cdcontrol and media identification part? > I have to blame mplayer or is it FreeBSD? I think it's the hardware - your description of "rebooting when trying to mount" lets me think into this direction. Try to find out the reason. Work with AS FEW variables as possible, i. e. start with "plain simple tests" as I mentioned them. If you get THAT done without error, the problem is somewhere else. Another thing: Can you check device permissions for the acd* devices, as well as for cd* and xpt* if you're using ATAPICAM? Just to make sure and MINIMIZE the variables involved in this diagnostic process. > The movie is good, it plays > on my other FreeBSD box, is something wrong or should I try to go for > vlc? Well, VLC isn't bad, although I really prefer mplayer as I'm using it since the earliest days. But I doubt VLC will play without the codecs (that are, as far as I understood, an independent part and port). -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
Re: can't determine sound card driver to use in /etc/rc.conf
On Thu, Apr 21, 2011 at 07:38, Antonio Olivares wrote: > > So you can exclude media error. > > > > Maybe this "diagnostic script" from my outbox can > > help you to track down the error. It has been "made" > > on 7-STABLE i386 with mplayer-0.99.11_3 - a quite > > old system. See if the steps described here can be > > reproduced on your system in a similar way. > > > >FreeBSD Questions > > > > *** > > > > Here's an example of my "THX 1138" movie DVD: > > > > Step 1: Identify media > > > >% cdcontrol info > >Starting track = 1, ending track = 1, TOC size = 18 bytes > >track start duration block length type > >- > >1 0:02.00 206:28.68 0 929168 data > > 170 206:30.68 - 929168 - - > > > > Step 2: Identify file system > > > >% file - < /dev/acd0 > >/dev/stdin: UDF filesystem data (version 1.5) 'THX_1138' > > > > Step 3: Mount file system and check content > > > >% sudo mount -t cd9660 -o ro /dev/acd0 /mnt > > > >% ls -R /mnt > >audio_ts/ video_ts/ > >/mnt/audio_ts: > >/mnt/video_ts: > >video_ts.bup* vts_01_1.vob* vts_02_0.bup* vts_03_0.vob* > vts_05_0.bup* > >video_ts.ifo* vts_01_2.vob* vts_02_0.ifo* vts_03_1.vob* > vts_05_0.ifo* > >video_ts.vob* vts_01_3.vob* vts_02_0.vob* vts_04_0.bup* > vts_05_0.vob* > >vts_01_0.bup* vts_01_4.vob* vts_02_1.vob* vts_04_0.ifo* > vts_05_1.vob* > >vts_01_0.ifo* vts_01_5.vob* vts_03_0.bup* vts_04_0.vob* > >vts_01_0.vob* vts_01_6.vob* vts_03_0.ifo* vts_04_1.vob* > > > >% sudo umount /mnt > > > > Step 4: Play DVD content - ATTENTION - DVD not mounted for that! > > > >% mplayer -alang de -aid 129 dvd://2 > >MPlayer 1.0rc2-4.2.1 (C) 2000-2007 MPlayer Team > >CPU: Intel(R) Celeron(R) CPU 2.00GHz (Family: 15, Model: 2, > >Stepping:9) > >CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1 > >Compiled with runtime CPU detection. > > > >Playing dvd://2. > > > >There are 21 titles on this DVD. > >There are 50 chapters in this DVD title. > >There are 1 angles in this DVD title. > > > >audio stream: 0 format: ac3 (5.1) language: en aid: 128. > >audio stream: 1 format: ac3 (5.1) language: de aid: 129. > >audio stream: 2 format: ac3 (5.1) language: es aid: 130. > >audio stream: 3 format: ac3 (stereo) language: en aid: 131. > >audio stream: 4 format: ac3 (5.1) language: en aid: 132. > >number of audio channels on disk: 5. > > > >subtitle ( sid ): 0 language: en > >subtitle ( sid ): 1 language: de > >subtitle ( sid ): 2 language: es > >subtitle ( sid ): 3 language: fr > >subtitle ( sid ): 4 language: it > >subtitle ( sid ): 5 language: pt > >subtitle ( sid ): 6 language: da > >subtitle ( sid ): 7 language: fi > >subtitle ( sid ): 8 language: iw > >subtitle ( sid ): 9 language: is > >subtitle ( sid ): 10 language: no > >subtitle ( sid ): 11 language: sv > >subtitle ( sid ): 12 language: hr > >subtitle ( sid ): 13 language: cs > >subtitle ( sid ): 14 language: el > >subtitle ( sid ): 15 language: pl > >subtitle ( sid ): 16 language: hu > >subtitle ( sid ): 17 language: tr > >subtitle ( sid ): 18 language: sl > >subtitle ( sid ): 19 language: en > >subtitle ( sid ): 20 language: de > >number of subtitles on disk: 21 > >MPEG-PS file format detected. > >VIDEO: MPEG2 720x576 (aspect 3) 25.000 fps 9800.0 kbps > (1225.0 kbyte/s) > > > == > >Opening video decoder: [mpegpes] MPEG 1/2 Video passthrough > >VDec: vo config request - 720 x 576 (preferred colorspace: Mpeg > PES) > >Could not find matching colorspace - retrying with -vf scale... > >Opening video filter: [scale] > >The selected video_out device is incompatible with this codec. > >Try appending the scale filter to your filter list, > >e.g. -vf spp,scale instead of -vf spp. > >VDecoder init failed :( > >Opening video decoder: [libmpeg2] MPEG 1/2 Video decoder > libmpeg2-v0.4.0b > >Selected video codec: [mpeg12] vfm: libmpeg2 (MPEG-1 or 2 > (libmpeg2)) > > > == > > > == > >Opening audio decoder: [liba52] AC3 decoding with liba52 > >Using SSE optimized IMDCT transform > >Using MMX optimized resampler > >AUDIO: 48000 Hz, 2 ch, s16le, 384.0 kbit/25.00% (ratio: > 48000->192000) > >Selected audio codec: [a52] afm: liba52 (AC3-liba52) >
Re: can't determine sound card driver to use in /etc/rc.conf
> So you can exclude media error. > > Maybe this "diagnostic script" from my outbox can > help you to track down the error. It has been "made" > on 7-STABLE i386 with mplayer-0.99.11_3 - a quite > old system. See if the steps described here can be > reproduced on your system in a similar way. > > > > *** > > Here's an example of my "THX 1138" movie DVD: > > Step 1: Identify media > > % cdcontrol info > Starting track = 1, ending track = 1, TOC size = 18 bytes > track start duration block length type > - > 1 0:02.00 206:28.68 0 929168 data > 170 206:30.68 - 929168 - - > > Step 2: Identify file system > > % file - < /dev/acd0 > /dev/stdin: UDF filesystem data (version 1.5) 'THX_1138 ' > > Step 3: Mount file system and check content > > % sudo mount -t cd9660 -o ro /dev/acd0 /mnt > > % ls -R /mnt > audio_ts/ video_ts/ > /mnt/audio_ts: > /mnt/video_ts: > video_ts.bup* vts_01_1.vob* vts_02_0.bup* vts_03_0.vob* vts_05_0.bup* > video_ts.ifo* vts_01_2.vob* vts_02_0.ifo* vts_03_1.vob* vts_05_0.ifo* > video_ts.vob* vts_01_3.vob* vts_02_0.vob* vts_04_0.bup* vts_05_0.vob* > vts_01_0.bup* vts_01_4.vob* vts_02_1.vob* vts_04_0.ifo* vts_05_1.vob* > vts_01_0.ifo* vts_01_5.vob* vts_03_0.bup* vts_04_0.vob* > vts_01_0.vob* vts_01_6.vob* vts_03_0.ifo* vts_04_1.vob* > > % sudo umount /mnt > > Step 4: Play DVD content - ATTENTION - DVD not mounted for that! > > % mplayer -alang de -aid 129 dvd://2 > MPlayer 1.0rc2-4.2.1 (C) 2000-2007 MPlayer Team > CPU: Intel(R) Celeron(R) CPU 2.00GHz (Family: 15, Model: 2, > Stepping:9) > CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1 > Compiled with runtime CPU detection. > > Playing dvd://2. > > There are 21 titles on this DVD. > There are 50 chapters in this DVD title. > There are 1 angles in this DVD title. > > audio stream: 0 format: ac3 (5.1) language: en aid: 128. > audio stream: 1 format: ac3 (5.1) language: de aid: 129. > audio stream: 2 format: ac3 (5.1) language: es aid: 130. > audio stream: 3 format: ac3 (stereo) language: en aid: 131. > audio stream: 4 format: ac3 (5.1) language: en aid: 132. > number of audio channels on disk: 5. > > subtitle ( sid ): 0 language: en > subtitle ( sid ): 1 language: de > subtitle ( sid ): 2 language: es > subtitle ( sid ): 3 language: fr > subtitle ( sid ): 4 language: it > subtitle ( sid ): 5 language: pt > subtitle ( sid ): 6 language: da > subtitle ( sid ): 7 language: fi > subtitle ( sid ): 8 language: iw > subtitle ( sid ): 9 language: is > subtitle ( sid ): 10 language: no > subtitle ( sid ): 11 language: sv > subtitle ( sid ): 12 language: hr > subtitle ( sid ): 13 language: cs > subtitle ( sid ): 14 language: el > subtitle ( sid ): 15 language: pl > subtitle ( sid ): 16 language: hu > subtitle ( sid ): 17 language: tr > subtitle ( sid ): 18 language: sl > subtitle ( sid ): 19 language: en > subtitle ( sid ): 20 language: de > number of subtitles on disk: 21 > MPEG-PS file format detected. > VIDEO: MPEG2 720x576 (aspect 3) 25.000 fps 9800.0 kbps (1225.0 > kbyte/s) > > == > Opening video decoder: [mpegpes] MPEG 1/2 Video passthrough > VDec: vo config request - 720 x 576 (preferred colorspace: Mpeg PES) > Could not find matching colorspace - retrying with -vf scale... > Opening video filter: [scale] > The selected video_out device is incompatible with this codec. > Try appending the scale filter to your filter list, > e.g. -vf spp,scale instead of -vf spp. > VDecoder init failed :( > Opening video decoder: [libmpeg2] MPEG 1/2 Video decoder > libmpeg2-v0.4.0b > Selected video codec: [mpeg12] vfm: libmpeg2 (MPEG-1 or 2 (libmpeg2)) > > == > > == > Opening audio decoder: [liba52] AC3 decoding with liba52 > Using SSE optimized IMDCT transform > Using MMX optimized resampler > AUDIO: 48000 Hz, 2 ch, s16le, 384.0 kbit/25.00% (ratio: 48000->192000) > Selected audio codec: [a52] afm: liba52 (AC3-liba52) > > == > AO: [oss] 48000Hz 2ch s16le (2 bytes per sample) > Starting playback... > VDec: vo config request - 720 x 576 (preferred colorspace: Planar YV12) > VDec: using Planar
Re: can't determine sound card driver to use in /etc/rc.conf
On Wed, 20 Apr 2011 14:52:56 -0500, Antonio Olivares wrote: > Here's output from shell > > [olivares@grulla ~]$ mplayer dvd://1 > MPlayer SVN-r32577-snapshot-4.2.1 (C) 2000-2010 MPlayer Team > > Playing dvd://1. > libdvdread: Using libdvdcss version 1.2.10 for DVD access > libdvdnav:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VIDEO_TS.IFO failed > libdvdnav:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VIDEO_TS.BUP failed > libdvdread: Can't open file VIDEO_TS.BU. > Can't open VMG info! > No stream found to handle url dvd://1 > > > Exiting... (End of file) This looks like mplayer is accessing the drive, but cannot play the file. A "missing codec" error should look different. > I have tried different movies and get similar results :( So you can exclude media error. Maybe this "diagnostic script" from my outbox can help you to track down the error. It has been "made" on 7-STABLE i386 with mplayer-0.99.11_3 - a quite old system. See if the steps described here can be reproduced on your system in a similar way. *** Here's an example of my "THX 1138" movie DVD: Step 1: Identify media % cdcontrol info Starting track = 1, ending track = 1, TOC size = 18 bytes track start duration block length type - 1 0:02.00 206:28.68 0 929168 data 170 206:30.68 - 929168 - - Step 2: Identify file system % file - < /dev/acd0 /dev/stdin: UDF filesystem data (version 1.5) 'THX_1138' Step 3: Mount file system and check content % sudo mount -t cd9660 -o ro /dev/acd0 /mnt % ls -R /mnt audio_ts/ video_ts/ /mnt/audio_ts: /mnt/video_ts: video_ts.bup* vts_01_1.vob* vts_02_0.bup* vts_03_0.vob* vts_05_0.bup* video_ts.ifo* vts_01_2.vob* vts_02_0.ifo* vts_03_1.vob* vts_05_0.ifo* video_ts.vob* vts_01_3.vob* vts_02_0.vob* vts_04_0.bup* vts_05_0.vob* vts_01_0.bup* vts_01_4.vob* vts_02_1.vob* vts_04_0.ifo* vts_05_1.vob* vts_01_0.ifo* vts_01_5.vob* vts_03_0.bup* vts_04_0.vob* vts_01_0.vob* vts_01_6.vob* vts_03_0.ifo* vts_04_1.vob* % sudo umount /mnt Step 4: Play DVD content - ATTENTION - DVD not mounted for that! % mplayer -alang de -aid 129 dvd://2 MPlayer 1.0rc2-4.2.1 (C) 2000-2007 MPlayer Team CPU: Intel(R) Celeron(R) CPU 2.00GHz (Family: 15, Model: 2, Stepping:9) CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1 Compiled with runtime CPU detection. Playing dvd://2. There are 21 titles on this DVD. There are 50 chapters in this DVD title. There are 1 angles in this DVD title. audio stream: 0 format: ac3 (5.1) language: en aid: 128. audio stream: 1 format: ac3 (5.1) language: de aid: 129. audio stream: 2 format: ac3 (5.1) language: es aid: 130. audio stream: 3 format: ac3 (stereo) language: en aid: 131. audio stream: 4 format: ac3 (5.1) language: en aid: 132. number of audio channels on disk: 5. subtitle ( sid ): 0 language: en subtitle ( sid ): 1 language: de subtitle ( sid ): 2 language: es subtitle ( sid ): 3 language: fr subtitle ( sid ): 4 language: it subtitle ( sid ): 5 language: pt subtitle ( sid ): 6 language: da subtitle ( sid ): 7 language: fi subtitle ( sid ): 8 language: iw subtitle ( sid ): 9 language: is subtitle ( sid ): 10 language: no subtitle ( sid ): 11 language: sv subtitle ( sid ): 12 language: hr subtitle ( sid ): 13 language: cs subtitle ( sid ): 14 language: el subtitle ( sid ): 15 language: pl subtitle ( sid ): 16 language: hu subtitle ( sid ): 17 language: tr subtitle ( sid ): 18 language: sl subtitle ( sid ): 19 language: en subtitle ( sid ): 20 language: de number of subtitles on disk: 21 MPEG-PS file format detected. VIDEO: MPEG2 720x576 (aspect 3) 25.000 fps 9800.0 kbps (1225.0 kbyte/s) == Opening video decoder: [mpegpes] MPEG 1/2 Video passthrough VDec: vo config request - 720 x 576 (preferred colorspace: Mpeg PES) Could not find matching colorspace - retrying with -vf scale... Opening video filter: [scale] The selected video_out device is incompatible with this codec. Try appending the scale filter to your filter list, e.g. -vf spp,scale instead of -vf spp. VDecoder init failed :( Opening video decoder: [libmpeg2] MPEG 1/2 Video decoder libmpeg2-v0.4.0b Selected video codec: [mpeg12] vfm: libmpeg2 (MPEG-1 or 2 (libmpeg2)) == ==
Re: can't determine sound card driver to use in /etc/rc.conf
> This MAY be a codec problem. You can try the following: > First mount the DVD (cd_9660), then use mplayer on one > of the VOB files directly. Choose one of the bigger > files for this test, and maybe use mplayer's -v option > to get an idea what may be wrong - the program should > tell you about this. > > -- > Polytropon > Magdeburg, Germany > Happy FreeBSD user since 4.0 > Andra moi ennepe, Mousa, ... > Here's output from shell [olivares@grulla ~]$ mplayer dvd://1 MPlayer SVN-r32577-snapshot-4.2.1 (C) 2000-2010 MPlayer Team Playing dvd://1. libdvdread: Using libdvdcss version 1.2.10 for DVD access libdvdnav:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VIDEO_TS.IFO failed libdvdnav:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VIDEO_TS.BUP failed libdvdread: Can't open file VIDEO_TS.BU. Can't open VMG info! No stream found to handle url dvd://1 Exiting... (End of file) [olivares@grulla ~]$ I have tried different movies and get similar results :( [olivares@grulla ~]$ uname -a FreeBSD grulla 8.2-RELEASE-p0 FreeBSD 8.2-RELEASE-p0 #0: Sat Apr 2 15:06:58 UTC 2011 r...@hybrid.freebsdgr.org:/usr/obj/usr/src/sys/GENERIC amd64 [olivares@grulla ~]$ uname -m amd64 Regards, Antonio ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
Re: can't determine sound card driver to use in /etc/rc.conf
On Tue, 19 Apr 2011 20:31:23 -0500, Antonio Olivares wrote: > > (per /etc/devfs.conf) to provide the default location, or > > use -dvd-device to name it on the command line. Also > > make sure you have the required codecs installed. > Since the machine is 64 bit having the codecs does no good :(, I ran > the configuration and tried to install Realplayer which tried to pull > linux compatibility which I did not want and reran config. You can try to use the 32 bit compatibility (COMPAT32) and then run the 32 bit version of mplayer. As I do not own a 64 bit system, I can't be more specific. > > Going > > through "make config" in mplayer (or mencoder) is always > > a good choice. > > > > However, playing dvd's does not seem to work :( > I try to run > $ mplayer dvd://1 -dvd-device /dev/acd0 > and it complains about not finding some vob > Sorry for not posting exact error will do so tomorrow as soon as I can. This MAY be a codec problem. You can try the following: First mount the DVD (cd_9660), then use mplayer on one of the VOB files directly. Choose one of the bigger files for this test, and maybe use mplayer's -v option to get an idea what may be wrong - the program should tell you about this. -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
Re: can't determine sound card driver to use in /etc/rc.conf
On Mon, Apr 18, 2011 at 9:32 PM, Polytropon wrote: > On Mon, 18 Apr 2011 20:53:41 -0500, Antonio Olivares > wrote: >> Apparently it works, but I put in some small speakers, but could not >> get music to play. > > On some machines, speakers do not activate automatically, > they need a "driver" that switches the connector to active. > Also check mixer settings. ALWAYS check them. :-) > > > >> Installed mplayer from within ports, >> # cd /usr/ports/multimedia/mplayer >> # make install clean >> and tried to play some mp3's and got a codec error :(, since machine >> is 64 bit installing codecs from mplayer site does not work :(, and >> linux compatibility is not installed. > > Use command line tools like madplay or mpg123 for testing. > Also consider using xmms as a versatile MP3 (and OGG/Vorbis) > media player. > Mplayer played some ogg files that I had correctly and sound is working :) snd_hda did the trick :) > > >> Sorry for drifting out of >> original sound problem, but I also tried to play a dvd and it failed >> to load since atapi cam was not in /boot/loader.conf because cd/dvd >> drive is old style(not SATA) This is now working correctly :), added the command in /boot/loader.conf > That doesn't matter. I have parallel ATA devices here that > play nicely with ATAPICAM (mainly in use for CD and DVD > recording). But you shouldn't need to have ATAPICAM in order > to play DVDs. I know that mplayer has a configuration option > for that... maybe it's sufficient to link /dev/acd0 to /dev/dvd link exists /dev/dvd -> /dev/acd0 but dvd does not play :( > (per /etc/devfs.conf) to provide the default location, or > use -dvd-device to name it on the command line. Also > make sure you have the required codecs installed. Since the machine is 64 bit having the codecs does no good :(, I ran the configuration and tried to install Realplayer which tried to pull linux compatibility which I did not want and reran config. > Going > through "make config" in mplayer (or mencoder) is always > a good choice. > However, playing dvd's does not seem to work :( I try to run $ mplayer dvd://1 -dvd-device /dev/acd0 and it complains about not finding some vob Sorry for not posting exact error will do so tomorrow as soon as I can. > > > > -- > Polytropon > Magdeburg, Germany > Happy FreeBSD user since 4.0 > Andra moi ennepe, Mousa, ... > Thanks to all folks who have advised me. I am close to setting up the system to my liking. Regards, Antonio ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
[SOLVED] sound card not recognized by freebsd 8.2 but mentioned in PC-BSD 8.2
I am actually amazed nobody nor the handbook mentioned OSS to me, because after learned this, it suddenly become obvious this option should be tried right after failure of snd_driver. In fact, the sound card in-topic is Ali M5455, the first on the list of sound card supported by OSS. http://manuals.opensound.com/devlists/FreeBSD.html The solution is as simple as 'pkg_add -vr oss'. done. solved. Consider OSS supported sound card list is rather long, it should be a must recommendation after snd_driver. Again amazed that lspci in Linux showed keyword M5455, but pciconf -lv didn't show keyword "M5455". Having the keyword it's only a minute to figure out which is the right driver. -- 我的博客: http://zhangweiwu.ixiezi.com/ 网站进化论 --写给需要网站或后悔有了网站的人 ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
Re: can't determine sound card driver to use in /etc/rc.conf
On Mon, 18 Apr 2011 20:53:41 -0500, Antonio Olivares wrote: > Apparently it works, but I put in some small speakers, but could not > get music to play. On some machines, speakers do not activate automatically, they need a "driver" that switches the connector to active. Also check mixer settings. ALWAYS check them. :-) > Installed mplayer from within ports, > # cd /usr/ports/multimedia/mplayer > # make install clean > and tried to play some mp3's and got a codec error :(, since machine > is 64 bit installing codecs from mplayer site does not work :(, and > linux compatibility is not installed. Use command line tools like madplay or mpg123 for testing. Also consider using xmms as a versatile MP3 (and OGG/Vorbis) media player. > Sorry for drifting out of > original sound problem, but I also tried to play a dvd and it failed > to load since atapi cam was not in /boot/loader.conf because cd/dvd > drive is old style(not SATA) That doesn't matter. I have parallel ATA devices here that play nicely with ATAPICAM (mainly in use for CD and DVD recording). But you shouldn't need to have ATAPICAM in order to play DVDs. I know that mplayer has a configuration option for that... maybe it's sufficient to link /dev/acd0 to /dev/dvd (per /etc/devfs.conf) to provide the default location, or use -dvd-device to name it on the command line. Also make sure you have the required codecs installed. Going through "make config" in mplayer (or mencoder) is always a good choice. -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
Re: can't determine sound card driver to use in /etc/rc.conf
On Mon, Apr 18, 2011 at 9:32 AM, Craig Butler wrote: > On Mon, 2011-04-18 at 08:40 -0500, Antonio Olivares wrote: >> Dear folks, >> >> On a new machine running AMD-64 XFCE custom by Manolis, I can't >> determine which sound driver to use for the sound card: >> >> grulla# kldload snd_driver >> grulla# cat /dev/sndstat >> FreeBSD Audio Driver (newpcm: 64bit 2009061500/amd64) >> Installed devices: >> pcm0: (play/rec) default >> pcm1: (play) >> pcm2: (play) >> grulla# pciconf -l >> none0@pci0:0:0:0: class=0x05 card=0xcb8410de chip=0x03ea10de >> rev=0xa1 hdr=0x00 >> isab0@pci0:0:1:0: class=0x060100 card=0x34071565 chip=0x03e010de >> rev=0xa2 hdr=0x00 >> none1@pci0:0:1:1: class=0x0c0500 card=0x34071565 chip=0x03eb10de >> rev=0xa2 hdr=0x00 >> none2@pci0:0:1:2: class=0x05 card=0x34071565 chip=0x03f510de >> rev=0xa2 hdr=0x00 >> ohci0@pci0:0:2:0: class=0x0c0310 card=0x34071565 chip=0x03f110de >> rev=0xa3 hdr=0x00 >> ehci0@pci0:0:2:1: class=0x0c0320 card=0x34071565 chip=0x03f210de >> rev=0xa3 hdr=0x00 >> pcib1@pci0:0:4:0: class=0x060401 card=0xcb8410de chip=0x03f310de >> rev=0xa1 hdr=0x01 >> hdac0@pci0:0:5:0: class=0x040300 card=0x81081565 chip=0x03f010de >> rev=0xa2 hdr=0x00 >> atapci0@pci0:0:6:0: class=0x01018a card=0x34071565 chip=0x03ec10de >> rev=0xa2 hdr=0x00 >> nfe0@pci0:0:7:0: class=0x068000 card=0x25051565 chip=0x03ef10de >> rev=0xa2 hdr=0x00 >> atapci1@pci0:0:8:0: class=0x010185 card=0x54051565 chip=0x03f610de >> rev=0xa2 hdr=0x00 >> pcib2@pci0:0:9:0: class=0x060400 card=0x10de chip=0x03e810de >> rev=0xa2 hdr=0x01 >> pcib3@pci0:0:11:0: class=0x060400 card=0x10de chip=0x03e910de >> rev=0xa2 hdr=0x01 >> pcib4@pci0:0:12:0: class=0x060400 card=0x10de chip=0x03e910de >> rev=0xa2 hdr=0x01 >> vgapci0@pci0:0:13:0: class=0x03 card=0x14051565 chip=0x03d010de >> rev=0xa2 hdr=0x00 >> hostb0@pci0:0:24:0: class=0x06 card=0x chip=0x12001022 >> rev=0x00 hdr=0x00 >> hostb1@pci0:0:24:1: class=0x06 card=0x chip=0x12011022 >> rev=0x00 hdr=0x00 >> hostb2@pci0:0:24:2: class=0x06 card=0x chip=0x12021022 >> rev=0x00 hdr=0x00 >> hostb3@pci0:0:24:3: class=0x06 card=0x chip=0x12031022 >> rev=0x00 hdr=0x00 >> hostb4@pci0:0:24:4: class=0x06 card=0x chip=0x12041022 >> rev=0x00 hdr=0x00 >> ral0@pci0:1:6:0: class=0x028000 card=0x25611814 chip=0x03011814 >> rev=0x00 hdr=0x00 >> >> >> mixer gives me the following: >> >> grulla# mixer >> Mixer vol is currently set to 75:75 >> Mixer pcm is currently set to 75:75 >> Mixer line is currently set to 75:75 >> Mixer mic is currently set to 0:0 >> Mixer rec is currently set to 75:75 >> Mixer igain is currently set to 0:0 >> Mixer ogain is currently set to 50:50 >> Mixer monitor is currently set to 75:75 >> Recording source: mic >> >> >> Thanks for your help/advice. >> >> Regards, >> >> Antonio > > > Hi Antonio > > Think you'll find it's a hda device... > > add snd_hda_load="YES" to /boot/loader.conf and it should be loaded next > time you boot the machine. > > If your not getting any sound, you might have to change the > hw.snd.default_auto sysctl to match your other inputs. > > Regards > > Craig B Thanks Craig, Apparently it works, but I put in some small speakers, but could not get music to play. Installed mplayer from within ports, # cd /usr/ports/multimedia/mplayer # make install clean and tried to play some mp3's and got a codec error :(, since machine is 64 bit installing codecs from mplayer site does not work :(, and linux compatibility is not installed. Sorry for drifting out of original sound problem, but I also tried to play a dvd and it failed to load since atapi cam was not in /boot/loader.conf because cd/dvd drive is old style(not SATA) 18.6.9 Using the ATAPI/CAM Driver Contributed by Marc Fonvieille. This driver allows ATAPI devices (CD-ROM, CD-RW, DVD drives etc...) to be accessed through the SCSI subsystem, and so allows the use of applications like sysutils/cdrdao or cdrecord(1). To use this driver, you will need to add the following line to the /boot/loader.conf file: NEEDED to add atapicam_load="YES" to /boot/loader.conf http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/creating-cds.html have added this to machine and will check tomorrow to see if sound is output by machine. Thanks for helping/advising. Regards, Antonio ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
Re: can't determine sound card driver to use in /etc/rc.conf
On Mon, 2011-04-18 at 08:40 -0500, Antonio Olivares wrote: > Dear folks, > > On a new machine running AMD-64 XFCE custom by Manolis, I can't > determine which sound driver to use for the sound card: > > grulla# kldload snd_driver > grulla# cat /dev/sndstat > FreeBSD Audio Driver (newpcm: 64bit 2009061500/amd64) > Installed devices: > pcm0: (play/rec) default > pcm1: (play) > pcm2: (play) > grulla# pciconf -l > none0@pci0:0:0:0: class=0x05 card=0xcb8410de chip=0x03ea10de > rev=0xa1 hdr=0x00 > isab0@pci0:0:1:0: class=0x060100 card=0x34071565 chip=0x03e010de > rev=0xa2 hdr=0x00 > none1@pci0:0:1:1: class=0x0c0500 card=0x34071565 chip=0x03eb10de > rev=0xa2 hdr=0x00 > none2@pci0:0:1:2: class=0x05 card=0x34071565 chip=0x03f510de > rev=0xa2 hdr=0x00 > ohci0@pci0:0:2:0: class=0x0c0310 card=0x34071565 chip=0x03f110de > rev=0xa3 hdr=0x00 > ehci0@pci0:0:2:1: class=0x0c0320 card=0x34071565 chip=0x03f210de > rev=0xa3 hdr=0x00 > pcib1@pci0:0:4:0: class=0x060401 card=0xcb8410de chip=0x03f310de > rev=0xa1 hdr=0x01 > hdac0@pci0:0:5:0: class=0x040300 card=0x81081565 chip=0x03f010de > rev=0xa2 hdr=0x00 > atapci0@pci0:0:6:0: class=0x01018a card=0x34071565 chip=0x03ec10de > rev=0xa2 hdr=0x00 > nfe0@pci0:0:7:0: class=0x068000 card=0x25051565 chip=0x03ef10de > rev=0xa2 hdr=0x00 > atapci1@pci0:0:8:0: class=0x010185 card=0x54051565 chip=0x03f610de > rev=0xa2 hdr=0x00 > pcib2@pci0:0:9:0: class=0x060400 card=0x10de chip=0x03e810de > rev=0xa2 hdr=0x01 > pcib3@pci0:0:11:0:class=0x060400 card=0x10de chip=0x03e910de > rev=0xa2 hdr=0x01 > pcib4@pci0:0:12:0:class=0x060400 card=0x10de chip=0x03e910de > rev=0xa2 hdr=0x01 > vgapci0@pci0:0:13:0: class=0x03 card=0x14051565 chip=0x03d010de > rev=0xa2 hdr=0x00 > hostb0@pci0:0:24:0: class=0x06 card=0x chip=0x12001022 > rev=0x00 hdr=0x00 > hostb1@pci0:0:24:1: class=0x06 card=0x chip=0x12011022 > rev=0x00 hdr=0x00 > hostb2@pci0:0:24:2: class=0x06 card=0x chip=0x12021022 > rev=0x00 hdr=0x00 > hostb3@pci0:0:24:3: class=0x06 card=0x chip=0x12031022 > rev=0x00 hdr=0x00 > hostb4@pci0:0:24:4: class=0x06 card=0x chip=0x12041022 > rev=0x00 hdr=0x00 > ral0@pci0:1:6:0: class=0x028000 card=0x25611814 chip=0x03011814 > rev=0x00 hdr=0x00 > > > mixer gives me the following: > > grulla# mixer > Mixer vol is currently set to 75:75 > Mixer pcm is currently set to 75:75 > Mixer line is currently set to 75:75 > Mixer mic is currently set to 0:0 > Mixer rec is currently set to 75:75 > Mixer igainis currently set to 0:0 > Mixer ogainis currently set to 50:50 > Mixer monitor is currently set to 75:75 > Recording source: mic > > > Thanks for your help/advice. > > Regards, > > Antonio > ___ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org" Hi Antonio Think you'll find it's a hda device... add snd_hda_load="YES" to /boot/loader.conf and it should be loaded next time you boot the machine. If your not getting any sound, you might have to change the hw.snd.default_auto sysctl to match your other inputs. Regards Craig B ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
can't determine sound card driver to use in /etc/rc.conf
Dear folks, On a new machine running AMD-64 XFCE custom by Manolis, I can't determine which sound driver to use for the sound card: grulla# kldload snd_driver grulla# cat /dev/sndstat FreeBSD Audio Driver (newpcm: 64bit 2009061500/amd64) Installed devices: pcm0: (play/rec) default pcm1: (play) pcm2: (play) grulla# pciconf -l none0@pci0:0:0:0: class=0x05 card=0xcb8410de chip=0x03ea10de rev=0xa1 hdr=0x00 isab0@pci0:0:1:0: class=0x060100 card=0x34071565 chip=0x03e010de rev=0xa2 hdr=0x00 none1@pci0:0:1:1: class=0x0c0500 card=0x34071565 chip=0x03eb10de rev=0xa2 hdr=0x00 none2@pci0:0:1:2: class=0x05 card=0x34071565 chip=0x03f510de rev=0xa2 hdr=0x00 ohci0@pci0:0:2:0: class=0x0c0310 card=0x34071565 chip=0x03f110de rev=0xa3 hdr=0x00 ehci0@pci0:0:2:1: class=0x0c0320 card=0x34071565 chip=0x03f210de rev=0xa3 hdr=0x00 pcib1@pci0:0:4:0: class=0x060401 card=0xcb8410de chip=0x03f310de rev=0xa1 hdr=0x01 hdac0@pci0:0:5:0: class=0x040300 card=0x81081565 chip=0x03f010de rev=0xa2 hdr=0x00 atapci0@pci0:0:6:0: class=0x01018a card=0x34071565 chip=0x03ec10de rev=0xa2 hdr=0x00 nfe0@pci0:0:7:0:class=0x068000 card=0x25051565 chip=0x03ef10de rev=0xa2 hdr=0x00 atapci1@pci0:0:8:0: class=0x010185 card=0x54051565 chip=0x03f610de rev=0xa2 hdr=0x00 pcib2@pci0:0:9:0: class=0x060400 card=0x10de chip=0x03e810de rev=0xa2 hdr=0x01 pcib3@pci0:0:11:0: class=0x060400 card=0x10de chip=0x03e910de rev=0xa2 hdr=0x01 pcib4@pci0:0:12:0: class=0x060400 card=0x10de chip=0x03e910de rev=0xa2 hdr=0x01 vgapci0@pci0:0:13:0:class=0x03 card=0x14051565 chip=0x03d010de rev=0xa2 hdr=0x00 hostb0@pci0:0:24:0: class=0x06 card=0x chip=0x12001022 rev=0x00 hdr=0x00 hostb1@pci0:0:24:1: class=0x06 card=0x chip=0x12011022 rev=0x00 hdr=0x00 hostb2@pci0:0:24:2: class=0x06 card=0x chip=0x12021022 rev=0x00 hdr=0x00 hostb3@pci0:0:24:3: class=0x06 card=0x chip=0x12031022 rev=0x00 hdr=0x00 hostb4@pci0:0:24:4: class=0x06 card=0x chip=0x12041022 rev=0x00 hdr=0x00 ral0@pci0:1:6:0:class=0x028000 card=0x25611814 chip=0x03011814 rev=0x00 hdr=0x00 mixer gives me the following: grulla# mixer Mixer vol is currently set to 75:75 Mixer pcm is currently set to 75:75 Mixer line is currently set to 75:75 Mixer mic is currently set to 0:0 Mixer rec is currently set to 75:75 Mixer igainis currently set to 0:0 Mixer ogainis currently set to 50:50 Mixer monitor is currently set to 75:75 Recording source: mic Thanks for your help/advice. Regards, Antonio ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
Re: sound card not recognized by freebsd 8.2 but mentioned in PC-BSD 8.2
Hi, On Saturday 16 April 2011 14:42:43 Erik Trulsson wrote: > On Sat, Apr 16, 2011 at 09:42:38AM +0700, Erich Dollansky wrote: > > > > > > # kldload snd_driver > > > > this will never work. > > Yes, it will. 'snd_driver' is a meta-module which depends on, and > therefore will pull in, all the available sound drivers. > I have read meanwhile that most hardware is meanwhile supported by this. I tried it only a long time and got stuck then with loading directly the driver I need without ever bothering about the other options. Anyway, the original poster seems to have the same problem I have had with my hardware those days. Erich ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
Re: sound card not recognized by freebsd 8.2 but mentioned in PC-BSD 8.2
On Sat, Apr 16, 2011 at 09:42:38AM +0700, Erich Dollansky wrote: > Hi, > > did you really get no other answer? > > On Friday 15 April 2011 22:11:05 Zhang Weiwu, Beijing wrote: > > Hello. I intend to use FreeBSD instead of PC-BSD. The sound card doesn't > > work on FreeBSD 8.2. I tried to follow the manual and loaded all sound > > card drivers > > > > # kldload snd_driver > > this will never work. Yes, it will. 'snd_driver' is a meta-module which depends on, and therefore will pull in, all the available sound drivers. (If you don't believe me try checking the output of 'kldstat' before and after doing 'kldload snd_driver') -- Erik Trulsson ertr1...@student.uu.se ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
Re: sound card not recognized by freebsd 8.2 but mentioned in PC-BSD 8.2
On Sat, 16 Apr 2011 09:42:38 +0700 Erich Dollansky wrote: > On Friday 15 April 2011 22:11:05 Zhang Weiwu, Beijing wrote: > > Hello. I intend to use FreeBSD instead of PC-BSD. The sound card doesn't > > work on FreeBSD 8.2. I tried to follow the manual and loaded all sound > > card drivers > > > > # kldload snd_driver > this will never work. Works fine. Maybe not the best solution for everyone (I use it for diskless stations). -- WBR, bsam ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
Re: sound card not recognized by freebsd 8.2 but mentioned in PC-BSD 8.2
Hi, On Saturday 16 April 2011 11:16:39 Zhang Weiwu, Beijing wrote: > On 04/16/2011 10:42 AM, Erich Dollansky wrote: > > On Friday 15 April 2011 22:11:05 Zhang Weiwu, Beijing wrote: > >> # kldload snd_driver > > this will never work. > > > > You must load the driver for your sound card. Something like > > > > kldload snd_hda > > I am confused, because the handbook says the opposite: > http://www.freebsd.org/doc/handbook/sound-setup.html > > the handbook also says: 'Other available loadable sound modules are listed in /boot/defaults/loader.conf.' I simply tried some out. If I remember right, mine was also not listed to work but worked with the driver I used as an example for you. Do not forget, the handbook is not necessarily written by the same person as the program. Erich ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
Re: sound card not recognized by freebsd 8.2 but mentioned in PC-BSD 8.2
On 04/16/2011 10:42 AM, Erich Dollansky wrote: On Friday 15 April 2011 22:11:05 Zhang Weiwu, Beijing wrote: # kldload snd_driver this will never work. You must load the driver for your sound card. Something like kldload snd_hda I am confused, because the handbook says the opposite: http://www.freebsd.org/doc/handbook/sound-setup.html To use your sound device, you will need to load the proper device driver. Then: If you are not sure which driver to use, you may try to load the snd_driver module: # kldload snd_driver This is a metadriver loading the most common device drivers at once. Even though I wish to use only the right driver, the manual didn't say how can I find which driver is the right one except trying with snd_driver. It didn't even mention what drivers are there on the system. One might expect it at /usr/src/sys/i386/conf/GENERIC but there is nothing mentioning sound card. You must replace snd_hda by the name of the driver for your card. I'd be glad to try that if you inform me what is the name of the driver for my card, or point me way to find this information:) Thanks for answering my mail! -- 我的博客: http://zhangweiwu.ixiezi.com/ 网站进化论 --写给需要网站或后悔有了网站的人 ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
Re: sound card not recognized by freebsd 8.2 but mentioned in PC-BSD 8.2
Hi, did you really get no other answer? On Friday 15 April 2011 22:11:05 Zhang Weiwu, Beijing wrote: > Hello. I intend to use FreeBSD instead of PC-BSD. The sound card doesn't > work on FreeBSD 8.2. I tried to follow the manual and loaded all sound > card drivers > > # kldload snd_driver this will never work. You must load the driver for your sound card. Something like kldload snd_hda You must replace snd_hda by the name of the driver for your card. Erich > > But no driver works: > > # cat /dev/sndstat > FreeBSD Audio Driver (newpcm: 32bit 2009061500/i386) > Installed devices: > > There is nothing after "installed devices". And there is nothing about > sound card mentioned in dmesg. > > I had the impression non of the drivers recognizes the card, which is: > > none1@pci0:0:4:0: class=0x040100 card=0x103b13bd chip=0x545510b9 rev=0x03 > hdr=0x00 > vendor = 'Acer Labs Incorporated (ALi/ULi)' > device = 'AC'97 Audio Controller (M1563M Southbridge)' > class = multimedia > subclass = audio > > > Search for the chip ID as keyword on google reveals in PC-BSD this > keyword is mentioned in their driver database > "/PCBSD/soundDetect/soundcards.xml" > > source: http://trac.pcbsd.org/changeset/3018/pcbsd > > Somehow this hints PC-BSD recognizes and can configure this sound card. > > My question is, if PC-BSD could play using this sound card, a FreeBSD > method must not be too far away, right? Can I configure FreeBSD somehow > to let a driver recognize and make use of this sound card? > > P. S. If it doesn't work, I guess I'll fall back to Windows instead of > PC-BSD because I intend to use this machine for playing around and > testing GNUStep including its multimedia. The computer has a hard-wired > 8GB storage which is OK for the purpose, but not enough for PC-BSD. > > -- > 我的博客: > http://zhangweiwu.ixiezi.com/ > 网站进化论 --写给需要网站或后悔有了网站的人 > > ___ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org" > > ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
sound card not recognized by freebsd 8.2 but mentioned in PC-BSD 8.2
Hello. I intend to use FreeBSD instead of PC-BSD. The sound card doesn't work on FreeBSD 8.2. I tried to follow the manual and loaded all sound card drivers # kldload snd_driver But no driver works: # cat /dev/sndstat FreeBSD Audio Driver (newpcm: 32bit 2009061500/i386) Installed devices: There is nothing after "installed devices". And there is nothing about sound card mentioned in dmesg. I had the impression non of the drivers recognizes the card, which is: none1@pci0:0:4:0: class=0x040100 card=0x103b13bd chip=0x545510b9 rev=0x03 hdr=0x00 vendor = 'Acer Labs Incorporated (ALi/ULi)' device = 'AC'97 Audio Controller (M1563M Southbridge)' class = multimedia subclass = audio Search for the chip ID as keyword on google reveals in PC-BSD this keyword is mentioned in their driver database "/PCBSD/soundDetect/soundcards.xml" source: http://trac.pcbsd.org/changeset/3018/pcbsd Somehow this hints PC-BSD recognizes and can configure this sound card. My question is, if PC-BSD could play using this sound card, a FreeBSD method must not be too far away, right? Can I configure FreeBSD somehow to let a driver recognize and make use of this sound card? P. S. If it doesn't work, I guess I'll fall back to Windows instead of PC-BSD because I intend to use this machine for playing around and testing GNUStep including its multimedia. The computer has a hard-wired 8GB storage which is OK for the purpose, but not enough for PC-BSD. -- 我的博客: http://zhangweiwu.ixiezi.com/ 网站进化论 --写给需要网站或后悔有了网站的人 ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
Re: Recording from sound card
On Thu, Feb 10, 2011 at 7:17 PM, Robert Ames wrote: > > I'm having problems trying to record from a sound card under > 8.1-RELEASE. The last time I tried this was many releases ago, > possibly 4.x-RELEASE. Back then I would do something like "cat > /dev/dsp > file" but now when I try it I just end up with a 0 byte > file. I'm using a different sound card than before so maybe that > has something to do with it. Or possibly I just don't know which > device to use. Playing sounds using "cat file.wav > /dev/dsp0.0" > works fine, but I can't get recording to work. Does anyone have > any suggestions? Thanks. > > $ cat /dev/sndstat > FreeBSD Audio Driver (newpcm: 32bit 2009061500/i386) > Installed devices: > pcm0: (play/rec) default > > $ sysctl -a | egrep '(snd|pcm|sound)' > hw.snd.vpc_reset: 0 > hw.snd.vpc_0db: 45 > hw.snd.vpc_autoreset: 1 > hw.snd.latency_profile: 1 > hw.snd.latency: 5 > hw.snd.report_soft_matrix: 1 > hw.snd.report_soft_formats: 1 > hw.snd.compat_linux_mmap: 0 > hw.snd.feeder_eq_exact_rate: 0 > hw.snd.feeder_eq_presets: > PEQ:16000,0.2500,62,0.2500:-9,9,1.0:44100,48000,88200,96000,176400,192000 > hw.snd.feeder_rate_quality: 1 > hw.snd.feeder_rate_round: 25 > hw.snd.feeder_rate_max: 2016000 > hw.snd.feeder_rate_min: 1 > hw.snd.feeder_rate_polyphase_max: 183040 > hw.snd.feeder_rate_presets: 100:8:0.85 100:36:0.92 100:164:0.97 > hw.snd.vpc_mixer_bypass: 1 > hw.snd.verbose: 0 > hw.snd.maxautovchans: 16 > hw.snd.default_unit: 0 > hw.snd.version: 2009061500/i386 > hw.snd.default_auto: 0 > dev.pcm.0.%desc: Creative CT5880-C > dev.pcm.0.%driver: pcm > dev.pcm.0.%location: slot=9 function=0 > dev.pcm.0.%pnpinfo: vendor=0x1274 device=0x5880 subvendor=0x1274 > subdevice=0x2003 class=0x040100 > dev.pcm.0.%parent: pci0 > dev.pcm.0.eapd: 1 > dev.pcm.0.play.vchans: 1 > dev.pcm.0.play.vchanmode: fixed > dev.pcm.0.play.vchanrate: 48000 > dev.pcm.0.play.vchanformat: s16le:2.0 > dev.pcm.0.rec.vchans: 1 > dev.pcm.0.rec.vchanmode: fixed > dev.pcm.0.rec.vchanrate: 48000 > dev.pcm.0.rec.vchanformat: s16le:2.0 > dev.pcm.0.buffersize: 4096 > dev.pcm.0.bitperfect: 0 > dev.pcm.0.spdif_enabled: 0 > dev.pcm.0.latency_timer: 32 > dev.pcm.0.polling: 0 > > $ mixer > Mixer vol is currently set to 75:75 > Mixer pcm is currently set to 75:75 > Mixer speaker is currently set to 75:75 > Mixer line is currently set to 75:75 > Mixer mic is currently set to 73:73 > Mixer cd is currently set to 75:75 > Mixer rec is currently set to 75:75 > Mixer igain is currently set to 0:0 > Mixer ogain is currently set to 50:50 > Mixer line1 is currently set to 75:75 > Mixer phin is currently set to 0:0 > Mixer phout is currently set to 0:0 > Mixer video is currently set to 75:75 > Recording source: mic What does ls /dev/dsp* yield? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
Re: Recording from sound card
On Thu, 10 Feb 2011 22:17:57 -0500, Robert Ames wrote: > > I'm having problems trying to record from a sound card under > 8.1-RELEASE. The last time I tried this was many releases ago, > possibly 4.x-RELEASE. Back then I would do something like "cat > /dev/dsp > file" but now when I try it I just end up with a 0 byte > file. I'm using a different sound card than before so maybe that > has something to do with it. Or possibly I just don't know which > device to use. Playing sounds using "cat file.wav > /dev/dsp0.0" > works fine, but I can't get recording to work. Does anyone have > any suggestions? Thanks. My suggestion would be to install the port "sox", it will provide a "rec" command that can be used to record WAV or any other supported audio file format, e. g. % rec foo.au or % rec bar.wav And sox provides other excellent command line tools for audio manipulation (sox, play, rec); see "man sox" for details. Note that "play " is easier than cat'ing the file to the dsp device directly (which may require specific access permissions). -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
Recording from sound card
I'm having problems trying to record from a sound card under 8.1-RELEASE. The last time I tried this was many releases ago, possibly 4.x-RELEASE. Back then I would do something like "cat /dev/dsp > file" but now when I try it I just end up with a 0 byte file. I'm using a different sound card than before so maybe that has something to do with it. Or possibly I just don't know which device to use. Playing sounds using "cat file.wav > /dev/dsp0.0" works fine, but I can't get recording to work. Does anyone have any suggestions? Thanks. $ cat /dev/sndstat FreeBSD Audio Driver (newpcm: 32bit 2009061500/i386) Installed devices: pcm0: (play/rec) default $ sysctl -a | egrep '(snd|pcm|sound)' hw.snd.vpc_reset: 0 hw.snd.vpc_0db: 45 hw.snd.vpc_autoreset: 1 hw.snd.latency_profile: 1 hw.snd.latency: 5 hw.snd.report_soft_matrix: 1 hw.snd.report_soft_formats: 1 hw.snd.compat_linux_mmap: 0 hw.snd.feeder_eq_exact_rate: 0 hw.snd.feeder_eq_presets: PEQ:16000,0.2500,62,0.2500:-9,9,1.0:44100,48000,88200,96000,176400,192000 hw.snd.feeder_rate_quality: 1 hw.snd.feeder_rate_round: 25 hw.snd.feeder_rate_max: 2016000 hw.snd.feeder_rate_min: 1 hw.snd.feeder_rate_polyphase_max: 183040 hw.snd.feeder_rate_presets: 100:8:0.85 100:36:0.92 100:164:0.97 hw.snd.vpc_mixer_bypass: 1 hw.snd.verbose: 0 hw.snd.maxautovchans: 16 hw.snd.default_unit: 0 hw.snd.version: 2009061500/i386 hw.snd.default_auto: 0 dev.pcm.0.%desc: Creative CT5880-C dev.pcm.0.%driver: pcm dev.pcm.0.%location: slot=9 function=0 dev.pcm.0.%pnpinfo: vendor=0x1274 device=0x5880 subvendor=0x1274 subdevice=0x2003 class=0x040100 dev.pcm.0.%parent: pci0 dev.pcm.0.eapd: 1 dev.pcm.0.play.vchans: 1 dev.pcm.0.play.vchanmode: fixed dev.pcm.0.play.vchanrate: 48000 dev.pcm.0.play.vchanformat: s16le:2.0 dev.pcm.0.rec.vchans: 1 dev.pcm.0.rec.vchanmode: fixed dev.pcm.0.rec.vchanrate: 48000 dev.pcm.0.rec.vchanformat: s16le:2.0 dev.pcm.0.buffersize: 4096 dev.pcm.0.bitperfect: 0 dev.pcm.0.spdif_enabled: 0 dev.pcm.0.latency_timer: 32 dev.pcm.0.polling: 0 $ mixer Mixer vol is currently set to 75:75 Mixer pcm is currently set to 75:75 Mixer speaker is currently set to 75:75 Mixer line is currently set to 75:75 Mixer mic is currently set to 73:73 Mixer cd is currently set to 75:75 Mixer rec is currently set to 75:75 Mixer igainis currently set to 0:0 Mixer ogainis currently set to 50:50 Mixer line1is currently set to 75:75 Mixer phin is currently set to 0:0 Mixer phoutis currently set to 0:0 Mixer videois currently set to 75:75 Recording source: mic ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
sound card - kmix
Hi! FreeBSD 8.0, KDE 4.4.4. In the loader.conf: snd_emu10kx_load="YES" cat /dev/sndstat shows: FreeBSD Audio Driver (newpcm: 32bit 2009061500/i386) Installed devices: pcm0: on emu10kx0 [MPSAFE] (4p:1v/1r:1v channels duplex default) pcm1: on emu10kx0 [MPSAFE] (1p:1v/0r:0v channels simplex) dmesg shows: emu10kx0: port 0xdf80-0xdf9f irq 22 at device 10.0 on pci2 emu10kx0: [ITHREAD] pcm0: on emu10kx0 pcm0: pcm1: on emu10kx0 If I run: cut filename . /dev/dsp it produced a sound. And when KDE start I got: The audio playback device EMU10Kx DSP front PCM interface (pcm) does not work. And now about problem. When I start a computer, than "startx' (start KDE) and I checked a KMix I have on Microphone checked capture but recording doesn't works. Than I restart KDE and in KMix I have checked capture on CD and Microphone bur recording doesn't works still. Thank I use mixer -S =rec mic and recording works. This problem I have all the time with KDE 4 but I never had with KDE 3. Thanks in advance, Mitja http://starikarp.redbubble.com ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
Re: Problem with a sound card
Did you try using mixer to change the volume? mixer vol 90 mixer pcm 90 mixer speaker 90 I followed this instructions to test my card http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/sound-setup.html 2010/2/26 Piotr Lukawski > Hi, > Please help me with a problem. > > I installed FreeBSD > > casiopea.lukawski.net 7.2-RELEASE-p4 FreeBSD 7.2-RELEASE-p4 #0: Fri Oct 2 > 12:21:39 UTC 2009 > r...@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC > i386 > > on Cassiopea Fiva MPC-205E ( > http://world.casio.com/system/pa/products/ht/fiva_mpc205e_spec.html ) with > build in sound card "AC-Link connected sound chip (16-bit stereo PCM)" > > Then I tried "kldload snd_driver" and the driver was recognised as: > > casiopea# cat /dev/sndstat > FreeBSD Audio Driver (newpcm: 32bit 2007061600/i386) > Installed devices: > pcm0: at io 0x1000 irq 10 kld snd_t4dwave [GIANT] > (1p:1v/1r:1v channels duplex default) > > but... still no sound > > then I enabled the driver in /boot/defaults/loader.conf > > snd_t4dwave_load="YES" # t4dwave > > the driver is loading properly, but ... still no sound > > Following the suggestion from > > http://lists.freebsd.org/pipermail/freebsd-multimedia/2006-November/005322.html > I've put these into my /etc/sysctl.conf: > > > > > > hw.snd.maxautovchans=10 > > > hw.snd.pcm0.vchans=4 > > still no sound > > if I try > > casiopea# mpg123 puszek.mp3 > > I get: > > High Performance MPEG 1.0/2.0/2.5 Audio Player for Layers 1, 2 and 3 >version 1.10.0; written and copyright by Michael Hipp and others >free software (LGPL/GPL) without any warranty but with best wishes > > Playing MPEG stream 1 of 1: puszek.mp3 ... > [...] > MPEG 1.0 layer III, 320 kbit/s, 44100 Hz joint-stereo > > but still no sound. > > Please help to solve it, I have no more idea what I can do with. > > Thanks in advance, > Take care, > Piotr > ___ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscr...@freebsd.org" > -- [] [En muchos lugares, tomar fotos es visto como] [una costumbre vil y reprensible ] [] ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
Problem with a sound card
Hi, Please help me with a problem. I installed FreeBSD casiopea.lukawski.net 7.2-RELEASE-p4 FreeBSD 7.2-RELEASE-p4 #0: Fri Oct 2 12:21:39 UTC 2009 r...@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 on Cassiopea Fiva MPC-205E ( http://world.casio.com/system/pa/products/ht/fiva_mpc205e_spec.html ) with build in sound card "AC-Link connected sound chip (16-bit stereo PCM)" Then I tried "kldload snd_driver" and the driver was recognised as: casiopea# cat /dev/sndstat FreeBSD Audio Driver (newpcm: 32bit 2007061600/i386) Installed devices: pcm0: at io 0x1000 irq 10 kld snd_t4dwave [GIANT] (1p:1v/1r:1v channels duplex default) but... still no sound then I enabled the driver in /boot/defaults/loader.conf snd_t4dwave_load="YES" # t4dwave the driver is loading properly, but ... still no sound Following the suggestion from http://lists.freebsd.org/pipermail/freebsd-multimedia/2006-November/005322.html I've put these into my /etc/sysctl.conf: > > > > hw.snd.maxautovchans=10 > > hw.snd.pcm0.vchans=4 still no sound if I try casiopea# mpg123 puszek.mp3 I get: High Performance MPEG 1.0/2.0/2.5 Audio Player for Layers 1, 2 and 3 version 1.10.0; written and copyright by Michael Hipp and others free software (LGPL/GPL) without any warranty but with best wishes Playing MPEG stream 1 of 1: puszek.mp3 ... [...] MPEG 1.0 layer III, 320 kbit/s, 44100 Hz joint-stereo but still no sound. Please help to solve it, I have no more idea what I can do with. Thanks in advance, Take care, Piotr ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
Re: usb sound card
Wojciech Puchar wrote: Does anyone have experience with a usb sound card? Are any of them supported in FreeBSD? looks like it is - man snd_uaudio from manual it looks like it's standard of USB audio interfaces so all should work - unless some manufacturers don't comply to standards. thanks for the pointer, I didn't know about that one. simple get some laptop with freebsd to shop and try - it's quick just connect and check if it works good idea though cost of train fare to the shop is rather more than the cost of the device, so... Also [OT] what is the sound quality like? ... if anyone does have any experience of them I would still like to hear. thanks Chris depends of the hardware. I find it hard to believe that a device that is available for around ?1.50 can be as good as a PCI card costing quite a lot more. it MAY. cost often have no correlation with quality in PC hardware market. It may be crap-sound or super-hifi. In theory it's easier to get high quality because there are easier to protect it from electrical noises as it's outside your computer. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org" ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
Re: usb sound card
Does anyone have experience with a usb sound card? Are any of them supported in FreeBSD? looks like it is - man snd_uaudio from manual it looks like it's standard of USB audio interfaces so all should work - unless some manufacturers don't comply to standards. simple get some laptop with freebsd to shop and try - it's quick just connect and check if it works Also [OT] what is the sound quality like? depends of the hardware. I find it hard to believe that a device that is available for around ?1.50 can be as good as a PCI card costing quite a lot more. it MAY. cost often have no correlation with quality in PC hardware market. It may be crap-sound or super-hifi. In theory it's easier to get high quality because there are easier to protect it from electrical noises as it's outside your computer. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
usb sound card
Hi Does anyone have experience with a usb sound card? Are any of them supported in FreeBSD? Also [OT] what is the sound quality like? I find it hard to believe that a device that is available for around £1.50 can be as good as a PCI card costing quite a lot more. The onboard sound chip on my motherboard has kicked it, shame as it was really nice (HDA) sound. Thanks Chris ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
Re: sound card and freebsd v7.0
On Sat, 27 Sep 2008 09:44:07 +1000 jonathan michaels <[EMAIL PROTECTED]> wrote: > i do not understand this .. i mean i do not understant how freebsd can > take a drive with the cylinders/heads/sectors that produces xxx > million sectors that muitiplied by 512 bytes producs 120 gb (real gb) > solaris also identifies this as a 120 gb drive as do several linux > distrinutions (centos and ubuntu based). > FreeBSD is reporting it in 1024-based units like memory/storage is usually reported within OSs - it's just that the use of MiB etc hasn't really caught on. Manufacturers use decimal units. It's actually reporting 114440MB rather than the 114GB you mentioned, so it's a factor of (1000/1024)^2 not (1000/1024)^3. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: sound card and freebsd v7.0
On Sat, 27 Sep 2008 09:44:07 +1000 jonathan michaels <[EMAIL PROTECTED]> wrote: > On Fri, Sep 26, 2008 at 08:52:42AM +0200, Bernt Hansson wrote: > > jonathan michaels: > > > > > > > > Sep 26 13:26:46 hostid kernel: pci0: at device 4.3 (no driver > > > attached) > > > Sep 26 13:26:46 hostid kernel: csa0: > > > mem > > > 0xf410-0xf4100fff,0xf400-0xf40f irq 10 at device 6.0 on pci0 > > > Sep 26 13:26:46 hostid kernel: csa: card is Unknown/invalid SSID (CS4614) > > > Sep 26 13:26:46 hostid kernel: csa0: [GIANT-LOCKED] > > > Sep 26 13:26:46 hostid kernel: csa0: [ITHREAD] > > > Sep 26 13:26:46 hostid kernel: pcm0: on csa0 > > > Sep 26 13:26:46 hostid kernel: pcm0: > > > Sep 26 13:26:46 hostid kernel: pcm0: [GIANT-LOCKED] > > > Sep 26 13:26:46 hostid kernel: pcm0: [ITHREAD] > > > > > > i enabled all teh sound drivers on boot and this is what is in teh > > > /var/log/messages said aboutt he sound card. > > > > How did you enable the sounddriver? > > after the initial install, i created/editied a /boot/loader.conf.local > file to enable all teh sound drivers to see which one came up as being > the one .. grin. [..] > > What is the output of cat /dev/sndstat? > > FreeBSD Audio Driver (newpcm: 32bit 2007061600/i386) > Installed devices: > pcm0: at irq 10 kld snd_csa [GIANT] (1p:1v/1r:1v channels > duplex default) Right, so you should only need snd_csa_load="YES" in /boot/loader.conf, assuming you have a GENERIC kernel that already has 'device sound'; if not, you may also need sound_load="YES". If you set 'sysctl hw.snd.verbose=2' manually or have 'hw.snd.verbose=2' in /etc/sysctl.conf, you'll get more info out of 'cat /dev/sndstat', which someone might need if you're still having problems with sound. > > > the drive is a 120 gb hitachi deskstar .. linux (several of teh most > > > recent distributions, ubuntu/centos/fedora sees it as a 120 gb, as > > > dose solaris v10/v11 but freebsd calls it a 114 gb drive > > > > That's quite simple, freebsd calls it for what it is a 114 Gb disk. [..] > i do not understand this .. i mean i do not understant how freebsd can > take a drive with the cylinders/heads/sectors that produces xxx million > sectors that muitiplied by 512 bytes producs 120 gb (real gb) solaris > also identifies this as a 120 gb drive as do several linux distrinutions > (centos and ubuntu based). I think you're perhaps referring to what df tells you about free space? Remember that UFS reserves, by default, 8% of a slice for system use or overcommitment by root. So a 120GB drive, all allocated to one slice, newfs'd, you'd expect df to show you around 110GB. If you actually fill it up, from a root process, you'd see the oft-dreaded '108% capacity' :) Assuming for example that your disk is /dev/ad0, show us the output of 'fdisk -s ad0'. Then, for any slice/s (X) having FreeBSD type 0xa5, show result of 'bsdlabel ad0sX'. The sector maths should then work out. > could this be a "lba" confusion/issue between teh drive/bios/freebsd > interpretation ?? it is a term i recall from earlier, when thes kinds > of drives first appeared and casued significant consternations for > everybody not just freebsd. it is a problems as far as i have several > of thes drives to be putting into several 'server' machines where > this kind of freespace 'loss' would become an issue --- hardware > density, as in drivers per terabyte leading to power consumption/space > and heating conciderations in raid arrays (five and ten drive rack)s >From memory, all disks over ~8GB need LBA addressing. It's been a long while since the LBA vs CHS setup was an issue, which is why on modern disks you should always ignore sysinstall's archaic whinging about the geometry, and just use what's originally detected, ie leave it alone. > this is not a 'real' problem as 95 gb (whats left after install from a > 114 gb start point) is more than enough for this boxes task-load. it is > that i find this a bit confusing/interesting, esp given that fresbie > v1.1 aslo sees this as a 120 gb drive ??? just interested in fiding > out what is going on and if this is a pointer to future hardware > mis-identification --- i understand the difference between "real" > gigabytes and "marketing department" gigabytes The fdisk and bsdlabel outputs will tell the true story. If, as you suggested earlier, you did enter a different geometry, you might have lost some real space, so also show us 'fdisk ad0 | grep cylinders' cheers, Ian ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: sound card and freebsd v7.0
greetings, bernt, thank you for the help .. On Fri, Sep 26, 2008 at 08:52:42AM +0200, Bernt Hansson wrote: > jonathan michaels: > > > > > Sep 26 13:26:46 hostid kernel: pci0: at device 4.3 (no driver > > attached) > > Sep 26 13:26:46 hostid kernel: csa0: > > mem 0xf410-0xf4100fff,0xf400-0xf40f irq 10 at device 6.0 on pci0 > > Sep 26 13:26:46 hostid kernel: csa: card is Unknown/invalid SSID (CS4614) > > Sep 26 13:26:46 hostid kernel: csa0: [GIANT-LOCKED] > > Sep 26 13:26:46 hostid kernel: csa0: [ITHREAD] > > Sep 26 13:26:46 hostid kernel: pcm0: on csa0 > > Sep 26 13:26:46 hostid kernel: pcm0: > > Sep 26 13:26:46 hostid kernel: pcm0: [GIANT-LOCKED] > > Sep 26 13:26:46 hostid kernel: pcm0: [ITHREAD] > > > > i enabled all teh sound drivers on boot and this is what is in teh > > /var/log/messages said aboutt he sound card. > > How did you enable the sounddriver? after the initial install, i created/editied a /boot/loader.conf.local file to enable all teh sound drivers to see which one came up as being the one .. grin. then, i plan to redit teh /boot/loader.conf.local file to reflect teh changes, after testing .. i am at teh testing stage .. still . > What is the output of cat /dev/sndstat? FreeBSD Audio Driver (newpcm: 32bit 2007061600/i386) Installed devices: pcm0: at irq 10 kld snd_csa [GIANT] (1p:1v/1r:1v channels duplex default) > What is the output of kldstat? Id Refs AddressSize Name 1 39 0xc040 906518 kernel 2 35 0xc0d07000 4a5acsound.ko 31 0xc0d52000 3730 snd_driver.ko 42 0xc0d56000 5014 snd_ad1816.ko 52 0xc0d5c000 56b0 snd_als4000.ko 62 0xc0d62000 72f8 snd_atiixp.ko 72 0xc0d6a000 5858 snd_cmi.ko 82 0xc0d7 5820 snd_cs4281.ko 93 0xc0d76000 8aec snd_csa.ko 102 0xc0d7f000 b890 snd_ds1.ko 112 0xc0d8b000 14d04snd_emu10kx.ko 122 0xc0da 90b0 snd_envy24.ko 134 0xc0daa000 2a58 snd_spicds.ko 142 0xc0dad000 80c8 snd_envy24ht.ko 152 0xc0db6000 8a5c snd_es137x.ko 162 0xc0dbf000 5ba4 snd_ess.ko 175 0xc0dc5000 4c44 snd_sbc.ko 182 0xc0dca000 4d60 snd_fm801.ko 193 0xc0dcf000 c330 snd_mss.ko 202 0xc0ddc000 14324snd_hda.ko 212 0xc0df1000 6f88 snd_ich.ko 222 0xc0df8000 9220 snd_maestro.ko 232 0xc0e02000 a3c4 snd_maestro3.ko 242 0xc0e0d000 116a0snd_neomagic.ko 252 0xc0e1f000 532c snd_sb16.ko 262 0xc0e25000 4c88 snd_sb8.ko 272 0xc0e2a000 5ef4 snd_solo.ko 282 0xc0e3 5a74 snd_t4dwave.ko 292 0xc0e36000 7f24 snd_via8233.ko 302 0xc0e3e000 4fa8 snd_via82c686.ko 312 0xc0e43000 5bc0 snd_vibes.ko 321 0xc0e49000 6a32cacpi.ko 331 0xc2486000 22000linux.ko 341 0xc26c7000 2000 warp_saver.ko > > the drive is a 120 gb hitachi deskstar .. linux (several of teh most > > recent distributions, ubuntu/centos/fedora sees it as a 120 gb, as > > dose solaris v10/v11 but freebsd calls it a 114 gb drive > > That's quite simple, freebsd calls it for what it is a 114 Gb disk. sorry, i am a bit nervious with this v7 installation, i had some real 'issues' with the installation of freebsd v6.2 on my hardware and they seem to being repeated with this v7 .. i am using the basic sysinstall tool set that provides a basic installation. i do not understand this .. i mean i do not understant how freebsd can take a drive with the cylinders/heads/sectors that produces xxx million sectors that muitiplied by 512 bytes producs 120 gb (real gb) solaris also identifies this as a 120 gb drive as do several linux distrinutions (centos and ubuntu based). one item i forgot to include that freebsd v7 came back with several different (with several succesive reboots) free space guesses (no intervention from me just putting in teh dvd and booting .. in several machines whose bios' all said that this is a 120 (real) gb drive could this be a "lba" confusion/issue between teh drive/bios/freebsd interpretation ?? it is a term i recall from earlier, when thes kinds of drives first appeared and casued significant consternations for everybody not just freebsd. it is a problems as far as i have several of thes drives to be putting into several 'server' machines where this kind of freespace 'loss' would become an issue --- hardware density, as in drivers per terabyte leading to power consumption/space and heating conciderations in raid arrays (five and ten drive rack)s this is not a 'real' problem as 95 gb (whats left after install from a 114 gb start point) is more than enough for this boxes task-load. it is that i find this a bit confusing/interesting, esp given that fresbie v1.1 aslo sees this as a 120 gb drive ??? just interested in fiding out what
Re: sound card and freebsd v7.0
jonathan michaels wrote: > greetings, freebsd-questions, > > i recently got a handme-down box, some sort of hp desktop machine ? not > sure what it is called, the source was more or less vague about its > name/configuration ??? i put in a freebsd v7 cd and these bit fell out, > > after pluging some speakers there was no sound, i suppose ?no driver > attached" line explains that one ?? [snip] > Sep 26 13:26:46 hostid kernel: pci0: at device 4.3 (no driver > attached) Sep 26 13:26:46 hostid kernel: csa0: > mem > 0xf410-0xf4100fff,0xf400-0xf40f irq 10 at device 6.0 on pci0 > Sep 26 13:26:46 hostid kernel: csa: card is Unknown/invalid SSID (CS4614) > Sep 26 13:26:46 hostid kernel: csa0: [GIANT-LOCKED] Sep 26 13:26:46 hostid > kernel: csa0: [ITHREAD] Sep 26 13:26:46 hostid kernel: pcm0: Audio> on csa0 Sep 26 13:26:46 hostid kernel: pcm0: AC97 Codec> Sep 26 13:26:46 hostid kernel: pcm0: [GIANT-LOCKED] Sep 26 > 13:26:46 hostid kernel: pcm0: [ITHREAD] > [snip] Theoretically placing snd_csa_load="YES" in /boot/loader.conf should enable this card. If it is loading OK kldstat will show it and you should get output from cat /dev/sndstat confirming. [EMAIL PROTECTED]:0:6:0:class=0x040100 card=0x42801013 chip=0x60031013 rev=0x01 hdr=0x00 is matching the #define CS4614_PCI_ID 0x60031013 in the driver code so it really ought to work. If it doesn't try not loading the acpi module at boot. But if HP did something really non standard when they wired this up you could be SOL. -Mike ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
sound card and freebsd v7.0
greetings, freebsd-questions, i recently got a handme-down box, some sort of hp desktop machine ? not sure what it is called, the source was more or less vague about its name/configuration ??? i put in a freebsd v7 cd and these bit fell out, after pluging some speakers there was no sound, i suppose ?no driver attached" line explains that one ?? sorry for the lack of informations, this is my forst time with freebsd v7 i had used freebsd v6.2 for the previous 6-7 months and for teh previous 10 plus years freebsd v2.2.5-7 had looked after all of my networking requirements pppd/mail/ethernet/x11 desktop/and so on. this v7 world is completely new (and somewhat foreign) to me. Sep 26 13:26:46 hostid kernel: pci0: at device 4.3 (no driver attached) Sep 26 13:26:46 hostid kernel: csa0: mem 0xf410-0xf4100fff,0xf400-0xf40f irq 10 at device 6.0 on pci0 Sep 26 13:26:46 hostid kernel: csa: card is Unknown/invalid SSID (CS4614) Sep 26 13:26:46 hostid kernel: csa0: [GIANT-LOCKED] Sep 26 13:26:46 hostid kernel: csa0: [ITHREAD] Sep 26 13:26:46 hostid kernel: pcm0: on csa0 Sep 26 13:26:46 hostid kernel: pcm0: Sep 26 13:26:46 hostid kernel: pcm0: [GIANT-LOCKED] Sep 26 13:26:46 hostid kernel: pcm0: [ITHREAD] i enabled all teh sound drivers on boot and this is what is in teh /var/log/messages said aboutt he sound card. failing that i had a go with scanpci and it found this .. pci bus 0x cardnum 0x00 function 0x00: vendor 0x8086 device 0x7190 Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX Host bridge pci bus 0x cardnum 0x01 function 0x00: vendor 0x8086 device 0x7191 Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX AGP bridge pci bus 0x cardnum 0x04 function 0x00: vendor 0x8086 device 0x7110 Intel Corporation 82371AB/EB/MB PIIX4 ISA pci bus 0x cardnum 0x04 function 0x01: vendor 0x8086 device 0x7111 Intel Corporation 82371AB/EB/MB PIIX4 IDE pci bus 0x cardnum 0x04 function 0x02: vendor 0x8086 device 0x7112 Intel Corporation 82371AB/EB/MB PIIX4 USB pci bus 0x cardnum 0x04 function 0x03: vendor 0x8086 device 0x7113 Intel Corporation 82371AB/EB/MB PIIX4 ACPI pci bus 0x cardnum 0x06 function 0x00: vendor 0x1013 device 0x6003 Cirrus Logic CS 4614/22/24/30 [CrystalClear SoundFusion Audio Accelerator] pci bus 0x cardnum 0x10 function 0x00: vendor 0x10b7 device 0x9055 3Com Corporation 3c905B 100BaseTX [Cyclone] pci bus 0x0001 cardnum 0x00 function 0x00: vendor 0x102b device 0x0521 Matrox Graphics, Inc. MGA G200 AGP pciconf .. said this [EMAIL PROTECTED]:0:0:0:class=0x06 card=0x chip=0x71908086 rev=0x03 hdr=0x00 [EMAIL PROTECTED]:0:1:0:class=0x060400 card=0x chip=0x71918086 rev=0x03 hdr=0x01 [EMAIL PROTECTED]:0:4:0:class=0x060100 card=0x chip=0x71108086 rev=0x02 hdr=0x00 [EMAIL PROTECTED]:0:4:1:class=0x010180 card=0x chip=0x71118086 rev=0x01 hdr=0x00 [EMAIL PROTECTED]:0:4:2:class=0x0c0300 card=0x chip=0x71128086 rev=0x01 hdr=0x00 [EMAIL PROTECTED]:0:4:3:class=0x068000 card=0x chip=0x71138086 rev=0x02 hdr=0x00 [EMAIL PROTECTED]:0:6:0:class=0x040100 card=0x42801013 chip=0x60031013 rev=0x01 hdr=0x00 [EMAIL PROTECTED]:0:16:0: class=0x02 card=0x905510b7 chip=0x905510b7 rev=0x24 hdr=0x00 [EMAIL PROTECTED]:1:0:0:class=0x03 card=0xff00102b chip=0x0521102b rev=0x03 hdr=0x00 i do not know what else to provide to help with this .. apart from teh no sound' problem the only other oddity that this machine displays is some mild confusion about the hard drive. the drive is a 120 gb hitachi deskstar .. linux (several of teh most recent distributions, ubuntu/centos/fedora sees it as a 120 gb, as dose solaris v10/v11 but freebsd calls it a 114 gb drive and no fiddling with teh geometry altres that outcome (several combinations make it even less than teh 114 gb .. some come down to 85 gb. i don't have a freebsd v6 box anymore to test this drive in, it died, this is why teh new (to me) box and teh sudden/abrupt move into freebsd v7. if it helps .. this is teh details > uname -a FreeBSD hostid.domain.com.au 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC i386 > Sep 26 13:26:46 hostid kernel: ad0: 114440MB at ata0-master UDMA33 Sep 26 13:26:46 hostid kernel: acd0: DVDROM at ata1-master UDMA33 Sep 26 13:26:46 hostid kernel: acd1: CDROM at ata1-slave PIO4 Sep 26 13:26:46 hostid kernel: Trying to mount root from ufs:/dev/ad0s1a the machines bios is phoenix type and freebsd seems to be not botherd by its ways and means (i've had freebsd turn tantrums over earleier phoenix biosed boxen (some 8-10 years ago that is .. ) is there saome (easy/simple) i can make freebsd see, stop this sound card from playing this game of 'hide and seek" so to speak ??? suggestionshints pointers veru much appreci
Re: sound card
Thank you all for your replies. It was snd_ich. And sorry for the double post to the list. Despite having the list option "Receive your own posts to the list" set, it seems when I send messages to [EMAIL PROTECTED] I don't get my own copy. I reread the mailing list info on the freebsd.org page and it said to send messages to [EMAIL PROTECTED] so I thought the option to send to [EMAIL PROTECTED] must have been removed and only to [EMAIL PROTECTED] must be working now. Strangely, when I send to [EMAIL PROTECTED], I get my own copy. Joey On Thu, Jun 12, 2008 at 1:45 PM, <[EMAIL PROTECTED]> wrote: > Joey, > More than likely snd_ich but best bet is to: > kldunload snd_driver > kldload snd_ich > dmesg > if pcm0 doesn't load then: > kldload snd_hda > > Jeff >> >> Hi, >> >> I'm trying to determine what sound card a notebook has. There are >> three relevant dmesg lines below, but looking at freebsd's hardware >> notes, I can't tell whether I should use the snd_ich(4) driver for an >> Intel ICH4 card, the snd_hda(4) driver for an 82801 card or a sigmatel >> card. Any suggestions? >> >> >> %cat /var/run/dmesg.boot| grep pcm >> pcm0: port 0xee00-0xeeff,0xe000-0xe03f mem >> 0xffaff800-0xffaff9ff,0xffaff400-0xffaff4ff irq 4 at device 31.5 on >> pci0 >> pcm0: [ITHREAD] >> pcm0: >> >> Thanks, >> >> Joey >> ___ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to >> "[EMAIL PROTECTED]" >> > > > ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: sound card
Joey, More than likely snd_ich but best bet is to: kldunload snd_driver kldload snd_ich dmesg if pcm0 doesn't load then: kldload snd_hda Jeff Hi, I'm trying to determine what sound card a notebook has. There are three relevant dmesg lines below, but looking at freebsd's hardware notes, I can't tell whether I should use the snd_ich(4) driver for an Intel ICH4 card, the snd_hda(4) driver for an 82801 card or a sigmatel card. Any suggestions? %cat /var/run/dmesg.boot| grep pcm pcm0: port 0xee00-0xeeff,0xe000-0xe03f mem 0xffaff800-0xffaff9ff,0xffaff400-0xffaff4ff irq 4 at device 31.5 on pci0 pcm0: [ITHREAD] pcm0: Thanks, Joey ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]" pgp4zJLF9gg0i.pgp Description: PGP Digital Signature
Re: sound card
Joey Mingrone wrote: Hi, I'm trying to determine what sound card a notebook has. There are three relevant dmesg lines below, but looking at freebsd's hardware notes, I can't tell whether I should use the snd_ich(4) driver for an Intel ICH4 card, the snd_hda(4) driver for an 82801 card or a sigmatel card. Any suggestions? %cat /var/run/dmesg.boot| grep pcm pcm0: port 0xee00-0xeeff,0xe000-0xe03f mem 0xffaff800-0xffaff9ff,0xffaff400-0xffaff4ff irq 4 at device 31.5 on pci0 pcm0: [ITHREAD] pcm0: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/sound-setup.html Especially: If you are not sure which driver to use, you may try to load the snd_driver module: # kldload snd_driver This is a metadriver loading the most common device drivers at once. This speeds up the search for the correct driver. Peter -- http://www.boosten.org ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: sound card
On Thu 2008-06-12 12:28:06 UTC-0300, Joey Mingrone ([EMAIL PROTECTED]) wrote: > I'm trying to determine what sound card a notebook has. There are > three relevant dmesg lines below, but looking at freebsd's hardware > notes, I can't tell whether I should use the snd_ich(4) driver for an > Intel ICH4 card, the snd_hda(4) driver for an 82801 card or a sigmatel > card. Any suggestions? I think the idea is to look at /dev/sndstat: DING! [EMAIL PROTECTED] [~]cat /dev/sndstat FreeBSD Audio Driver (newpcm) Installed devices: pcm0: at io 0xd800, 0xdc40 irq 10 bufsz 16384 kld snd_ich (1p/1r/1v channels duplex default) 2:00 [EMAIL PROTECTED] [~]grep snd_ich /boot/loader.conf snd_ich_load="YES" > %cat /var/run/dmesg.boot| grep pcm > pcm0: port 0xee00-0xeeff,0xe000-0xe03f mem > 0xffaff800-0xffaff9ff,0xffaff400-0xffaff4ff irq 4 at device 31.5 on > pci0 > pcm0: [ITHREAD] > pcm0: ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
determining sound card device from /var/run/dmesg.boot
Hi, I'm trying to determine what sound card a notebook has. There are three relevant dmesg lines below, but looking at freebsd's hardware notes, I can't tell whether I should use the snd_ich(4) driver for an Intel ICH4 card, the snd_hda(4) driver for an 82801 card or a sigmatel card. Any suggestions? %cat /var/run/dmesg.boot| grep pcm pcm0: port 0xee00-0xeeff,0xe000-0xe03f mem 0xffaff800-0xffaff9ff,0xffaff400-0xffaff4ff irq 4 at device 31.5 on pci0 pcm0: [ITHREAD] pcm0: Thanks, Joey ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
sound card
Hi, I'm trying to determine what sound card a notebook has. There are three relevant dmesg lines below, but looking at freebsd's hardware notes, I can't tell whether I should use the snd_ich(4) driver for an Intel ICH4 card, the snd_hda(4) driver for an 82801 card or a sigmatel card. Any suggestions? %cat /var/run/dmesg.boot| grep pcm pcm0: port 0xee00-0xeeff,0xe000-0xe03f mem 0xffaff800-0xffaff9ff,0xffaff400-0xffaff4ff irq 4 at device 31.5 on pci0 pcm0: [ITHREAD] pcm0: Thanks, Joey ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Sound card problem
Hi, I don't really ge an anwser to my own question, but I get a solution to have my sound card working: use OSS and it's automatically detected. My steps: - Remove envy24ht from loader.conf - Install oss (src required) - Enable oss un rc.conf at boot time dsp* devices are created, my sound card is dsp or dsp0. It's working fine and I can manage the sound. Sébastien On Sun, Apr 6, 2008 at 8:45 PM, Sébastien Morand <[EMAIL PROTECTED]> wrote: > Hi, > > I have a problem using my soundcard: > I'm not able to hear anything and I can't change the volume : > [20:39:16] [EMAIL PROTECTED]:~ > Mixer vol is currently set to 75:75 > Mixer treble is currently set to 0:0 > Mixer synthis currently set to 0:0 > Mixer pcm is currently set to 75:75 > Mixer speaker is currently set to 0:0 > Mixer line is currently set to 75:75 > Mixer mic is currently set to 0:0 > Mixer cd is currently set to 0:0 > Mixer mix is currently set to 0:0 > Recording source: mic > [20:39:18] [EMAIL PROTECTED]:~ > # mixer speaker 50:50 > Setting the mixer speaker from 0:0 to 50:50. > mixer: WRITE_MIXER: Device not configured > > Here is my kldstat: > # kldstat > Id Refs AddressSize Name > 1 15 0xc040 906518 kernel > 21 0xc0d07000 a634 reiserfs.ko > 31 0xc0d12000 80c8 snd_envy24ht.ko > 43 0xc0d1b000 4a5acsound.ko > 52 0xc0d66000 2a58 snd_spicds.ko > 61 0xc0d69000 6a32cacpi.ko > 71 0xc4c58000 3000 pflog.ko > 81 0xc4c5b000 33000pf.ko > 91 0xc4ce1000 22000linux.ko > 101 0xc4d45000 4000 logo_saver.ko > > The sound is correctly detected: > # cat /dev/sndstat > FreeBSD Audio Driver (newpcm: 32bit 2007061600/i386) > Installed devices: > pcm0: at io 0xa000:32,0xa400:128 irq 18 [GIANT] > (1p:4v/5r:4v channels duplex default) > [20:40:43] [EMAIL PROTECTED]:~ > # dmesg | grep pcm0 > pcm0: port 0xa000-0xa01f,0xa400-0xa47f irq 18 at > device 6.0 on pci5 > pcm0: [GIANT-LOCKED] > pcm0: [ITHREAD] > pcm0: system configuration > pcm0: unregister: mixer busy > > I don't understand the mixer busy stuff, and I assume it where my problem > is. > I can't unload the module: > kldunload: can't unload file: Device busy > > Hope you will be able to help me > > Sébastien > ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Sound card problem
Hi, I have a problem using my soundcard: I'm not able to hear anything and I can't change the volume : [20:39:16] [EMAIL PROTECTED]:~ Mixer vol is currently set to 75:75 Mixer treble is currently set to 0:0 Mixer synthis currently set to 0:0 Mixer pcm is currently set to 75:75 Mixer speaker is currently set to 0:0 Mixer line is currently set to 75:75 Mixer mic is currently set to 0:0 Mixer cd is currently set to 0:0 Mixer mix is currently set to 0:0 Recording source: mic [20:39:18] [EMAIL PROTECTED]:~ # mixer speaker 50:50 Setting the mixer speaker from 0:0 to 50:50. mixer: WRITE_MIXER: Device not configured Here is my kldstat: # kldstat Id Refs AddressSize Name 1 15 0xc040 906518 kernel 21 0xc0d07000 a634 reiserfs.ko 31 0xc0d12000 80c8 snd_envy24ht.ko 43 0xc0d1b000 4a5acsound.ko 52 0xc0d66000 2a58 snd_spicds.ko 61 0xc0d69000 6a32cacpi.ko 71 0xc4c58000 3000 pflog.ko 81 0xc4c5b000 33000pf.ko 91 0xc4ce1000 22000linux.ko 101 0xc4d45000 4000 logo_saver.ko The sound is correctly detected: # cat /dev/sndstat FreeBSD Audio Driver (newpcm: 32bit 2007061600/i386) Installed devices: pcm0: at io 0xa000:32,0xa400:128 irq 18 [GIANT] (1p:4v/5r:4v channels duplex default) [20:40:43] [EMAIL PROTECTED]:~ # dmesg | grep pcm0 pcm0: port 0xa000-0xa01f,0xa400-0xa47f irq 18 at device 6.0 on pci5 pcm0: [GIANT-LOCKED] pcm0: [ITHREAD] pcm0: system configuration pcm0: unregister: mixer busy I don't understand the mixer busy stuff, and I assume it where my problem is. I can't unload the module: kldunload: can't unload file: Device busy Hope you will be able to help me Sébastien ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
what kind of sound card?
People, It's been quite awhile since I bought my AWE-64, so my question is why kinds of sound cards are good to very-good. I do not need a MIC In, but it'd be nice to have. I only have L and R speakers and a subwoofer.(I see there's a "7.1" configuration!! I'll pass on that:-) Suggestion? And good/bad experiences?? gary -- Gary Kline [EMAIL PROTECTED] www.thought.org Public Service Unix http://jottings.thought.org http://transfinite.thought.org ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Buying new sound card
On Tuesday 23 October 2007, Roland Smith wrote: > On Tue, Oct 23, 2007 at 04:29:34PM +0200, Dick Hoogendijk wrote: > > Pieter de Goeje <[EMAIL PROTECTED]> writes: > > > On Sunday 21 October 2007, Roberth Sjonøy wrote: > > >> Anyone who can confirm that a Creative SB Audigy SE PCI works with > > >> FreeBSD? > > > > > > It doesn't work, unless you install the oss driver from > > > http://www.4front-tech.com > > > > That is not too hard ;-) The OSS drivers do not integrate as well as the native drivers with most multimedia applications. Features like automatic vchannels are missing. Also, I found the mmap'ed audio support to be buggy, but this may have changed. > > > > > Note that in my opinion the native FreeBSD drivers are a lot better. > > > > What drivers? The ones that don't exist for the card? Drivers for supported cards ofcourse :) > > > > In my opinion the SB Audigy is a very common card that should have > > been supported long ago. On the other hand, the OSS drivers are very > > good. > > The command 'apropos Audigy' gives: snd_emu10k1(4) > > I quote: > > The snd_emu10k1 driver supports the following sound cards: > > o Creative SoundBlaster Live! (EMU10K1 Chipset) > o Creative SoundBlaster Audigy (EMU10K2 Chipset) > o Creative SoundBlaster Audigy 2 (EMU10K2 Chipset) > o Creative SoundBlaster Audigy 2 (EMU10K3 Chipset) > > I'm not sure if this is the right one, because I can't find the type of > chip used in the SE on the Creative site. The Audigy SE (24bit/96khz) isn't among the supported cards. I bought this card some time ago because it was dirt cheap, only to discover that there was no native freebsd driver for it. The chip is different from the standard Audigy. I have to say, the windows drivers sucked too. It is now collecting dust in my hardware bin :) > > Roland ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Buying new sound card
On Tue, 2007-10-23 at 20:07 +0200, Roland Smith wrote: > > Pieter de Goeje <[EMAIL PROTECTED]> writes: > > What drivers? The ones that don't exist for the card? > > > > In my opinion the SB Audigy is a very common card that should have > > been supported long ago. On the other hand, the OSS drivers are very good. > > The command 'apropos Audigy' gives: snd_emu10k1(4) > > I quote: > > The snd_emu10k1 driver supports the following sound cards: > > o Creative SoundBlaster Live! (EMU10K1 Chipset) > o Creative SoundBlaster Audigy (EMU10K2 Chipset) > o Creative SoundBlaster Audigy 2 (EMU10K2 Chipset) > o Creative SoundBlaster Audigy 2 (EMU10K3 Chipset) > > I'm not sure if this is the right one, because I can't find the type of > chip used in the SE on the Creative site. > > Roland I have an agp Audigy with EMU10K2. Works fine for me on 6.2-Release -- /Peo signature.asc Description: This is a digitally signed message part
Re: Buying new sound card
On Tue, Oct 23, 2007 at 04:29:34PM +0200, Dick Hoogendijk wrote: > Pieter de Goeje <[EMAIL PROTECTED]> writes: > > > On Sunday 21 October 2007, Roberth Sjonøy wrote: > >> Anyone who can confirm that a Creative SB Audigy SE PCI works with FreeBSD? > > It doesn't work, unless you install the oss driver from > > http://www.4front-tech.com > > That is not too hard ;-) > > > Note that in my opinion the native FreeBSD drivers are a lot better. > > What drivers? The ones that don't exist for the card? > > In my opinion the SB Audigy is a very common card that should have > been supported long ago. On the other hand, the OSS drivers are very good. The command 'apropos Audigy' gives: snd_emu10k1(4) I quote: The snd_emu10k1 driver supports the following sound cards: o Creative SoundBlaster Live! (EMU10K1 Chipset) o Creative SoundBlaster Audigy (EMU10K2 Chipset) o Creative SoundBlaster Audigy 2 (EMU10K2 Chipset) o Creative SoundBlaster Audigy 2 (EMU10K3 Chipset) I'm not sure if this is the right one, because I can't find the type of chip used in the SE on the Creative site. Roland -- R.F.Smith http://www.xs4all.nl/~rsmith/ [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated] pgp: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 (KeyID: C321A725) pgp3Ak1zQmIuG.pgp Description: PGP signature
Re: Buying new sound card
Pieter de Goeje <[EMAIL PROTECTED]> writes: > On Sunday 21 October 2007, Roberth Sjonøy wrote: >> Anyone who can confirm that a Creative SB Audigy SE PCI works with FreeBSD? > It doesn't work, unless you install the oss driver from > http://www.4front-tech.com That is not too hard ;-) > Note that in my opinion the native FreeBSD drivers are a lot better. What drivers? The ones that don't exist for the card? In my opinion the SB Audigy is a very common card that should have been supported long ago. On the other hand, the OSS drivers are very good. -- Dick Hoogendijk -- PGP/GnuPG key: 01D2433D ++ http://nagual.nl/ + Solaris 11 09/07 ++ ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Buying new sound card
On Sunday 21 October 2007, Roberth Sjonøy wrote: > Anyone who can confirm that a Creative SB Audigy SE PCI works with FreeBSD? It doesn't work, unless you install the oss driver from http://www.4front-tech.com Note that in my opinion the native FreeBSD drivers are a lot better. Regards, Pieter de Goeje ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Buying new sound card
Anyone who can confirm that a Creative SB Audigy SE PCI works with FreeBSD? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
(amd64) kernel reconizes sound card but no dev nodes are made
My kernel reconizes my sound card: monster# kldload snd_hda monster# kldstat Id Refs AddressSize Name 1 12 0x8010 b2b1d0 kernel 21 0x80c2c000 9dc0 linprocfs.ko 32 0x80c36000 3a060linux.ko 41 0xb11ac000 e3de snd_hda.ko 51 0xb11bb000 33c10sound.ko monster# sysctl -a|grep snd hw.snd.latency_profile: 1 hw.snd.latency: 5 hw.snd.report_soft_formats: 1 hw.snd.compat_linux_mmap: 0 hw.snd.feeder_buffersize: 16384 hw.snd.feeder_rate_round: 25 hw.snd.feeder_rate_max: 2016000 hw.snd.feeder_rate_min: 1 hw.snd.verbose: 1 hw.snd.maxautovchans: 16 hw.snd.default_unit: 0 hw.snd.version: 2007061600/amd64 hw.snd.default_auto: 0 monster# ls /dev acd0cuad0.lock mixer0 stdout ttyvb acpidcons net sysmousettyvc ad10devctl net1ttyd0 ttyvd ad10s1 devstat net2ttyd0.init ttyve ad10s1a dgdbnet3ttyd0.lock ttyvf ad10s1b fd network ttyp0 ums0 ad10s1c fidonfs4ttyp1 urandom ad10s1d geom.ctlnfslock ttyp2 usb ad10s1e io nullttyv0 usb0 ad10s1f kbd0nvram ttyv1 usb1 ata kbd1pci ttyv2 usb2 atkbd0 kbdmux0 ppi0ttyv3 usb3 audit klogptyp0 ttyv4 usb4 bpf0kmemptyp1 ttyv5 usb5 console lpt0ptyp2 ttyv6 usb6 consolectl lpt0.ctlrandom ttyv7 usb7 cttymdctl sndstat ttyv8 xpt0 cuad0 mem stderr ttyv9 zero cuad0.init midistatstdin ttyva % cat /dev/sndstat FreeBSD Audio Driver (newpcm: 64bit 2007061600/amd64) Installed devices: pcm0: at memory 0xfcdf8000 irq 22 kld snd_hda [20070710_0047] [MPSAFE] (1p:1v/1r:1v channels duplex default) But doesn't create the device node for it: ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
I need sound card recommendation
Dear ALL, After reading 120 pages of Open Sound System manual (the one compiled from ports) and playing with my audio card for almost a week. I came to a conclusion that my present audio card Audiology SE is not fully supported (duplex mode) even with the OSS compiled from ports. (Or I am just dumb to set it properly). Hence, I can not use VoIP which is really important to me. So I would like to get a recommendation for a sound card. In particular, I would like to get a recommendation from people running fully functional VoIP (Skype or SIP) using the sound cards fully recognized by FreeBSD available drivers (I do not want to mess any more with OSS from ports). The easiest thing for me would be to buy probably Sound Blaster Live ($30) but I over heard that Creative has change the chip set and that the kernel has troubles with new chip even without duplex mode. I hope that this is a wrong information. If you are using VoIP would you be so kind to tell me your audio card, the driver you use and possibly set up (at least if you are using 6.2 Stable or 7.0 Current and if you are using generic kernel and loading drivers, or what kind of custom kernel should I built) Thanks a lot Predrag ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Sound Card Problem
[EMAIL PROTECTED] írta: dell 4300s with XP Reinstalled xp, no sound from integrated sound device. Do you mean Windows XP? It is a mailing list for FreeBSD. Anyway, it took about 3 minutes to find this with google: http://members.driverguide.com/driver/detail.php?driverid=123410 (Yes, you need to register...) Laszlo ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Sound Card Problem
On 04/04/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: dell 4300s with XP Reinstalled xp, no sound from integrated sound device. You're kidding, right? Why do you think you'll get help for WinXP issues on this list? Thanks for assistance's ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Sound Card Problem
dell 4300s with XP Reinstalled xp, no sound from integrated sound device. Thanks for assistance's ** See what's free at http://www.aol.com. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
sound card ESI MAYA44MK2
Hello! FreeBSD 7.0-CURRENT is supported sound card ESI MAYA44MK2? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: snd_envy24 driver for MAudio 2496 sound card in 6.x?
On Tue, 20 Feb 2007 08:44:15 -0800 Oliver Iberien <[EMAIL PROTECTED]> wrote: [...] > Is it necessary to recompile the kernel without sound support, if it > has previously been compiled in? Would this mean compiling it > without device sound? > Yes. Please remove any trace of sound/snd_* within your kernel before using these binary modules. > Does "dump everything" mean use dump, or could they just be copied? > If dump, how is it used? > Copy, overwrite, it's all the same. -- Ariff Abdullah FreeBSD ... Recording in stereo is obviously too advanced and confusing for us idiot * users :P pgp2xgOafdL0Y.pgp Description: PGP signature
Re: snd_envy24 driver for MAudio 2496 sound card in 6.x?
On Tuesday 20 February 2007 06:52, Ariff Abdullah wrote: > On Mon, 19 Feb 2007 23:45:15 -0800 > > Oliver Iberien <[EMAIL PROTECTED]> wrote: > > Hello -- Is there some way to get the snd_envy24 driver for this > > card without using 7.0? > > Here: > > http://people.freebsd.org/~ariff/BINARY_MODULES/ Thanks very much for this. A few more questions. The instructions say: 0. _Remove_ _all_ sound support in your kernel! Do this first before anything else! 1. Extract, dump everything into your kernel directory typically "/boot/kernel" 2. kldxref /boot/kernel 3. cp soundcard.h /usr/include/sys/ 4. Reload _ALL_ sound modules, or, reboot. Is it necessary to recompile the kernel without sound support, if it has previously been compiled in? Would this mean compiling it without device sound? Does "dump everything" mean use dump, or could they just be copied? If dump, how is it used? Oliver ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: snd_envy24 driver for MAudio 2496 sound card in 6.x?
On Mon, 19 Feb 2007 23:45:15 -0800 Oliver Iberien <[EMAIL PROTECTED]> wrote: > Hello -- Is there some way to get the snd_envy24 driver for this > card without using 7.0? > Here: http://people.freebsd.org/~ariff/BINARY_MODULES/ -- Ariff Abdullah FreeBSD ... Recording in stereo is obviously too advanced and confusing for us idiot * users :P pgpFkPK2ZzxJh.pgp Description: PGP signature
Re: Sound Card Problem
Derrick Edwards wrote: > All, > I upgraded to the lastest version of RELENG_6 and now my onboard sound does > not work. It worked on earlier versions of RELENG_6(3 Months Ago). Did > something change that I should be aware of. I rebuilt system again just to > verify. I am using an SOYO SY-P4I 845PE motherboard. It does not seem to see > it now. Please help and thanks for your assistance. > > v/r > Derrick > > FreeBSD 6.2-PRERELEASE #0: Sat Jan 13 15:35:05 EST 2007 > > focus# pciconf -lv > [EMAIL PROTECTED]:0:0: class=0x06 card=0x25608086 chip=0x25608086 > rev=0x02 > hdr=0x00 > vendor = 'Intel Corporation' > device = '82845G/GL/GV/GE/PE DRAM Controller / Host-Hub I/F Bridge' > class= bridge > subclass = HOST-PCI > [EMAIL PROTECTED]:1:0: class=0x060400 card=0x chip=0x25618086 > rev=0x02 > hdr=0x01 > vendor = 'Intel Corporation' > device = '82845G/GL/GV/GE/PE Brookdale Host to AGP Bridge' > class= bridge > subclass = PCI-PCI > [EMAIL PROTECTED]:29:0:class=0x0c0300 card=0x24c28086 chip=0x24c28086 > rev=0x02 hdr=0x00 > vendor = 'Intel Corporation' > device = '82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller' > class= serial bus > subclass = USB > [EMAIL PROTECTED]:29:1:class=0x0c0300 card=0x24c28086 chip=0x24c48086 > rev=0x02 hdr=0x00 > vendor = 'Intel Corporation' > device = '82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller' > class= serial bus > subclass = USB > [EMAIL PROTECTED]:29:2:class=0x0c0300 card=0x24c28086 chip=0x24c78086 > rev=0x02 hdr=0x00 > vendor = 'Intel Corporation' > device = '82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller' > class= serial bus > subclass = USB > [EMAIL PROTECTED]:29:7:class=0x0c0320 card=0x24cd8086 chip=0x24cd8086 > rev=0x02 hdr=0x00 > vendor = 'Intel Corporation' > device = '82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB 2.0 EHCI Controller' > class= serial bus > subclass = USB > [EMAIL PROTECTED]:30:0:class=0x060400 card=0x chip=0x244e8086 > rev=0x82 hdr=0x01 > vendor = 'Intel Corporation' > device = '82801BA/CA/DB/DBL/EB/ER/FB (ICH2/3/4/4/5/5/6), 6300ESB Hub > Interface to PCI Bridge' > class= bridge > subclass = PCI-PCI > [EMAIL PROTECTED]:31:0:class=0x060100 card=0x chip=0x24c08086 > rev=0x02 hdr=0x00 > vendor = 'Intel Corporation' > device = '82801DB/DBL (ICH4/ICH4-L) LPC Interface Bridge' > class= bridge > subclass = PCI-ISA > [EMAIL PROTECTED]:31:1: class=0x01018a card=0x24c28086 chip=0x24cb8086 > rev=0x02 hdr=0x00 > vendor = 'Intel Corporation' > device = '82801DB/DBL (ICH4/ICH4-L) UltraATA/100 EIDE Controller' > class= mass storage > subclass = ATA > [EMAIL PROTECTED]:31:3:class=0x0c0500 card=0x24c28086 chip=0x24c38086 > rev=0x02 hdr=0x00 > vendor = 'Intel Corporation' > device = '82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) SMBus Controller' > class= serial bus > subclass = SMBus > [EMAIL PROTECTED]:1:0: class=0x03 card=0x chip=0x032210de > rev=0xa1 hdr=0x00 > vendor = 'NVIDIA Corporation' > device = 'GeForce FX 5200 [NV34.3]' > class= display > subclass = VGA > [EMAIL PROTECTED]:6:0: class=0x010400 card=0x00011103 chip=0x00071103 > rev=0x01 hdr=0x00 > vendor = 'HighPoint Technologies Inc' > device = 'HPT371/N UDMA/ATA133 EIDE Controller' > class= mass storage > subclass = RAID > [EMAIL PROTECTED]:7:0: class=0x02 card=0x82120291 chip=0x91021282 > rev=0x40 > hdr=0x00 > vendor = 'Davicom Semiconductor Inc.' > device = 'DM9102/A/AF Dell 4300S - CNET Pro200WL Ethernet Adapter' > class= network > subclass = ethernet > ___ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "[EMAIL PROTECTED]" > > For my Intel High-Def sound card, I used the OSS drivers. http://www.4front-tech.com/oss.html Supper easy install, and works well for me. -- Best regards, Chris No matter what happens, there is always somebody who knew that it would. smime.p7s Description: S/MIME Cryptographic Signature
Re: Sound Card Problem
Derrick For most of the sound problems, I have got fixed reading the handbook http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/sound-setup.html may give you enough insigt to fix most problems Best regards DAk On 1/13/07, Garrett Cooper <[EMAIL PROTECTED]> wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Derrick Edwards wrote: > All, > I upgraded to the lastest version of RELENG_6 and now my onboard sound does > not work. It worked on earlier versions of RELENG_6(3 Months Ago). Did > something change that I should be aware of. I rebuilt system again just to > verify. I am using an SOYO SY-P4I 845PE motherboard. It does not seem to see > it now. Please help and thanks for your assistance. > > v/r > Derrick > > FreeBSD 6.2-PRERELEASE #0: Sat Jan 13 15:35:05 EST 2007 > > focus# pciconf -lv > [EMAIL PROTECTED]:0:0: class=0x06 card=0x25608086 chip=0x25608086 rev=0x02 > hdr=0x00 > vendor = 'Intel Corporation' > device = '82845G/GL/GV/GE/PE DRAM Controller / Host-Hub I/F Bridge' > class= bridge > subclass = HOST-PCI > [EMAIL PROTECTED]:1:0: class=0x060400 card=0x chip=0x25618086 rev=0x02 > hdr=0x01 > vendor = 'Intel Corporation' > device = '82845G/GL/GV/GE/PE Brookdale Host to AGP Bridge' > class= bridge > subclass = PCI-PCI > [EMAIL PROTECTED]:29:0:class=0x0c0300 card=0x24c28086 chip=0x24c28086 > rev=0x02 hdr=0x00 > vendor = 'Intel Corporation' > device = '82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller' > class= serial bus > subclass = USB > [EMAIL PROTECTED]:29:1:class=0x0c0300 card=0x24c28086 chip=0x24c48086 > rev=0x02 hdr=0x00 > vendor = 'Intel Corporation' > device = '82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller' > class= serial bus > subclass = USB > [EMAIL PROTECTED]:29:2:class=0x0c0300 card=0x24c28086 chip=0x24c78086 > rev=0x02 hdr=0x00 > vendor = 'Intel Corporation' > device = '82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller' > class= serial bus > subclass = USB > [EMAIL PROTECTED]:29:7:class=0x0c0320 card=0x24cd8086 chip=0x24cd8086 > rev=0x02 hdr=0x00 > vendor = 'Intel Corporation' > device = '82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB 2.0 EHCI Controller' > class= serial bus > subclass = USB > [EMAIL PROTECTED]:30:0:class=0x060400 card=0x chip=0x244e8086 > rev=0x82 hdr=0x01 > vendor = 'Intel Corporation' > device = '82801BA/CA/DB/DBL/EB/ER/FB (ICH2/3/4/4/5/5/6), 6300ESB Hub > Interface to PCI Bridge' > class= bridge > subclass = PCI-PCI > [EMAIL PROTECTED]:31:0:class=0x060100 card=0x chip=0x24c08086 > rev=0x02 hdr=0x00 > vendor = 'Intel Corporation' > device = '82801DB/DBL (ICH4/ICH4-L) LPC Interface Bridge' > class= bridge > subclass = PCI-ISA > [EMAIL PROTECTED]:31:1: class=0x01018a card=0x24c28086 chip=0x24cb8086 > rev=0x02 hdr=0x00 > vendor = 'Intel Corporation' > device = '82801DB/DBL (ICH4/ICH4-L) UltraATA/100 EIDE Controller' > class= mass storage > subclass = ATA > [EMAIL PROTECTED]:31:3:class=0x0c0500 card=0x24c28086 chip=0x24c38086 > rev=0x02 hdr=0x00 > vendor = 'Intel Corporation' > device = '82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) SMBus Controller' > class= serial bus > subclass = SMBus > [EMAIL PROTECTED]:1:0: class=0x03 card=0x chip=0x032210de > rev=0xa1 hdr=0x00 > vendor = 'NVIDIA Corporation' > device = 'GeForce FX 5200 [NV34.3]' > class= display > subclass = VGA > [EMAIL PROTECTED]:6:0: class=0x010400 card=0x00011103 chip=0x00071103 > rev=0x01 hdr=0x00 > vendor = 'HighPoint Technologies Inc' > device = 'HPT371/N UDMA/ATA133 EIDE Controller' > class= mass storage > subclass = RAID > [EMAIL PROTECTED]:7:0: class=0x02 card=0x82120291 chip=0x91021282 rev=0x40 > hdr=0x00 > vendor = 'Davicom Semiconductor Inc.' > device = 'DM9102/A/AF Dell 4300S - CNET Pro200WL Ethernet Adapter' > class= network > subclass = ethernet Did you read /usr/src/UPDATING yet? - -Garrett -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.1 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFqbMrEnKyINQw/HARAhU6AKCW6EGdfGsmGsqXxD+hfJutRrvYDQCcDepr lmEUnJ/PCx5mN8iBJb9DWDo= =7SpO -END PGP SIGNATURE- ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to " [EMAIL PROTECTED]" ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Sound Card Problem
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Derrick Edwards wrote: > All, > I upgraded to the lastest version of RELENG_6 and now my onboard sound does > not work. It worked on earlier versions of RELENG_6(3 Months Ago). Did > something change that I should be aware of. I rebuilt system again just to > verify. I am using an SOYO SY-P4I 845PE motherboard. It does not seem to see > it now. Please help and thanks for your assistance. > > v/r > Derrick > > FreeBSD 6.2-PRERELEASE #0: Sat Jan 13 15:35:05 EST 2007 > > focus# pciconf -lv > [EMAIL PROTECTED]:0:0: class=0x06 card=0x25608086 chip=0x25608086 > rev=0x02 > hdr=0x00 > vendor = 'Intel Corporation' > device = '82845G/GL/GV/GE/PE DRAM Controller / Host-Hub I/F Bridge' > class= bridge > subclass = HOST-PCI > [EMAIL PROTECTED]:1:0: class=0x060400 card=0x chip=0x25618086 > rev=0x02 > hdr=0x01 > vendor = 'Intel Corporation' > device = '82845G/GL/GV/GE/PE Brookdale Host to AGP Bridge' > class= bridge > subclass = PCI-PCI > [EMAIL PROTECTED]:29:0:class=0x0c0300 card=0x24c28086 chip=0x24c28086 > rev=0x02 hdr=0x00 > vendor = 'Intel Corporation' > device = '82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller' > class= serial bus > subclass = USB > [EMAIL PROTECTED]:29:1:class=0x0c0300 card=0x24c28086 chip=0x24c48086 > rev=0x02 hdr=0x00 > vendor = 'Intel Corporation' > device = '82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller' > class= serial bus > subclass = USB > [EMAIL PROTECTED]:29:2:class=0x0c0300 card=0x24c28086 chip=0x24c78086 > rev=0x02 hdr=0x00 > vendor = 'Intel Corporation' > device = '82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller' > class= serial bus > subclass = USB > [EMAIL PROTECTED]:29:7:class=0x0c0320 card=0x24cd8086 chip=0x24cd8086 > rev=0x02 hdr=0x00 > vendor = 'Intel Corporation' > device = '82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB 2.0 EHCI Controller' > class= serial bus > subclass = USB > [EMAIL PROTECTED]:30:0:class=0x060400 card=0x chip=0x244e8086 > rev=0x82 hdr=0x01 > vendor = 'Intel Corporation' > device = '82801BA/CA/DB/DBL/EB/ER/FB (ICH2/3/4/4/5/5/6), 6300ESB Hub > Interface to PCI Bridge' > class= bridge > subclass = PCI-PCI > [EMAIL PROTECTED]:31:0:class=0x060100 card=0x chip=0x24c08086 > rev=0x02 hdr=0x00 > vendor = 'Intel Corporation' > device = '82801DB/DBL (ICH4/ICH4-L) LPC Interface Bridge' > class= bridge > subclass = PCI-ISA > [EMAIL PROTECTED]:31:1: class=0x01018a card=0x24c28086 chip=0x24cb8086 > rev=0x02 hdr=0x00 > vendor = 'Intel Corporation' > device = '82801DB/DBL (ICH4/ICH4-L) UltraATA/100 EIDE Controller' > class= mass storage > subclass = ATA > [EMAIL PROTECTED]:31:3:class=0x0c0500 card=0x24c28086 chip=0x24c38086 > rev=0x02 hdr=0x00 > vendor = 'Intel Corporation' > device = '82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) SMBus Controller' > class= serial bus > subclass = SMBus > [EMAIL PROTECTED]:1:0: class=0x03 card=0x chip=0x032210de > rev=0xa1 hdr=0x00 > vendor = 'NVIDIA Corporation' > device = 'GeForce FX 5200 [NV34.3]' > class= display > subclass = VGA > [EMAIL PROTECTED]:6:0: class=0x010400 card=0x00011103 chip=0x00071103 > rev=0x01 hdr=0x00 > vendor = 'HighPoint Technologies Inc' > device = 'HPT371/N UDMA/ATA133 EIDE Controller' > class= mass storage > subclass = RAID > [EMAIL PROTECTED]:7:0: class=0x02 card=0x82120291 chip=0x91021282 > rev=0x40 > hdr=0x00 > vendor = 'Davicom Semiconductor Inc.' > device = 'DM9102/A/AF Dell 4300S - CNET Pro200WL Ethernet Adapter' > class= network > subclass = ethernet Did you read /usr/src/UPDATING yet? - -Garrett -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.1 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFqbMrEnKyINQw/HARAhU6AKCW6EGdfGsmGsqXxD+hfJutRrvYDQCcDepr lmEUnJ/PCx5mN8iBJb9DWDo= =7SpO -END PGP SIGNATURE- ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Sound Card Problem
All, I upgraded to the lastest version of RELENG_6 and now my onboard sound does not work. It worked on earlier versions of RELENG_6(3 Months Ago). Did something change that I should be aware of. I rebuilt system again just to verify. I am using an SOYO SY-P4I 845PE motherboard. It does not seem to see it now. Please help and thanks for your assistance. v/r Derrick FreeBSD 6.2-PRERELEASE #0: Sat Jan 13 15:35:05 EST 2007 focus# pciconf -lv [EMAIL PROTECTED]:0:0: class=0x06 card=0x25608086 chip=0x25608086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = '82845G/GL/GV/GE/PE DRAM Controller / Host-Hub I/F Bridge' class= bridge subclass = HOST-PCI [EMAIL PROTECTED]:1:0: class=0x060400 card=0x chip=0x25618086 rev=0x02 hdr=0x01 vendor = 'Intel Corporation' device = '82845G/GL/GV/GE/PE Brookdale Host to AGP Bridge' class= bridge subclass = PCI-PCI [EMAIL PROTECTED]:29:0:class=0x0c0300 card=0x24c28086 chip=0x24c28086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = '82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller' class= serial bus subclass = USB [EMAIL PROTECTED]:29:1:class=0x0c0300 card=0x24c28086 chip=0x24c48086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = '82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller' class= serial bus subclass = USB [EMAIL PROTECTED]:29:2:class=0x0c0300 card=0x24c28086 chip=0x24c78086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = '82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller' class= serial bus subclass = USB [EMAIL PROTECTED]:29:7:class=0x0c0320 card=0x24cd8086 chip=0x24cd8086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = '82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB 2.0 EHCI Controller' class= serial bus subclass = USB [EMAIL PROTECTED]:30:0:class=0x060400 card=0x chip=0x244e8086 rev=0x82 hdr=0x01 vendor = 'Intel Corporation' device = '82801BA/CA/DB/DBL/EB/ER/FB (ICH2/3/4/4/5/5/6), 6300ESB Hub Interface to PCI Bridge' class= bridge subclass = PCI-PCI [EMAIL PROTECTED]:31:0:class=0x060100 card=0x chip=0x24c08086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = '82801DB/DBL (ICH4/ICH4-L) LPC Interface Bridge' class= bridge subclass = PCI-ISA [EMAIL PROTECTED]:31:1: class=0x01018a card=0x24c28086 chip=0x24cb8086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = '82801DB/DBL (ICH4/ICH4-L) UltraATA/100 EIDE Controller' class= mass storage subclass = ATA [EMAIL PROTECTED]:31:3:class=0x0c0500 card=0x24c28086 chip=0x24c38086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = '82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) SMBus Controller' class= serial bus subclass = SMBus [EMAIL PROTECTED]:1:0: class=0x03 card=0x chip=0x032210de rev=0xa1 hdr=0x00 vendor = 'NVIDIA Corporation' device = 'GeForce FX 5200 [NV34.3]' class= display subclass = VGA [EMAIL PROTECTED]:6:0: class=0x010400 card=0x00011103 chip=0x00071103 rev=0x01 hdr=0x00 vendor = 'HighPoint Technologies Inc' device = 'HPT371/N UDMA/ATA133 EIDE Controller' class= mass storage subclass = RAID [EMAIL PROTECTED]:7:0: class=0x02 card=0x82120291 chip=0x91021282 rev=0x40 hdr=0x00 vendor = 'Davicom Semiconductor Inc.' device = 'DM9102/A/AF Dell 4300S - CNET Pro200WL Ethernet Adapter' class= network subclass = ethernet ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
RE: onboard sound card on Intel D915GAG
> -Original Message- > From: [EMAIL PROTECTED] [mailto:owner-freebsd- > [EMAIL PROTECTED] On Behalf Of Amed Miranda > Sent: Tuesday, 12 December 2006 9:18 AM > To: freebsd-questions@freebsd.org > Subject: onboard sound crard on intel D915GAG > > envienme los driver de la Intel d915GAG I have no idea what you asked, but I'm assuming you'd like to get sound working for that chipset. Try (from memory): kldload sound That'll load all sound drives and whichever attaches is the drive you want. Regards, Russell Wood DISCLAIMER: Disclaimer. This e-mail is private and confidential. If you are not the intended recipient, please advise us by return e-mail immediately, and delete the e-mail and any attachments without using or disclosing the contents in any way. The views expressed in this e-mail are those of the author, and do not represent those of this company unless this is clearly indicated. You should scan this e-mail and any attachments for viruses. This company accepts no liability for any direct or indirect damage or loss resulting from the use of any attachments to this e-mail. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
solved was Re: AC97 sound card on 6.1
Hello, Thanks to all who helped with my sound card issue. The fix was load the below driver in /boot/loader.conf: #sound driver snd_ich_load="YES" Thanks. Dave. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: AC97 sound card on 6.1
Wed, 07 Jun 2006 12:12:17 -0400, Sean wrote: > Gregory Nou wrote: > > Dave wrote: > >> Hello, > >>I'm atempting to get an integrated AC97 sound card working under > >> 6.1. I know this card works, loading the snd_driver module finds > >> it, but i do not know which actual module works it over. I'd rather > >> not have to load 26 sound modules just the ones i actually > >> need. I've checked /boot/kernel/snd* but didn't find anything AC97 > >> and googling showed that others had asked, but no clear answer. If > >> anyone has this going i'd appreciate hearing about it, and also any > >> difficulties with quality or getting applications going. > >> Thanks. > >> Dave. > Hi Dave, > Here is my setup. > device sound # sound support > device "snd_ich" # AC 97 Support It's not works on the _all_ ac97 sound cards. snd_via8233 and some other modules is support other ac97 cards. Dave, please show pciconf -lv on you system. -- Regards, Andrey. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: AC97 sound card on 6.1
Gregory Nou wrote: Dave wrote: Hello, I'm atempting to get an integrated AC97 sound card working under 6.1. I know this card works, loading the snd_driver module finds it, but i do not know which actual module works it over. I'd rather not have to load 26 sound modules just the ones i actually need. I've checked /boot/kernel/snd* but didn't find anything AC97 and googling showed that others had asked, but no clear answer. If anyone has this going i'd appreciate hearing about it, and also any difficulties with quality or getting applications going. Thanks. Dave. Hi Dave, Here is my setup. device sound # sound support device "snd_ich" # AC 97 Support I am currently running 7.0, though this also worked for me on 6.1 Have Fun, Sean ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: AC97 sound card on 6.1
Dave wrote: Hello, I'm atempting to get an integrated AC97 sound card working under 6.1. I know this card works, loading the snd_driver module finds it, but i do not know which actual module works it over. I'd rather not have to load 26 sound modules just the ones i actually need. I've checked /boot/kernel/snd* but didn't find anything AC97 and googling showed that others had asked, but no clear answer. If anyone has this going i'd appreciate hearing about it, and also any difficulties with quality or getting applications going. Thanks. Dave. Hi Dave, I have this : pcm0: and in my kernel : # sound device device sound device snd_via8233 Regarding quality, I had a lot of problems (meaning sound distorsion), but it disappeared all a sudden one day, and I don't know why. So now, it works really well. Cheers, -- Grégory ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: AC97 sound card on 6.1
Dave wrote: Hello, I'm atempting to get an integrated AC97 sound card working under 6.1. I know this card works, loading the snd_driver module finds it, but i do not know which actual module works it over. I'd rather not have to load 26 sound modules just the ones i actually need. I've checked /boot/kernel/snd* but didn't find anything AC97 and googling showed that others had asked, but no clear answer. If anyone has this going i'd appreciate hearing about it, and also any difficulties with quality or getting applications going. Just try to kldload each snd_* manually, one after the other (don't kldload snd_driver though) from the console, until the right one writes something out. I've had a similar problem with an AC97 chipset in a laptop which turned out to be a snd_t4dwave.ko Good luck, -cpghost. -- Cordula's Web. http://www.cordula.ws/ ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: AC97 sound card on 6.1
On Mon, Jun 05, 2006 at 05:03:46PM -0400, Dave wrote: > Hello, >I'm atempting to get an integrated AC97 sound card working under 6.1. I > know this card works, loading the snd_driver module finds it, but i do not > know which actual module works it over. I'd rather not have to load 26 > sound modules just the ones i actually need. I've checked /boot/kernel/snd* > but didn't find anything AC97 and googling showed that others had asked, > but no clear answer. If anyone has this going i'd appreciate hearing about > it, and also any difficulties with quality or getting applications going. > Thanks. > Dave. > Hi, It's just a guess without seeing the output of dmesg but I think the ICH driver is the one, YMMV. In my /boot/loader.conf I have the entry snd_ich_load="YES" For a more definitive answer post your dmesg. Hth, Duane Whitty -- [EMAIL PROTECTED] ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: AC97 sound card on 6.1
Hi Dave: On Monday 05 June 2006 16:03, Dave wrote: > Hello, > I'm atempting to get an integrated AC97 sound card working under 6.1. I > know this card works, loading the snd_driver module finds it, but i do not > know which actual module works it over. I'd rather not have to load 26 > sound modules just the ones i actually need. I've checked /boot/kernel/snd* > but didn't find anything AC97 and googling showed that others had asked, > but no clear answer. If anyone has this going i'd appreciate hearing about > it, and also any difficulties with quality or getting applications going. Try this (taken from the handbook): // load all the sound drivers # kldload snd_driver // see which one worked # cat /dev/sndstat Here's what got loaded: # kldstat Id Refs AddressSize Name 1 47 0xc040 3f4498 kernel 22 0xc07f5000 5ec0 snd_ich.ko 3 29 0xc07fb000 22ae8sound.ko 41 0xc081e000 58554acpi.ko 51 0xc4fe1000 16000linux.ko 61 0xc531d000 1c000radeon.ko 71 0xc533b000 e000 drm.ko 81 0xc5349000 11000agp.ko 91 0xc5f26000 2000 snd_driver.ko 101 0xc5f28000 4000 snd_vibes.ko 111 0xc5f2c000 4000 snd_via82c686.ko 121 0xc5f3 5000 snd_via8233.ko 131 0xc606e000 4000 snd_t4dwave.ko 141 0xc6072000 5000 snd_solo.ko 154 0xc6077000 4000 snd_sbc.ko 161 0xc607b000 4000 snd_sb8.ko 171 0xc607f000 4000 snd_sb16.ko 181 0xc60ce000 1snd_neomagic.ko 192 0xc6083000 9000 snd_mss.ko 201 0xc60de000 8000 snd_maestro3.ko 211 0xc60e6000 a000 snd_maestro.ko 221 0xc60f 4000 snd_fm801.ko 232 0xc60f4000 4000 snd_ess.ko 241 0xc60f8000 6000 snd_es137x.ko 251 0xc60fe000 6000 snd_emu10k1.ko 261 0xc6104000 b000 snd_ds1.ko 272 0xc610f000 6000 snd_csa.ko 281 0xc6118000 5000 snd_cs4281.ko 291 0xc611d000 4000 snd_cmi.ko 301 0xc6121000 5000 snd_atiixp.ko 311 0xc6126000 4000 snd_als4000.ko 321 0xc612a000 4000 snd_ad1816.ko And here's what I needed: # cat /dev/sndstat FreeBSD Audio Driver (newpcm) Installed devices: pcm0: at io 0xc8000800, 0xc8000400 irq 22 bufsz 16384 kld snd_ich (1p/1r/0v channels duplex default) So, I added the following to loader.conf: # cat /boot/loader.conf ... #sound driver snd_ich_load="YES" hth... don > Thanks. > Dave. > > ___ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "[EMAIL PROTECTED]" -- Don Hinton tel: 615.480.5667 ISIS, Vanderbilt University skype: donhinton http://people.vanderbilt.edu/~don.hinton/ ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: AC97 sound card on 6.1
Dave wrote: Hello, I'm atempting to get an integrated AC97 sound card working under 6.1. I know this card works, loading the snd_driver module finds it, but i do not know which actual module works it over. I'd rather not have to load 26 sound modules just the ones i actually need. I've checked /boot/kernel/snd* but didn't find anything... cat /dev/sndstat after loading the snd_driver meta module, to see which module actually associates itself with your card. http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/sound-setup.html That always worked for me with 5.x, but I haven't tried any GUI/media stuff on 6.x yet. -- Greg Barniskis, Computer Systems Integrator South Central Library System (SCLS) Library Interchange Network (LINK) , (608) 266-6348 ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: AC97 sound card on 6.1
On Mon, Jun 05, 2006 at 05:03:46PM -0400, Dave wrote: > Hello, >I'm atempting to get an integrated AC97 sound card working under 6.1. I > know this card works, loading the snd_driver module finds it, but i do not > know which actual module works it over. I'd rather not have to load 26 > sound modules just the ones i actually need. I've checked /boot/kernel/snd* > but didn't find anything AC97 and googling showed that others had asked, > but no clear answer. If anyone has this going i'd appreciate hearing about > it, and also any difficulties with quality or getting applications going. > Thanks. > Dave. cat /dev/sndstat will tell you which loaded driver actually attached to the device. It's in the Multimedia section of the handbook. Dan -- Daniel Bye PGP Key: http://www.slightlystrange.org/pgpkey-dan.asc PGP Key fingerprint: D349 B109 0EB8 2554 4D75 B79A 8B17 F97C 1622 166A _ ASCII ribbon campaign ( ) - against HTML, vCards and X - proprietary attachments in e-mail / \ pgpdFQ12iqHjw.pgp Description: PGP signature
AC97 sound card on 6.1
Hello, I'm atempting to get an integrated AC97 sound card working under 6.1. I know this card works, loading the snd_driver module finds it, but i do not know which actual module works it over. I'd rather not have to load 26 sound modules just the ones i actually need. I've checked /boot/kernel/snd* but didn't find anything AC97 and googling showed that others had asked, but no clear answer. If anyone has this going i'd appreciate hearing about it, and also any difficulties with quality or getting applications going. Thanks. Dave. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Sound card getting blocked somehow
My soundcard seems to be blocked somehow, and I'm not sure how this happened or what to do about it. I don't believe I did anything specific, but sound simply stopped working; if I start up xmms (for example) I get a console message "** WARNING **: oss_open(): Failed to open audio device (/dev/dsp): No such file or directory", and a popup window reading "Couldn't open audio: Please check that: Your soundcard is configured properly/You have the correct output plugin selected/No other program is blocking the soundcard." I know that the card is configured and the right output plugin is selected (I don't get sound with any other apps either), and I don't have anything else running that uses sound, and in any case lsof shows that nothing is using /dev/dsp. Rebooting fixes it, but it then happens again, with no obvious trigger. In my most recent attempt to fix things I managed to delete /dev/dsp entirely (I get the "oss_open" message regardless), and don't know how to recreate it. I'm running 6.0-STABLE #3; here's my /dev/sndstat: - $ cat /dev/sndstat FreeBSD Audio Driver (newpcm) Installed devices: pcm0: at io 0x1c00, 0x18c0 irq 11 bufsz 16384 kld snd_ich (1p/1r/4v channels duplex default) - Thanks. Jesse Sheidlower ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Is A Sound Card Required For Music Player Daemon?
I am running FBSD 6.0 on a headless system with no sound card. What I had hoped to do was get Music Player Daemon running on this box and then send it's output to Icecast2. The actual "sound" would be generated by other devices with sound cards. But in looking over the mpd.conf file, it appears a sound card is needed. Does Icecast then take the "sound" and re-digitize it in its own format? I'm confused. Thanks for a kick in the right direction. Drew -- Visit The Alchemist's Warehouse Magic Tricks, DVDs, Videos, Books, & More! http://www.alchemistswarehouse.com ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
A bug of freebsd6's mod_php5? And need help with my silent sound card.
Dear all, I've recently installed mod_php5 on my freebsd6. And I found the module failed to work at first. When I checked the config file of httpd.conf. I followed the instructions of php.net I change "application/x-php" to "application/x-httpd-php". And finally it's working for me now. And can any one tell me how to make my creative sound card work? My sound card only work on linux kernel above 2.6.12. It uses alsa's emu10k1x module. But it fails to work for me on freebsd. Wish your kind help. Thanks in advance and look forward to your reply. Sincerely, Kun ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Sound Card Recommendations
Allen D. Tate wrote: > Hello All, > > I have a PC with a built in SoundMax audio card that I have disabled in > the BIOS because everything I have read to date is that they just don't > work with FreeBSD. For those of you who have working sound cards, would > you mind sharing the brand name and letting me know how difficult it > was to get the drivers installed & configured? BTW, I'm running FreeBSD > 6.0. > > Thanks in advance, > Allen D. Tate Hi Allen. I have had generally pretty good luck with the Sound Blaster cards from Creative. I'm not a huge fan of their hardware or their company, but so far it has worked great with FreeBSD. I currently have 4 systems with sound: - Sound Blaster Augidy 2 Platinum (FreeBSD 5.4-RELEASE amd64) - VIA VT8235 Onboard Sound (FreeBSD 5.4-STABLE i386) - Sound Blaster Live (FreeBSD 5.4-RELEASE i386) - Integrated VIA sound on laptop (FreeBSD 6.0-RC1 i386) A list of supported cards can be found here: http://www.freebsd.org/releases/6.0R/hardware-i386.html#SOUND As well as how to get them working: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/sound-setup.html The sound setup is real easy. I usually load the "snd_driver" kernel module to find out what driver is necessary, and then if it's a fairly fast system I'll compile that into the kernel as described in the handbook. If it's a slower machine that I won't be recompiling the kernel anyway, then I'll just leave the module loaded and use that. -Mark -- GnuPG Public Key: http://www.mkproductions.org/mk_pubkey.asc Internet Radio: Party107 (Trance/Electronic) - http://www.party107.com Rock 101.9 The Edge (Rock) - http://www.rock1019.net IRC: MIXXnet IRC Network - irc.mixxnet.net (Nick: MIXX941) signature.asc Description: OpenPGP digital signature
Sound Card Recommendations
Hello All, I have a PC with a built in SoundMax audio card that I have disabled in the BIOS because everything I have read to date is that they just don't work with FreeBSD. For those of you who have working sound cards, would you mind sharing the brand name and letting me know how difficult it was to get the drivers installed & configured? BTW, I'm running FreeBSD 6.0. Thanks in advance, Allen D. Tate __ Start your day with Yahoo! - Make it your home page! http://www.yahoo.com/r/hs ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Work out if new sound card supported?
Hi, I just got a new pc, and the sound card is not supported in 5.4-RELEASE. Is there a way for me (ie a file i can look in) to find out if upgrading the kernel would make a difference? (Ie I don't want to spend 1h+ upgrading if it wont do anything) [EMAIL PROTECTED]:30:2:class=0x040100 card=0x01ad1028 chip=0x27de8086 rev=0x01 hdr=0x00 vendor = 'Intel Corporation' class= multimedia subclass = audio Regards, Jacob __ Jacob Rhoden - http://www.jacobrhoden.com/ ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Sound card drivers
Andrew P. wrote this in December 2004: > I grepped sysctl list and found hw.snd.pcm0.spdif_enabled > switch, but when I change it 0->1, the sound disappears > (both analog and digital outputs are silent). I tried > to play with other hw.snd switches, changed mixer levels > and recsrc, searched the net for a few hours - but nothing > came up. People hack into sound drivers in cases like mine, > but I'm too lame for that yet. > > Anyways, after loading snd_driver dmesg says > pcm0: ... > pcm0: [GIANT-LOCKED] > pcm0: > > Motherboard manual says it's a "Realtek ALC658 CODEC (UAJ)" > and the chip itself says "Realtek". Has anybody tried to > make spdif out work on this mother? Hi! I just wanted to let you guys know that OSS drivers worked great for me. Now I can use my hardware spdif/ac3/dts decoder and watch my favorite movies with breath-taking sound - under my favorite OS. I guess I'm staying with FreeBSD for good. Note that OSS is free for home use now. I'd say we should draw some attention of the FreeBSD community to this fine solution - as it adds support for tens of pieces of sound hardware. Andrew P. P.S.: I've always known that mplayer was a great tool, but it turns out you can't ever overestimate it. I tried 30-50 video players for windows - and had some problems with each and everyone of them (lack of caching, decoding problems, DirectX issues, you name it...) I change to FreeBSD, try the first player on my mind (mplayer) - and instead of much anticipated issues ("c'mon, DivX and DTS playback on Unix? Give it up!") - I get instant and flawless playback. I'm touched :-) ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: sound card that works?
Vulpes Velox wrote: On Wed, 27 Jul 2005 17:03:53 -0700 Julian Elischer <[EMAIL PROTECTED]> wrote: I need to buy 30 soundcards that can be accessed from FreeBSD does someone know of a currently available basic sound card (an original soundblaster would do if I could still get them) that has good support from freeBSD. I guess full duplex would be a requirement but anything that can do that.. check out the emu10k1 driver you may want to look into OSS as well Anything that's compatible with the csa freebsd driver is good to get (cs42xx/cs46xx compatible in ALSA/OSS). Some cards are of course the older soundblasters, as well as the turtle beach cards (made by Voyetra). As suggested before, there're also the SB Live! (emu10k1) cards which are fairly universally supported as well. -Garrett ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Yamaha DS-1E sound card problem
Hi, I'm installing FreeBSD for the first time (version 5.4), although I've been a Linux user for some years. The machine is an old laptop, Toshiba Satellite 2805. I followed the instructions in section 7.2.1 of the handbook, and found out the needed kernel module is snd_ds1, and modified /boot/loader.conf accordingly. cat /dev/sndstat gives me: FreeBSD Audio Driver (newpcm) Installed devices: pcm0: at memory 0xefdf irq 11 kld snd_ds1 (4p/2r/0v channels duplex default) However, I have not been able to get any sound from the card. I tried the different test methods outlined in section 7.2.2 to no avail. Running mixer(8) gives me: mixer: /dev/mixer: No such file or directory. AFAIK I don't need to manually create any nodes in /dev, as I'm running FreeBSD 5.4 with devfs, so I'm lost here. Later I found that dmesg gives more information that /dev/sndstat: pcm0: port 0xfebc-0xfebf,0xfec0-0xfeff mem 0xefdf-0xefdf7fff irq 11 at device 12.0 on pci0 pcm0: AC97 reset timed out. pcm0: ac97 codec invalid or not present (id == 0) I don't think it is a hardware or CMOS setup problem, as I dual-boot into Windows 2000, and the soundcard works OK. Could anybody point me to any online resource I could use to solve this? Thanks in advance. Sergio Reyes-Peniche ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Determining integrated sound card(?)
Bill Schoolcraft wrote: I just got a new box and I'm running 5.4 and it has a generic "PC_Chips" M863G motherboard and all I get from dmesg is: pci0: at device 2.7 (no driver attached) I was wondering how to make an educated guess... http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/sound-setup.html kldload snd_driver -- Greg Barniskis, Computer Systems Integrator South Central Library System (SCLS) Library Interchange Network (LINK) , (608) 266-6348 ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Determining integrated sound card(?)
Bill Schoolcraft wrote: Hello Family, I just got a new box and I'm running 5.4 and it has a generic "PC_Chips" M863G motherboard and all I get from dmesg is: pci0: at device 2.7 (no driver attached) I was wondering how to make an educated guess on what driver to try and load first? Basically: > echo "snd_driver_load="YES" >> /boot/loader.conf" > shutdown -r now This will load all sound drivers on boot, and you'll get to find out if yours is supported/recognized or not. See snd(4). Or, without rebooting, you might just try to kldload the sound.ko module ... but I'm not sure what magic you'd have to do then for testing ... HTH, Kevin Kinsey ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Determining integrated sound card(?)
Hello Family, I just got a new box and I'm running 5.4 and it has a generic "PC_Chips" M863G motherboard and all I get from dmesg is: pci0: at device 2.7 (no driver attached) I was wondering how to make an educated guess on what driver to try and load first? __ Do you Yahoo!? Yahoo! Small Business - Try our new resources site! http://smallbusiness.yahoo.com/resources/ ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Sound card support
On Thu, May 12, 2005 at 03:06:12AM -0400, Ionel wrote: > > Hello, > I have an Yamaha OPL3SA2 sound card, isa-pnp. > I had last year installed FreeBSD 5.2.1, and my sound card was supported, I > had to add "device pcm" in the kernel configuration file. > Now I installed FreeBSD 5.4, and I can't make my sound card to work. > "device pcm" is unrecognised, "device sound" doesn't see my card, > and Opl3sa2 is not on the hardware list. > Question: > Is there a way by which I can make my sound card work, or should I revert to > FreeBSD 5.2.1 ? > In this second case... are the FreeBSD ports packages still kept on the ftp > sites ? > If it worked on 5.2.1 it should still work - I don't think any audio drivers have been removed since then. You probably need to add some specific sound driver in addition to 'device sound' Try using kldload to load each of the snd_* kernel modules and see which one recognises your sound card - then you can add that device to your kernel config. -- Erik Trulsson [EMAIL PROTECTED] ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Sound card support
Hello, I have an Yamaha OPL3SA2 sound card, isa-pnp. I had last year installed FreeBSD 5.2.1, and my sound card was supported, I had to add "device pcm" in the kernel configuration file. Now I installed FreeBSD 5.4, and I can't make my sound card to work. "device pcm" is unrecognised, "device sound" doesn't see my card, and Opl3sa2 is not on the hardware list. Question: Is there a way by which I can make my sound card work, or should I revert to FreeBSD 5.2.1 ? In this second case... are the FreeBSD ports packages still kept on the ftp sites ? ___ Join Excite! - http://www.excite.com The most personalized portal on the Web! ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Audigy Sound Card -- SOLVED
On 4/18/2005 4:31 PM Drew Tomlinson wrote: I'm trying to get my Audigy sound card working. I've followed the instructions in the Handbook and used 'kldload snd_emu10k1'. My card is detected but something isn't right: pcm0: irq 9 at device 9.0 on pci0 pcm0: 0x20 bytes of rid 0x10 res 4 failed. pcm0: unable to map register space device_attach: pcm0 attach returned 6 Also, there is no /dev/dsp and /dev/sndstat shows no installed devices. Can anyone tell me if I'm on the right track and what "pcm0: 0x20 bytes of rid 0x10 res 4 failed" means? This is a FreeBSD 5.4-STABLE #2: Sat Apr 16 15:53:56 PDT 2005 system. I resolved this issue by opening up the case and re-seating the card. Seems when I screwed the bracket in, it pulled the card out of the slot. A pair of pliers and a slight modification to the case fixed this problem. Sound card works much better now that it's properly installed. :) Drew -- Visit The Alchemist's Warehouse Magic Tricks, DVDs, Videos, Books, & More! http://www.alchemistswarehouse.com ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Audigy Sound Card
I'm trying to get my Audigy sound card working. I've followed the instructions in the Handbook and used 'kldload snd_emu10k1'. My card is detected but something isn't right: pcm0: irq 9 at device 9.0 on pci0 pcm0: 0x20 bytes of rid 0x10 res 4 failed. pcm0: unable to map register space device_attach: pcm0 attach returned 6 Also, there is no /dev/dsp and /dev/sndstat shows no installed devices. Can anyone tell me if I'm on the right track and what "pcm0: 0x20 bytes of rid 0x10 res 4 failed" means? This is a FreeBSD 5.4-STABLE #2: Sat Apr 16 15:53:56 PDT 2005 system. Thanks, Drew -- Visit The Alchemist's Warehouse Magic Tricks, DVDs, Videos, Books, & More! http://www.alchemistswarehouse.com ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Virtual Sound card
Dear Sirs I’ve already sent you an email, but I wrote it in dutch. (I got this adress from a Dutch site) But now my question in English. I’ve read something about a virtual soundcard at your site but it’s not clear to me if you deliver them. If you do, I would like some more information about this product. Thank you. Best Regards, Niels Timmerije -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.308 / Virus Database: 266.9.1 - Release Date: 1-4-2005 ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Wav from sound card line in
On Tue, 15 Mar 2005, McCy Ron wrote: I'm using FreeBSD 4.10 and would like to make WAV format recordings from my sound card's "line in" channel with some sort of "command line" utility. I've been successful in finding other sorts of ports and packages to rip CDs and play Wavs and MP3s but have yet to find anything in the software descriptions that address this need. audio/gramofile might work for you, though I haven't thoroughly tested it myself. See http://panic.et.tudelft.nl/~costar/gramofile HTH. -- Chris Hill [EMAIL PROTECTED] ** [ Busy Expunging <|> ] ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Wav from sound card line in
I'm using FreeBSD 4.10 and would like to make WAV format recordings from my sound card's "line in" channel with some sort of "command line" utility. I've been successful in finding other sorts of ports and packages to rip CDs and play Wavs and MP3s but have yet to find anything in the software descriptions that address this need. Can anyone recommend something? Thanks ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Sound card on a Chaintech 7NJL6
I just got a Chaintech 7NJL6 motherboard and two things are not working. SATA controller (works but only at 33 not 150) and AC'97 Sound. I knew the SATA would probably not work but the AC'97 Sound I expected to. I'm using the snd_ich.ko mod (the only one that works), and as soon as I log into KDE I get a high pitch sound. You can hear the normal sounds as well but the high pitch sound is very loud. I hope that someone else has ran into this before that might be able to shed some light on this. And as always Thanks in advance. Also here are the specs of the motherboard. Feature Highlights Form Factor ATX Form Factor 305mm x 210mm CPU Supports AMD Socket-A Athlon XP/Duron CPU System Clock supports 200/266/333/400MHz Chipset NVIDIA nForce2 Ultra 400 + MCPS Main Memory Three 184-pin DDR DIMMs up to 3GB Supports Dual-Channel DDR266/333/400 SDRAM modules Expansion Slots One AGP slot for 4X/8X AGP Five 32-Bit PCI slots (v2.2 compliant) Audio Subsystem With external high quality 5.1-Channel AC'97 Codec Complete software driver supports for Windows OS Optional S/PDIF out function UltraDMA IDE Ports Build-in nForce2 MCPS supports 2 UltraDMA-33/66/100/133 IDE ports Embedded USB Controller Build-in nForce2 MCPS supports total 8 USB 2.0/1.1 ports Supports USB 2.0 High-Speed Device @480 Mb/s Transfer Rates FDD Ports One FDD connector supports up to 2.88MB Boot-Block Flash ROM Award system BIOS support PnP, APM, DMI, ACPI, & Multi-device booting features Software Driver CD (Chipset Autodetect) Other Feature On-board LAN controller On-board LAN chip RTL8101L supports 10/100Mb Fast Ethernet Internal I/O connectors Three 3x1 pin fan connectors Three 5x2 pin USB connectors for additional 6 USB ports Optional 3x2 pin SPDIF connector for additional SPDIF-out adaptor 3x1 pin wake on LAN connector with housing 3x1 pin wake on Modem connector with housing Two 4x1 pin CD-in connectors 9x2 pin front panel connector 5x2 pin front side audio connector 20 pin ATX Power connector Rear Panel I/O ports One PS/2 Mouse and Keyboard port Two USB ports and one RJ45 connector Two 9-pin D-Sub male Serial ports One 25-pin D-Sub female Parallel port Three Audio I/O jacks (Line-in, Line-out and Mic-in) One 15-pin D-SUB female Game/MIDI port On-board SATA RAID controller Build-in nForce2 MCPS supports 2 serial ATA device for the highest data transfer rates(1.5Gbps burst) with RAID 0/1 solution ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
PCI-X sound card
I have a need for a sound card on a backup server I have built. Something sound blaster compatible would be wonderful, but anything that works with 4.7 is ok. The mother board, a Supermicro X5DP8-G2, has only PCI-X slots. I am running FreeBSD 4.7. All suggestions are welcome. hal ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Sound card drivers
>>>(uuu) pwd >>>/usr/src >>>(uuu) grep ALC658 sys/dev/sound/pcm/ac97.c >>>{ 0x414c4780, 0x0f, 0, "ALC658",0 }, >>> >>>so, besides I do not know about deep thinks you >>>detailed below, it seems there is some hope... >> >>Yep, thanks for advice! my ALC658 soundcard worked >>great on FreeBSD/x86. >> >>Is it somehow possible to turn on spdif output >>on the soundcard? Tuning all available mixer entries >>to 100:100 doesn't help. In windows version, there's >>no spdif/out level, just a flag (on or off) and two >>optional flags (sample rate and pass-through/digital >>/analog/off mode). I need digital output very much. > > An interesting mail sent about s/pdif support of > FreeBSD can be read at: http://lists.freebsd.org/ > pipermail/freebsd-multimedia/2004-March/000921.html > > It seems that there is driver-specific sysctl values; > if the driver is loaded it should add some of them, > which can be listed using sysctl -a then greping for > pcm, or just seeking for info by eye. I grepped sysctl list and found hw.snd.pcm0.spdif_enabled switch, but when I change it 0->1, the sound disappears (both analog and digital outputs are silent). I tried to play with other hw.snd switches, changed mixer levels and recsrc, searched the net for a few hours - but nothing came up. People hack into sound drivers in cases like mine, but I'm too lame for that yet. Anyways, after loading snd_driver dmesg says pcm0: ... pcm0: [GIANT-LOCKED] pcm0: Motherboard manual says it's a "Realtek ALC658 CODEC (UAJ)" and the chip itself says "Realtek". Has anybody tried to make spdif out work on this mother? Best wishes, Andrew ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Sound card drivers
On Thu, 09 Dec 2004 13:22:31 +0300, Andrew <[EMAIL PROTECTED]> wrote: > > I need a nice soundcard with a fully functional S/PDIF >coaxial and optical > outputs, that can send unencoded >44.1kHz, 48kHz and encoded AC3 and DTS You can look here: http://www.freebsd.org/releases/5.3R/hardware-amd64.html#AUDIO and see if any of the supported cards fit the description you posted. -- Joshua Lokken Open Source Advocate ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Sound card drivers
Hello! I've built a new AMD64 PC for me based on Gigabyte K8VT800 Pro motherboard with VIA K8T800 chipset. I knew I had to check it out against hardware notes, but I didn't. So I installed FreeBSD-5.3, built Xorg and Gnome from ports, and was devastated to find out that there's no conceivable way to get my built-in Realtek ALC658 sound card working :-( I've installed winxp since and been pondering on how to get FreeBSD singing. Please tell me, what's the best way I need a nice soundcard with a fully functional S/PDIF coaxial and optical outputs, that can send unencoded 44.1kHz, 48kHz and encoded AC3 and DTS - all latest Realtek sound cards can do that. I need it to be 90-100% supported by FreeBSD (bridge driver or not) and I don't care about the price if it's under $100 and worth it. Save me from M$! I've wanted it for months to switch to BSD and only see Windows in a PC emulator... Best wishes, Andrew ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: configuring sound card on P4SP-MX SE
On Tuesday 07 December 2004 20:20, Lowell Gilbert wrote: > "Paulo Fonseca Jr." <[EMAIL PROTECTED]> writes: > > I tried to configure my kernel including device pcm to set soundmax card > > on P4SP-MX SE motherboard but config not runs ok: "device pcm is > > unknown". > > > > Somebody who already installed this device on ASUS motherboard can help > > me ? > > [I know nothing about your particular hardware, but...] > Try loading the drivers for the sound devices. > Just do a "kldload snd_driver" and it will load all of them. My kernel was compiled with "device sound" and "device snd_sbc" after install a Creative Sound Blaster and verify that my on board soundmax is not supported by freebsd (handbook, section sound-setup - Audio devices). Even thus soundmax, the pcm0 is recognized by dmesg but appears detached and /dev/dsp and /dev/sndstat not exist. any idea? thanks all, Zumba. ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: configuring sound card on P4SP-MX SE
"Paulo Fonseca Jr." <[EMAIL PROTECTED]> writes: > I tried to configure my kernel including device pcm to set soundmax card on > P4SP-MX SE motherboard but config not runs ok: "device pcm is unknown". > > Somebody who already installed this device on ASUS motherboard can help me ? [I know nothing about your particular hardware, but...] Try loading the drivers for the sound devices. Just do a "kldload snd_driver" and it will load all of them. -- Lowell Gilbert, embedded/networking software engineer, Boston area http://be-well.ilk.org/~lowell/ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"