usrbinnc / netcat-cpi-kernel-module

Kernel module edition of the Cycles Per Instruction (2014) album.
http://netcat.bandcamp.com
840 stars 56 forks source link

centos 6 #43

Open ghost opened 10 years ago

ghost commented 10 years ago

compiled with no problems but the instructions should mention 'ogg123 - < /dev/netcat' must be run as su not sudo

stevebanik commented 10 years ago

I had some issues on CentOS 2.6.32-279.5.2.el6.x86_64.

I had to remove this line from /etc/modprobe.d/blacklist.conf:

# sound drivers
blacklist snd-pcsp

so that I could use the "PC" speakers. Then to add that module to the kernel I did:

modprobe snd-pcsp

After that I verified basic sound functionality with alsamixer and was able to:

ogg123 - < /dev/netcat

as root without problems.