Forum Home
Press F1
 
Thread ID: 29979 2003-02-07 09:57:00 I cant hear you!....Where did the sound go? nz_liam (845) Press F1
Post ID Timestamp Content User
119176 2003-02-09 06:32:00 Looks like my post just got attacked by the PF1 bold bug :( and the space bug (which inserts spaces into the text), maby its time they considered modding an alternative (and opensource) forum package to look like the present PF1. nz_liam (845)
119177 2003-02-09 06:34:00 Now I get "unrecognised kernel version : 2.4.18-24.8.0", any ideas?


[root@localhost alsa-driver-0.5.12a]# make install
make dep
make[1]: Entering directory `/root/alsa-driver-0.5.12a'
make[2]: Entering directory `/root/alsa-driver-0.5.12a/kernel'
rm -f ../include/modules/mixer.ver
gcc -DALSA_BUILD -D__KERNEL__ -I/usr/src/linux/include -I.. -E -D__GENKSYMS__ mixer.c | /sbin/genksyms -k 2.4.18-24.8.0 > ../include/modules/mixer.ver
unrecognised kernel version : 2.4.18-24.8.0
make[2]: *** [../include/modules/mixer.ver] Error 255
make[2]: Leaving directory `/root/alsa-driver-0.5.12a/kernel'
make[1]: *** [dep] Error 1
make[1]: Leaving directory `/root/alsa-driver-0.5.12a'
make: *** [include/sndversions.h] Error 2
nz_liam (845)
119178 2003-02-09 06:42:00 Actually I've decided to try the latest devalopment release 'alsa-driver-0.9.0rc7.tar.bz2' rather than the older (stable) alsa-driver-0.5.12a.tar.bz2 release. Will see how that goes. nz_liam (845)
119179 2003-02-09 07:24:00 Well the 'make install' seemed to run ok this time, I wont give you a copy of the command prompt print out, because a. the prompt turncated it, and b. 'make install' too 20 mins to finish (and I dont think you want to sit here reading some THAT big).

I then went onto run './snddevices' (of wich I will give you the printout);

[root@localhost alsa-driver-0.9.0rc7]# ./snddevices
Creating /dev/mixer?... done
Creating /dev/sequencer... done
Creating /dev/midi?... done
Creating /dev/dsp?... done
Creating /dev/audio?... done
Creating /dev/sndstat... done
Creating /dev/music... done
Creating /dev/dmmidi?... done
Creating /dev/dmfm?... done
Creating /dev/amixer?... done
Creating /dev/adsp?... done
Creating /dev/amidi?... done
Creating /dev/admmidi?... done
create symbolic link `/dev/mixer' to `/dev/mixer0'
create symbolic link `/dev/midi' to `/dev/midi0'
create symbolic link `/dev/dsp' to `/dev/dsp0'
create symbolic link `/dev/audio' to `/dev/audio0'
create symbolic link `/dev/sequencer2' to `/dev/music'
create symbolic link `/dev/adsp' to `/dev/adsp0'
create symbolic link `/dev/amidi' to `/dev/amidi0'
ALSA dynamic sound device filesystem
create symbolic link `/dev/snd' to `/proc/asound/dev'
ALSA loader devices
Creating /dev/aload?... done
Creating /dev/aloadSEQ... done


However when I bootup I still get the same old error (sal.neoburn.net).

Is there anyway I can manualy check if /dev/dsp or rather /dev/dsp0 is working?


Cheers

Liam
nz_liam (845)
119180 2003-02-11 14:32:00 Well I decided to buy myself a decent soundcard to replace the horible AC'97 onboard jobbee that was causing all this trouble.

So now I have; 1 Mic port + 1 Line in port + 1 Front speakers out port + 1 Back speakers out port + 1 C/SUB port + 1 Joystick/MIDI port + 1 Coax S/PDIF out port + 1 Coax S/PDIF in port + 1 Toslink S/PDIF out port + 1 S/PDIF in port, on my new soundcard :D!!

And I can now use Linux to load music onto my MiniDisc :)


Thanks for all you help everyone.


Cheers

Liam
nz_liam (845)
119181 2003-02-11 20:24:00 *Death to crusty onboard sound!*

(I have the same... AC '97, but I bnought a SB!Live 5.1 and Im never using the onboard unless I HAVE to.. ;-))
Chilling_Silence (9)
119182 2003-02-12 00:09:00 Most make operations start with the command " . /configure" . This sets everything up for local (that is, your machine) environment, and builds a makefile just for you . Not doing that probably caused your problems with alsa . Graham L (2)
119183 2003-02-12 01:06:00 > Most make operations start with the command
> " . /configure" . This sets everything up for local
> (that is, your machine) environment, and builds a
> makefile just for you . Not doing that
> probably caused your problems with alsa .


But I did do the . /confgure!
nz_liam (845)
1 2