Support Requests item #1923750, was opened at 2008-03-23 11:39
Message generated for change (Comment added) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=622064&aid=1923750&group_id=98788
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Install Problem (example)
Group: None
Status: Open
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Nerworking problems
Initial Comment:
colinux: 0.7.3
kernel: 2.6.22.18
I have a dual boot WinXP Pro SP2 and OpenSUSE 10.2. I try to use Colinux with SUSE. I created file settings.txt:
mem=512
root=/dev/cobd4
kernel=vmlinux
cobd3=\Device\Harddisk0\Partition3
cobd4=\Device\Harddisk0\Partition4
eth0=tuntap
eth1=slirp
At this time of my works, I have a device eth47 and eth48. After boot, the eth device appear to be increase by one or two or any number, base to the number of network device in the file settings.txt. I can add manually eth0 and eth1, but I can't ifup it. eth45 and eth46 appear automatically, no ifup
necessary,when I use ifconfig -a.
Thanks for help
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2008-03-25 18:53
Message:
Logged In: NO
In file /etc/udev/rules.d/30-net_persistent_names.rules, I founded more
than 40 lines like this: SUBSYSTEM=="net",ACTION=="add",... I deleted all
lines.
In file /etc/udev/rules.d/31-network.rules I commented the lines:
SUBSYSTEM=="net",ACTION=="add",ENV(RENAMED)!=
"yes",IMPORT="/lib/udev/rename_netiface %k"
This two things fix my problems.
Thanks.
----------------------------------------------------------------------
Comment By: Henry N. (henryn)
Date: 2008-03-24 12:30
Message:
Logged In: YES
user_id=579204
Originator: NO
In the file /etc/udev/rules.d/70-persistent-net.rules needs to remove all
such lines:
SUBSYSTEM=="net", DRIVERS=="?*", ATTRS{address}=="00:11:22:33:44:55",
NAME="eth0"
After the next reboot should have eth0 and eth1 and no increasing any
more.
But, I not understand why a change in the 0.7.3 doesn't fix the increasing
networks.
Version 0.7.3 build after 2008-03-02 (SVN r932) should fix it. Please
check this registry key:
[HKEY_CURRENT_USER\Software\coLinux\monitor\M\ethX]
"mac"="00:ff:XX:XX:XX:XX"
(M=Monitor number, X=network device number)
Exist such registry key?
Or do you used an older build? (please version check with "uname -a")
----------------------------------------------------------------------
Comment By: Henry N. (henryn)
Date: 2008-03-24 09:35
Message:
Logged In: YES
user_id=579204
Originator: NO
It's the same as in
https://sourceforge.net/tracker/index.php?func=detail&aid=1861876&group_id=98788&atid=622063
Without MAC, SuSE detects *new* cards on every boot.
You needs to set unique MAC for every ethX device.
Than search for saved networks in files under /etc. I don't know where it
is. But, SuSE also save every new MAC in one file.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=622064&aid=1923750&group_id=98788
|