6.0 Beta 5
Posted: Tue Sep 20, 2005 5:36 am
6.0 Beta 5 kernel panics hmm
I guess will wait for updates drivers
I guess will wait for updates drivers
User forums
http://ossnext.trueinstruments.com/forum/
http://ossnext.trueinstruments.com/forum/viewtopic.php?f=5&t=560
Freedevil wrote:6.0 Beta 5 kernel panics hmm
I guess will wait for updates drivers
Freedevil wrote:6.0 Beta 5 kernel panics hmm
I guess will wait for updates drivers
I have an ICH5 that still does not work. Whatever changes were made to the OSS driver made matters worse for me.dev wrote:OK we've now got the Intel ICH4 worknig again on FreeBSD 6.0-beta5
Code: Select all
Fatal trap 12: page fault while in kernel mode
fault virtual address = 0x93
fault code = supervisor read, page not present
instruction pointer = 0x20:0xc04e0e42
stack pointer = 0x28:0xdd6b39b0
frame pointer = 0x28:0xdd6b39cc
code segment = base 0x0, limit 0xfffff, type 0x1b
= DPL 0, pres 1, def32 1, gran 1
processor eflags = interrupt enabled, resume, IOPL = 0
current process = 798 (sndconf)
trap number = 12
panic: page fault Freedevil wrote:This copy of OSS is licensed to xxxxx
Open Sound System started OK.
hellsing :/> ~ $ mixer
mixer: /dev/mixer: No such file or director
Audigy 2 Sound Card
Doesnt seem to be working
FreeBSD hellsing.vampire.net 6.0-BETA5 FreeBSD 6.0-BETA5 #0: Fri Sep 30 22:34:58 EDT 2005 dark@hellsing.vampire.net:/usr/obj/usr/src/sys/APACHE i386
infofarmer wrote:Freedevil wrote:This copy of OSS is licensed to xxxxx
Open Sound System started OK.
hellsing :/> ~ $ mixer
mixer: /dev/mixer: No such file or director
Audigy 2 Sound Card
Doesnt seem to be working
FreeBSD hellsing.vampire.net 6.0-BETA5 FreeBSD 6.0-BETA5 #0: Fri Sep 30 22:34:58 EDT 2005 dark@hellsing.vampire.net:/usr/obj/usr/src/sys/APACHE i386
Did you read the previous post?
As root:
# cd /dev
# ln -s dsp0 dsp
# ln -s mixer0 mixer
# ln -s audio0 audio
# ln -s midi0 midi
# chmod 666 dsp* mixer* audio* midi*
dev wrote:Hi,
/dev/dsp, /dev/mixer, /dev/audio /dev/midi are symlinks to the dsp0, mixer0, audio0, midi0 devices and these should be automatically created by OSS when you run soundon.
I'll have to double check the code - since the only change between freebsd 5.3 and freebsd6 is one entry in the device switch table that is no longer there in 6.0
best regards
Dev Mazumdar
Freedevil wrote:any updates on this?
Code: Select all
perm dsp0 0660
perm mixer0 0660
perm audio0 0660
perm midi0 0660
link dsp0 dsp
link mixer0 mixer
link audio0 audio
link midi0 midiinfofarmer wrote:Freedevil wrote:any updates on this?
Actually, you can put something like this in your /etc/devfs.conf:Code: Select all
perm dsp0 0660
perm mixer0 0660
perm audio0 0660
perm midi0 0660
link dsp0 dsp
link mixer0 mixer
link audio0 audio
link midi0 midi
and it'll work just fine. Change perm's to 0666, if you want them to be world-accessible. You can also add dsp1, 2...