Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
12-29-2002, 04:24 PM
|
#1
|
Member
Registered: Oct 2002
Location: wisconsin -- The Badger state
Distribution: gentoo
Posts: 654
Rep:
|
makedev
i did a winecheck and it tells me that my one problem is the lack of /dev/sequencer
024. Checking MIDI sequencer device /dev/sequencer... BAD (/dev/sequencer does not exist).
- ADVICE: use MAKEDEV script to create it.
ive tried using the command makedev but the konsole sez there is no such thing, what is it telling me to do?
-thanks
|
|
|
12-29-2002, 05:26 PM
|
#2
|
LQ Guru
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163
Rep:
|
this should work
mknod /dev/sequencer c 14 1
|
|
|
12-29-2002, 05:47 PM
|
#3
|
Member
Registered: Oct 2002
Location: wisconsin -- The Badger state
Distribution: gentoo
Posts: 654
Original Poster
Rep:
|
ok it worked...but it its only accesible to root what commands do i use in chmod to make this work? i looked it up in the man pages but i couldnt figure out how to use chmod to change the permissions for a different user...
-thanks
|
|
|
12-29-2002, 06:11 PM
|
#4
|
LQ Guru
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163
Rep:
|
mine is rw-rw--w-
that would be
chmod 662 /dev/sequencer
if that doesn't work try 666
Last edited by DavidPhillips; 12-29-2002 at 06:12 PM.
|
|
|
12-29-2002, 06:21 PM
|
#5
|
Member
Registered: Oct 2002
Location: wisconsin -- The Badger state
Distribution: gentoo
Posts: 654
Original Poster
Rep:
|
ok thanks for that...but now theres more to the problem
024. Checking MIDI sequencer device /dev/sequencer... BAD (no kernel driver for /dev/sequenceror used by other program?).
- ADVICE: module loading problems ? Read /usr/src/linux/Documentation/modules.txt.
what do i do for this?
|
|
|
12-29-2002, 06:47 PM
|
#6
|
LQ Guru
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163
Rep:
|
I don't know try this
modprobe v_midi
|
|
|
12-30-2002, 12:00 AM
|
#7
|
Senior Member
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590
Rep:
|
The MAKEDEV script in in /dev and you have to run it there, so "cd /dev" followed by "./MAKEDEV audio" should do the trick, then check the permissions on all the created devices. Note that the MAKEDEV script is UPPERCASE, and that linux is case sensitive so "./makedev audio" will not work.
|
|
|
All times are GMT -5. The time now is 11:55 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|