Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 7267 - MAKEDEV audio
Summary: MAKEDEV audio
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Arcady Genkin (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-30 07:33 UTC by Sven Ruppert
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sven Ruppert 2002-08-30 07:33:45 UTC
Hi,
i have a problem with the MAKEDEV tool

the output from : cd /dev ; /usr/sbin/MAKEDEV 
audio  (as root)
is
for example:
mv: cannot move dsp- to dsp : Operation not permitted
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2002-08-30 08:02:20 UTC
so you're not using devfs?
Comment 2 Seemant Kulleen (RETIRED) gentoo-dev 2002-09-01 02:08:07 UTC
Sven?
Comment 3 Sven Ruppert 2002-09-01 02:21:28 UTC
Oh, sorry for my late answer..

First I tried devfs. 
I have the Solo1 Soundcard and I 
installed the alsa driver.
I think that I need the driver : snd-es1938
and write it into the file 
/etc/modules.d/alsa.
(devfs is enabled in the kernel)

nothing happend because the 
driver wasn
Comment 4 Sven Ruppert 2002-09-01 02:21:28 UTC
Oh, sorry for my late answer..

First I tried devfs. 
I have the Solo1 Soundcard and I 
installed the alsa driver.
I think that I need the driver : snd-es1938
and write it into the file 
/etc/modules.d/alsa.
(devfs is enabled in the kernel)

nothing happend because the 
driver wasn´t found at boot-time.

then I tried the method with the kernel-driver.
loading 
the driver (soundcore and esssolo1) is OK  but the rest with
MAKEDEV not....
Comment 5 Dave Gudeman 2002-09-02 16:38:34 UTC
This seems to be a general problem with MAKEDEV, it doesn't work with devfs, but
there is no indication of why (apparently you can't "mv" a file within devfs).
This really needs to be fixed for old-timer sysadmins who think they know how to
add new devices. I propose a check for devfs and if you call MAKEDEV on a devfs
file system, it should tell you

1. devices aren't made with MAKEDEV any more
2. devices should be auto-created and if they aren't something else is wrong
3. devices have different names now so maybe it is being created elsewhere
4. read /usr/src/linux/Documents/filesystems/devfs.

A message like this would have saved me many hours in my recent attempt to
install a printer.
Comment 6 Arcady Genkin (RETIRED) gentoo-dev 2002-09-02 19:52:51 UTC
Sven, so why did you think that you needed to run MAKEDEV at all?  Is sound not
working for you?
Comment 7 Arcady Genkin (RETIRED) gentoo-dev 2002-10-30 09:57:36 UTC
Closing for lack of feedback.  Please reopen this bug if you are still there and
experiencing a problem.