Gentoo Archives: gentoo-dev

From: Paul Varner <gentoo-dev@××××××××××××.org>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Kernel sources thread
Date: Sun, 25 Jul 2004 16:14:05
Message-Id: 1090772040.16989.34.camel@garath.homelinux.org
In Reply to: Re: [gentoo-dev] Kernel sources thread by Greg KH
1 On Thu, 2004-07-22 at 01:55, Greg KH wrote:
2 > On Wed, Jul 21, 2004 at 08:29:09AM -0500, Paul Varner wrote:
3 > >
4 > > garath net # pwd
5 > > /sys/class/net
6 > > garath net # ls
7 > > eth0 lo vmnet1 vmnet8
8 > > garath net # ls eth0
9 > > addr_len address broadcast device driver features flags ifindex
10 > > iflink mtu statistics tx_queue_len type
11 > > garath net # ls vmnet1
12 > > addr_len address broadcast features flags ifindex iflink mtu
13 > > statistics tx_queue_len type
14 > > garath net # ls vmnet8
15 > > addr_len address broadcast features flags ifindex iflink mtu
16 > > statistics tx_queue_len type
17 >
18 > Just a hint, the program 'tree' really shows this info a lot better.
19 >
20
21 Which package do I emerge to get 'tree'? I have sysfsutils installed and
22 it isn't included there.
23
24 > > I don't see a device entry for vmnet1 or vmnet8
25 >
26 > As vmnet1 and vmnet8 are network devices, I don't see why you would ever
27 > see a device node for them. You don't have one for eth0 or lo, right? :)
28 >
29
30 Normally, I would completely agree with you. However, vmnet1 and vmnet8
31 while being network devices do require a device node. If the following
32 nodes don't exist, they don't work!
33
34 crw-r--r-- 1 root root 119, 0 Jul 24 22:25 /dev/vmnet0
35 crw-r--r-- 1 root root 119, 1 Jul 24 22:25 /dev/vmnet1
36 crw-r--r-- 1 root root 119, 8 Jul 24 22:25 /dev/vmnet8
37
38 Finally, just to be clear, this is something for vmware to fix with
39 their drivers, not the udev developers. I was just pointing out that
40 currently vmware doesn't "just work" with a pure udev system.
41
42 Regards,
43 Paul
44 --
45 My Gentoo stuff: http://varnerfamily.org/pvarner/gentoo
46
47 --
48 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] Kernel sources thread Ciaran McCreesh <ciaranm@g.o>
Re: [gentoo-dev] Kernel sources thread Chris Gianelloni <wolf31o2@g.o>