On Wed, 2006-07-05 at 14:51 +0200, Andreas Beckmann wrote:
> I switched testing to another machine that can be rebooted more easily.
> It has only one (onboard) network interface:
> # PCI device 10ec:8139 (8139too)
> 
> Kay Sievers wrote:
> ...
> > Care to provide:
> >   udevinfo -a -p /class/net/eth0
> >
> > That should print all the DRIVER= values, just to check if that is
> > correct.
> 
>   looking at device '/class/net/eth0':

>   looking at device '/devices/pci0000:00/0000:00:0a.0':
>     ID=="0000:00:0a.0"
>     BUS=="pci"
>     DRIVER=="8139too"

>   looking at device '/devices/pci0000:00':
>     ID=="pci0000:00"
>     BUS==""
>     DRIVER==""

That looks fine.

> Marco d'Itri wrote:
> > On Jul 04, Andreas Beckmann <[EMAIL PROTECTED]> wrote:
> >
> >> # ignore interfaces without a driver link
> >> DRIVER!="?*", GOTO="persistent_net_generator_end"
> > So try replacing this rule with:
> >
> > PHYSDEVDRIVER!="?*", GOTO="persistent_net_generator_end"
> >
> > and check if it works better.
> 
> There is no difference between DRIVER!="?*" and PHYSDEVDRIVER!="?*" - no
> z25_persistent-net.rules created during boot.

PHYSDEVDRIVER is an environment variable set by the kernel and needs to
be in an ENV{} key to match the value.

Kay



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to