Gentoo Archives: gentoo-user

From: chrissie <chrissie@×××××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Several Gentoo-Problems
Date: Tue, 09 Jan 2007 20:42:00
Message-Id: 20070109203346.GB80375@ibiza.x-tra-designs.org
In Reply to: Re: [gentoo-user] Several Gentoo-Problems by Richard Fish
1 On Tue, Jan 09, 2007 at 01:31:17AM -0700, Richard Fish wrote:
2 > On 1/9/07, chrissie <chrissie@×××××××××××××.org> wrote:
3 > >I habe to Network Interface Cards installed in my machine: one VIA-Rhine-II
4 > >and one 3Com 3c59x. Now the cards get randomized at every boot, sometimes teh
5 > >VIA is eth0, sometimes the 3Com. I want the 3Com to be eth0 at every time,
6 > >how to fix this?
7 >
8 > Assuming you just upgraded to udev-103, run:
9 >
10 > # /lib/udev/write_net_rules all_interfaces
11
12 balearen chrissie # /lib/udev/write_net_rules all_interfaces
13 /etc/udev/rules.d/70-persistent-net.rules exists, persistent interface names
14 not saved.
15
16 > Then edit /etc/udev/rules.d/70-persistent-net.rules to assign the
17 > interface names you want if they turn up wrong.
18
19 balearen chrissie # cat /etc/udev/rules.d/70-persistent-net.rules
20 [...]
21 # PCI device 0x1106:0x3065 (via-rhine)
22 SUBSYSTEM=="net", DRIVERS=="?*", ATTRS{address}=="00:0b:6a:c2:de:7f",
23 NAME="eth0"
24
25 I think there is nothing wrong at the moment, via-rhine should be the eth0
26 interface. But it is the 3com at the moment (just wondering if it is
27 via-rhine after the next boot).
28
29 balearen chrissie # ifconfig
30 eth0 Link encap:Ethernet HWaddr 00:10:4B:42:98:29
31 inet addr:10.11.1.100 Bcast:10.11.1.255 Mask:255.255.255.0learen
32 [...]
33
34 chrissie # cat /etc/conf.d/net
35 [...]
36 config_eth0=( "10.11.1.100 netmask 255.255.255.0 brd 10.11.1.255" )
37 routes_eth0=( "default gw 10.11.1.1" )
38
39 Ok, i can remove the second card from this desktop-system because i really do
40 not need it at the moment. But i am looking for the gentoo way to solve this
41 problem, especially if you have three network cards from the same vendor.
42
43 > >If i launch gnome-volume-control, i get the following message:
44 > >gnome-volume-control: symbol lookup error: gnome-volume-control: undefined
45 > >symbol: __gst_debug_min
46 > >I already searched the web, re-emerged gstreamer, gstreamer-oss,
47 > >gstreamer-alsa but still no solution.
48 > >
49 > >Everytime i log into Gnome, the gnome-settings-daemon crashes, and bug-buddy
50 > >shows up. If i press Cancel in Bug-Buddy, gnome-settings-daemon crashes again
51 > >and again. If i move the Bug-Buddy-window to Workspace 4 everything works
52 > >fine and the settings are correct. Also the settings-daemon is running. This
53 > >happens after i emerged the clearlooks-theme.
54 >
55 > I don't use gnome, so I cannot say for sure, but maybe you need to do
56 > a "revdep-rebuild" to rebuild anything with broken dependancies?
57
58 balearen chrissie # revdep-rebuild
59 Configuring search environment for revdep-rebuild
60 Collecting system binaries and libraries... done.
61 Collecting complete LD_LIBRARY_PATH... done.
62 Checking dynamic linking consistency...
63
64 some evolution-links msissing, but nothing directly assigned to gnome or
65 volume.
66
67 Assigning files to ebuilds... done.
68 Evaluating package order... done.
69 dynamic linking on your system is consistent... All done.
70
71 Any hints, also about the gnome-settings-daemon problem?
72 --
73 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Several Gentoo-Problems Iain Buchanan <iaindb@××××××××××××.au>
Re: [gentoo-user] Several Gentoo-Problems Richard Fish <bigfish@××××××××××.org>