- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: mknod question ...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2004 02:56 PM
06-29-2004 02:56 PM
mknod question ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2004 03:48 PM
06-29-2004 03:48 PM
Re: mknod question ...
It says which device of a given type to access.
Different major's treat minor's differently however.
By the looks of it, you're trying to create an audio device, of which are in the 14 major. The minor's however are all over the place. Where'd you get the '67' from? Or was it just a guess?
The first one is 19, the 2nd one would be 25 (one more than the 'midi' devices).
How many sound cards do you have?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2004 03:49 PM
06-29-2004 03:49 PM
Re: mknod question ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2004 05:59 PM
06-29-2004 05:59 PM
Re: mknod question ...
so executing
/dev/MAKEDEV devicename will create that device without specifying it's minor/major numbers.
Second-you have this file:
/usr/share/doc/MAKEDEV-'version'/devices.txt
You have minor/major numbers examples in it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2004 12:33 AM
06-30-2004 12:33 AM
Re: mknod question ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2004 01:44 AM
06-30-2004 01:44 AM
Re: mknod question ...
However, I get this when listing device, major no. changes from 116 to 117 on the 8th and 9 device:
crw-rw-rw- 1 root root 116, 0 Jun 30 09:38 /dev/aloadC0
crw-rw-rw- 1 root root 116, 32 Jun 30 09:38 /dev/aloadC1
crw-rw-rw- 1 root root 116, 64 Jun 30 09:38 /dev/aloadC2
crw-rw-rw- 1 root root 116, 96 Jun 30 09:38 /dev/aloadC3
crw-rw-rw- 1 root root 116, 128 Jun 30 09:38 /dev/aloadC4
crw-rw-rw- 1 root root 116, 160 Jun 30 09:38 /dev/aloadC5
crw-rw-rw- 1 root root 116, 192 Jun 30 09:38 /dev/aloadC6
crw-rw-rw- 1 root root 116, 224 Jun 30 09:38 /dev/aloadC7
crw-rw-rw- 1 root root 117, 0 Jun 30 09:38 /dev/aloadC8
crw-rw-rw- 1 root root 117, 32 Jun 30 09:38 /dev/aloadC9
crw-rw-rw- 1 root root 116, 1 Jun 30 09:38 /dev/aloadSEQ
It looks like it is an increment of 32, will it work if I make it an increment of 16. Who decides it's an increment of 32? Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2004 11:21 AM
06-30-2004 11:21 AM
Re: mknod question ...
I'm thinking this is a question for the alsa mailing lists.
I'm afraid I've got no experience with that many sound devices in the one machine, and very limited with the alsa drivers in general.