On Tue, 2004-06-15 at 10:03, Jorge -Educanet- wrote: > Hello speedtouch, > > i found a new driver version 1.3 for SpeedTouch USB ADSL > > http://sourceforge.net/project/showfiles.php?group_id=32758&package_id=28264 > > Trying install in Fedora Core 2 i found a minibug in the speedtouch-setup > script. > > For the Fedora distribution the file /etc/modules.conf is > /etc/modprobe.conf > > I have added this lines in the file: > > ---------------------------------------------------------- > Line 526 > Line 527 # We handle the Debian way here > Line 528 # > Line 529 if [ -f /etc/debian_version ]; then > Line 530 MODULE_CONF="/etc/modutils/hdlc" > Line 531 echo "Configuring the modules.conf the debian way !" > Line 532 fi > Line 533 > + Line 534 # > + Line 535 # We handle the Fedora Core way here > + Line 536 # > + Line 537 > + Line 538 cat /etc/redhat-release | grep "Fedora Core" > + Line 539 if [ "$?" -eq "0" ]; then > + Line 540 MODULE_CONF="/etc/modprobe.conf" > + Line 541 fi > Line 542 > Line 543 echo "Adding ppp entries to your $MODULE_CONF" > ----------------------------------------------------------- > > > Sorry but i don't know use diff > It's very easy though:
diff <new-file> <old-file> > my-patch.diff Liste de diffusion modem ALCATEL SpeedTouch USB Pour se d�sinscrire : mailto:[EMAIL PROTECTED]
