On Tue, Jan 09, 2007 at 01:31:17AM -0700, Richard Fish wrote: > On 1/9/07, chrissie <[EMAIL PROTECTED]> wrote: > >I habe to Network Interface Cards installed in my machine: one VIA-Rhine-II > >and one 3Com 3c59x. Now the cards get randomized at every boot, sometimes teh > >VIA is eth0, sometimes the 3Com. I want the 3Com to be eth0 at every time, > >how to fix this? > > Assuming you just upgraded to udev-103, run: > > # /lib/udev/write_net_rules all_interfaces balearen chrissie # /lib/udev/write_net_rules all_interfaces /etc/udev/rules.d/70-persistent-net.rules exists, persistent interface names not saved.
> Then edit /etc/udev/rules.d/70-persistent-net.rules to assign the > interface names you want if they turn up wrong. balearen chrissie # cat /etc/udev/rules.d/70-persistent-net.rules [...] # PCI device 0x1106:0x3065 (via-rhine) SUBSYSTEM=="net", DRIVERS=="?*", ATTRS{address}=="00:0b:6a:c2:de:7f", NAME="eth0" I think there is nothing wrong at the moment, via-rhine should be the eth0 interface. But it is the 3com at the moment (just wondering if it is via-rhine after the next boot). balearen chrissie # ifconfig eth0 Link encap:Ethernet HWaddr 00:10:4B:42:98:29 inet addr:10.11.1.100 Bcast:10.11.1.255 Mask:255.255.255.0learen [...] chrissie # cat /etc/conf.d/net [...] config_eth0=( "10.11.1.100 netmask 255.255.255.0 brd 10.11.1.255" ) routes_eth0=( "default gw 10.11.1.1" ) Ok, i can remove the second card from this desktop-system because i really do not need it at the moment. But i am looking for the gentoo way to solve this problem, especially if you have three network cards from the same vendor. > >If i launch gnome-volume-control, i get the following message: > >gnome-volume-control: symbol lookup error: gnome-volume-control: undefined > >symbol: __gst_debug_min > >I already searched the web, re-emerged gstreamer, gstreamer-oss, > >gstreamer-alsa but still no solution. > > > >Everytime i log into Gnome, the gnome-settings-daemon crashes, and bug-buddy > >shows up. If i press Cancel in Bug-Buddy, gnome-settings-daemon crashes again > >and again. If i move the Bug-Buddy-window to Workspace 4 everything works > >fine and the settings are correct. Also the settings-daemon is running. This > >happens after i emerged the clearlooks-theme. > > I don't use gnome, so I cannot say for sure, but maybe you need to do > a "revdep-rebuild" to rebuild anything with broken dependancies? balearen chrissie # revdep-rebuild Configuring search environment for revdep-rebuild Collecting system binaries and libraries... done. Collecting complete LD_LIBRARY_PATH... done. Checking dynamic linking consistency... some evolution-links msissing, but nothing directly assigned to gnome or volume. Assigning files to ebuilds... done. Evaluating package order... done. dynamic linking on your system is consistent... All done. Any hints, also about the gnome-settings-daemon problem? -- gentoo-user@gentoo.org mailing list