LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 02-16-2005, 03:19 AM   #1
vonkempelen
LQ Newbie
 
Registered: Feb 2005
Location: Australia
Posts: 5

Rep: Reputation: 0
udev or devfs in use?


I have installed Slackware 10 and compiled my own kernel 2.6.9.

I know I enabled hotplug in the kernel, but I really have no idea how to tell if my install is using udev or devfs (or both if that is possible).

As far as I can tell I do have udev installed - swaret --search udev reports:
swaret 1.6.2-1
Listing available Packages matching Keyword: udev...
udev-050-i486-1 (169 kB) [Status: NOT INSTALLED (Installed: udev-042-i486-1)]

But is it configured properly and used?

I also have a lot of files in the /dev directory which leads me to believe devfs is also used.

Is there some definitive way to tell which one is actually in use?

I would like to use udev if possible but I am not sure how to remove devfs in that case.

Thank you.
 
Old 02-16-2005, 03:48 AM   #2
satinet
Senior Member
 
Registered: Feb 2004
Location: England
Distribution: Slackware 14.2
Posts: 1,491

Rep: Reputation: 50
Hello,

The 2.6 kernel uses udev unless I am much mistaken.

do 'ps -ef|grep -i udev' to see what it's up to.

I had a load of udev problems once and had to get right into the whole things, but I've forgotten all about it now. Can't even remember where the config files are.

Anyway, are you having some sort of problem? I'll try to remind myself, if so.
 
Old 02-16-2005, 04:26 AM   #3
vonkempelen
LQ Newbie
 
Registered: Feb 2005
Location: Australia
Posts: 5

Original Poster
Rep: Reputation: 0
Hi,

Thank you for that suggestion.

The result was "root 283 1 0 Feb13 ? 00:00:00 udevd" so I guess I can at least be sure that udev is present.

My problem started when I wanted to use my USB modem. I had it running on RH, kernel 2.4.x with no intervention on my part. RH simply detected the modem and created a node for it, I think it was /dev/input/ttyACM0 or something simmilar.

I tried creating the same node manually now, but it did not help. Basically the problem is that the modem module does not seem to detect the modem (the USB does see it - cat /proc/bus/usb/devices and also the cdc_acm module gets loaded but that's it)

And with this new udev system I am not even sure where the problem is. From reading the doumentation I was under the impression that it was supposed to be the module (or udev?) that was meant to create the node in first place.

Although the problem may be elsewhere and I am going in the completely wrong direction.
 
Old 02-16-2005, 10:56 AM   #4
urka58
Member
 
Registered: Nov 2003
Distribution: slackware 15
Posts: 546

Rep: Reputation: 43
I'd suggest you first chek if the module is actually up by
lsmod
Udev is far from perfection, so it possible the device node is not created automatically when the module is loaded.
If you know what major number should be assigned to your device node, it is not a big problem since you can add a simple script to create this node at boot. I would check the driver docs first and then if nothing is availble have a look @ http://www.lanana.org/docs/device-list/.
Hope this helps
Ciao
 
Old 02-16-2005, 01:07 PM   #5
satinet
Senior Member
 
Registered: Feb 2004
Location: England
Distribution: Slackware 14.2
Posts: 1,491

Rep: Reputation: 50
hello,

I has similar problems with UDEV after a kernel recomplile. Basically, it couldn't see my cdrom drive. Anyway, I can't remember how i solved it, but i think i upgraded UDEV to the lastest version and recompiled.

The version of Udev in slack 10 is pretty early and as urka58 says, it's far from perfect. Anyway, if you cd to /dev then plug your USB modem into the slot it should create a new device. the operative word being 'should'. If you do 'ls -lsrt' after a few mins the latest device should be there. If it doesn't then i guess there is a problem.

I'm not an expert on UDEV. But check the config files - they tell you what kind of device should be created.

Get udev from www.slackware.com in the current part. You can search.
 
Old 02-17-2005, 03:45 AM   #6
vonkempelen
LQ Newbie
 
Registered: Feb 2005
Location: Australia
Posts: 5

Original Poster
Rep: Reputation: 0
OK, so far I have done this:

1) upgraded udev to the latest package
swaret --search udev
swaret 1.6.2-1

Listing available Packages matching Keyword: udev...
udev-050-i486-1 (169 kB) [Status: INSTALLED]

2) made sure it is running
ps -A | grep udev
247 ? 00:00:00 udevd

3) manually created the ACM node
mknod /dev/ttyACM0 c 166 0
chmod a+rw /dev/ttyACM0

4) made sure the modem module gets loaded when modem plugged in
lsmod
Module Size Used by
cdc_acm 9824 0
usblp 11072 0
ohci_hcd 15492 0
ehci_hcd 25156 0
usbcore 102500 6 cdc_acm,usblp,ohci_hcd,ehci_hcd

So far everything seems OK, yet the module does not see the modem

cat /proc/bus/usb/devices
T: Bus=03 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 2 Spd=12 MxCh= 0
D: Ver= 1.00 Cls=02(comm.) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1
P: Vendor=06ea ProdID=0002 Rev= 1.00
S: Manufacturer=Sirius Technologies
S: Product=Roadster II 56 USB
C:* #Ifs= 2 Cfg#= 1 Atr=a0 MxPwr=400mA
I: If#= 1 Alt= 0 #EPs= 2 Cls=0a(data ) Sub=00 Prot=00 Driver=(none)
E: Ad=81(I) Atr=02(Bulk) MxPS= 16 Ivl=0ms
E: Ad=01(O) Atr=02(Bulk) MxPS= 16 Ivl=0ms
I: If#= 0 Alt= 0 #EPs= 1 Cls=02(comm.) Sub=02 Prot=01 Driver=(none)
E: Ad=82(I) Atr=03(Int.) MxPS= 8 Ivl=128ms

And Minicom dies with this error:
minicom: cannot open /dev/ttyACM0: No such file or directory

I am stumped. :-(
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Udev static dev and devfs exvor Linux - Software 4 10-22-2005 03:01 PM
Switching to udev from devfs kushalkoolwal Debian 3 09-02-2005 05:15 PM
udev conficting with devfs after upgrade david.skinner Linux - Software 0 01-04-2005 04:14 PM
Sysfs, Udev, Proc, Devfs...what the frick? matthurne Linux - Hardware 1 02-24-2004 05:23 AM
To devfs, or not devfs - advice please JamesM Linux - General 7 08-13-2003 06:59 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 01:04 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration