SuSE Linux: Versions since 7.1
Kernel: Versions since 2.2.18
These devices are not recognized automatically from YaST2 and have to be configured manually.
Network
.
Network card configuration
.
Use the unrecognized card
. card configuration
and you will get the dialogue
Manual card setup
.
Network device
is Ethernet
.
device number
is 0. Otherwise you have to choose a device number that is not in use.
Module name
please type in pegasus
.
Leave Options
empty.
next
.
configure the network adress
.
Because while switching into another runlevel, e.g. during the boot process, first the network will be loaded and afterwards the USB manager, the network couldn't be initialized correctly. You get the following error message:
Failed services in runlevel 5: routeStart the network manually by the use of
rcnetwork start rcroute startor change the boot sequence of the USB system of the network :
/etc/init.d/network
the following line
# Required-Start: $local_fs dummy dhclient firewall_initto
# Required-Start: $local_fs dummy dhclient firewall_init usb
/etc/init.d/usbmgr
the two entries below
:# Required-Start: syslogchange to
# Required-Start:
rc_exitto
sleep 2 rc_exitContingently you have to set the value 2 higher.
insserv /etc/init.d/network insserv /etc/init.d/usbmgrin a console or in a terminal.
ls /etc/init.d/rc3.d/{S*network,S*usbmgr}gives the output
/etc/init.d/rc3.d/S01usbmgr /etc/init.d/rc3.d/S05network