Имам проблем с една система с кабелен модем. Модема е вързан към Macronix MX 98715. Под Windows няма проблем, но с Debian (Knoppix 3.3) се получава следното. Драйвера tulip не се зарежда при стартиране. При modprobe нищо не казва, а при insmod рапортува unresolved symbols със crc32_le и bitrevers (или нещо подобно).
Някаква идея? ----------------------------------------------------------------- В /etc/modules: # /etc/modules: kernel modules to load at boot time. # # This file should contain the names of kernel modules that are # to be loaded at boot time, one per line. Comments begin with # a `#', and everything on the line after them are ignored. . . tulip . . . . ----------------------------------------------------------------- В /etc/modules.conf: ### This file is automatically generated by update-modules" # # Please do not edit this file directly. If you want to change or add # anything please take a look at the files in /etc/modutils and read # the manpage for update-modules. # ### update-modules: start processing /etc/modutils/0keep # DO NOT MODIFY THIS FILE! # This file is not marked as conffile to make sure if you upgrade modutils # it will be restored in case some modifications have been made. # # The keep command is necessary to prevent insmod and friends from ignoring # the builtin defaults of a path-statement is encountered. Until all other # packages use the new `add path'-statement this keep-statement is essential # to keep your system working keep . . . . alias tulip eth0 # no warnings to stderr on KNOPPIX insmod_opt=-q ### update-modules: end processing /etc/modutils/arch/i386 ----------------------------------------------------------------- В /etc/network/interfaces: # /etc/network/interfaces -- configuration file for ifup(8), ifdown(8) # The loopback interface # automatically added when upgrading auto lo eth0 iface lo inet loopback iface eth0 inet dhcp Явор Атанасов ============================================================================ A mail-list of Linux Users Group - Bulgaria (bulgarian linuxers). http://www.linux-bulgaria.org - Hosted by Internet Group Ltd. - Stara Zagora To unsubscribe: http://www.linux-bulgaria.org/public/mail_list.html ============================================================================
