[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Audioctl on a U10



Hi Casper,

>How can I make a device node? and what is that? what info do i need for
>the cs4231?

device nodes are special files that allow programs to communicate with
the system's hardware and peripherals. If you remove all sound related
modules using rmmod and load the cs4231 module with 'modprobe -a
cs4231' all necessary modules should be loaded automatically. If you
are using udev or the like all necessary device nodes should be
created as well. Only if this does not work you have to create the
devices manually, i.e., as root do:

# cd /dev
# MAKEDEV audio

or, if even that does not work:

# mknod audioctl c 14 7

Hope this helps.

Gruss
Steffan

Attachment: signature.asc
Description: Digital signature


Reply to: