Results 1 to 3 of 3
hello all,
i am a newbie to linux.. and i have some basic doubts, please clarify me.. thanks in advance..
under /dev folder i could see several devices available in ...
- 10-26-2007 #1Just Joined!
- Join Date
- Jun 2007
- Posts
- 2
devices in use !...
hello all,
i am a newbie to linux.. and i have some basic doubts, please clarify me.. thanks in advance..
under /dev folder i could see several devices available in my embedded devices, but i couldn't find the ethernet devices there, but my device supports network, where this eth device will be! and
what will be there inside the /dev/ folder is it a device drivers or parameters for devices.
also is there any possiblities to identify the devices that are currently being used
cheers,
thinux...
- 10-26-2007 #2
Rather confusingly, network devices like eth0 are treated differently! They don't have an entry in the /dev directory. You can get a listing of them by using the command ifconfig.
No, these are not actually drivers - the drivers in Linux are all inside the kernel. The device files are a user interface to these drivers. You can use them in many ways like real files but every time a program attempts to read from or write to one of them, an interrupt occurs and the kernel will transfer control to the appropriate driver module.what will be there inside the /dev/ folder is it a device drivers or parameters for devices."I'm just a little old lady; don't try to dazzle me with jargon!"
- 10-28-2007 #3Just Joined!
- Join Date
- Jun 2007
- Posts
- 2
devices in use !...
Hello "little old lady"
,
Thanks for your reply..,
Hello all,
Is there any way to know the devices that are currently being used.. please show me a direction on identifying the devices in use.. . thanks again..


Reply With Quote
