LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE
User Name
Password
SUSE / openSUSE This Forum is for the discussion of Suse Linux.

Notices


Reply
  Search this Thread
Old 12-09-2006, 06:47 PM   #1
Red Knuckles
Member
 
Registered: Jan 2006
Location: Colorado USA
Distribution: Debian AMD 64 Testing, Sabayon Linux x86-64 3.4, and Ubuntu AMD 64 7.04
Posts: 235

Rep: Reputation: 30
Unhappy Internet install w/Tulip Ethernet card


I think I want to do an Internet install or upgrade to Suse 10.2 [from 10.1]. Unfortunately I have the Davicom Tulip Ethernet card which the Internet install CD boots with the tulip driver which doesn't work. How can I get it to load the dmfe driver instead??? The dmfe driver is listed in the boot dialog but after tulip which is probably why it loads tulip by default.

Here's another thought. How can I use Yast [still very slow for me], Smart, or Synaptic to upgrade from 10.1 to 10.2???

Last edited by Red Knuckles; 12-09-2006 at 06:52 PM.
 
Old 12-10-2006, 05:47 PM   #2
Red Knuckles
Member
 
Registered: Jan 2006
Location: Colorado USA
Distribution: Debian AMD 64 Testing, Sabayon Linux x86-64 3.4, and Ubuntu AMD 64 7.04
Posts: 235

Original Poster
Rep: Reputation: 30
Unhappy

Maybe I incorrectly stated the problem. When I attempt to do an Internet install from these instructions:

http://en.opensuse.org/INSTALL_Internet

I get this error:

HTTP network error
Connect: no route to host

This occurs whether I use DHCP or enter network info manually. When I do so manually it correctly detects my computer ip, my router/gateway ip, then for name server it lists my router ip again. Also it loads the tulip driver for my net card as stated above but I'm no longer sure that's the problem. I'm using '195.135.221.134' as the host ip and '/pub/opensuse/distribution/SL-10.2/inst-source/' as the installation directory.
 
Old 12-10-2006, 06:34 PM   #3
sadiqdm
Member
 
Registered: Nov 2003
Location: London, UK
Distribution: openSUSE, Ubuntu
Posts: 358

Rep: Reputation: 35
That error means it can't find the remote directory. The IP is at opensuse.org and the server seems to be overloaded.

Have a look at the updated version of that install wiki and find one of the mirrors. Also the download directories now have the format ~/pub/opensuse/distribution/10.2/repo/oss/ Note the last 3 names have changed from the 10.1 format. Make sure you get the correct path from the mirrors page. When I first tried using the internet install I kept getting that error and it was sometimes a timeout due to a loaded server, but mostly my spelling mistakes.

Last edited by sadiqdm; 12-10-2006 at 06:35 PM.
 
Old 12-10-2006, 07:01 PM   #4
Red Knuckles
Member
 
Registered: Jan 2006
Location: Colorado USA
Distribution: Debian AMD 64 Testing, Sabayon Linux x86-64 3.4, and Ubuntu AMD 64 7.04
Posts: 235

Original Poster
Rep: Reputation: 30
Quote:
Originally Posted by sadiqdm
That error means it can't find the remote directory. The IP is at opensuse.org and the server seems to be overloaded.

Have a look at the updated version of that install wiki and find one of the mirrors. Also the download directories now have the format ~/pub/opensuse/distribution/10.2/repo/oss/ Note the last 3 names have changed from the 10.1 format. Make sure you get the correct path from the mirrors page. When I first tried using the internet install I kept getting that error and it was sometimes a timeout due to a loaded server, but mostly my spelling mistakes.
Thanks, Sadiq. The Internet install instruction page has indeed been edited since yesterday [12-9-2006]. Now with some mirrors I can get it to start to install the installer but it freezes at some point and doesn't finish. Will continue to try with other mirrors.
 
Old 12-10-2006, 07:18 PM   #5
sadiqdm
Member
 
Registered: Nov 2003
Location: London, UK
Distribution: openSUSE, Ubuntu
Posts: 358

Rep: Reputation: 35
In fact it was I who edited the wiki

A number of people had been having problems so I tried it out and found it quite out of date. I'm putting my PC back to 10.1, and doing some repartitioning so will probably be up late.

I think a lot of the mirrors are running slow due to people updating to 10.1 RM or 10.2 GM.

Good luck.
 
Old 12-10-2006, 07:50 PM   #6
Red Knuckles
Member
 
Registered: Jan 2006
Location: Colorado USA
Distribution: Debian AMD 64 Testing, Sabayon Linux x86-64 3.4, and Ubuntu AMD 64 7.04
Posts: 235

Original Poster
Rep: Reputation: 30
Quote:
Originally Posted by sadiqdm
In fact it was I who edited the wiki

A number of people had been having problems so I tried it out and found it quite out of date. I'm putting my PC back to 10.1, and doing some repartitioning so will probably be up late.

I think a lot of the mirrors are running slow due to people updating to 10.1 RM or 10.2 GM.

Good luck.
Thanks again. I still can't get it to finish installing the installer. Will try later. Meanwhile I'll burn the CD's even though I'd prefer an Internet install. Also a possible reason why my install freezes could be because it is using the tulip ethernet driver instead of dmfe which I haven't figured a way around.

Last edited by Red Knuckles; 12-10-2006 at 07:53 PM.
 
Old 12-12-2006, 03:18 AM   #7
oozie
Member
 
Registered: Mar 2006
Location: Dublin / Ireland
Distribution: GENTOO Slackware SUSE Ubuntu NLD FreeBSD
Posts: 31

Rep: Reputation: 15
Quote:
Originally Posted by Red Knuckles
Thanks again. I still can't get it to finish installing the installer. Will try later. Meanwhile I'll burn the CD's even though I'd prefer an Internet install. Also a possible reason why my install freezes could be because it is using the tulip ethernet driver instead of dmfe which I haven't figured a way around.
I would even say that's sure! The funny thing is, that dmfe driver is blacklisted by default (I would personally blacklist tulip, ugly thing)

This should be the right way to make it work on the running system:

Go to /etc/modprobe.d/blacklist and find a line saying
"blacklist dmfe"
Place "tulip" onto "dmfe" and configure your network card.

Yast -> Network dev -> Network Card -> Traditional method -> Edit ->
-> Advanced...-> Hardware details -> Module name -> dmfe

During the installation go to the root console (Alt+F5?) and type there:
Code:
rmmod tulip
modprobe dmfe
Works now?

Best Regards,
OOZIE

Last edited by oozie; 12-12-2006 at 03:22 AM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Davicom Tulip Ethernet card Red Knuckles Fedora 2 11-06-2006 06:17 PM
NetBSD install won't recognize tulip card Harpune *BSD 0 12-17-2005 05:28 PM
compiling Tulip ethernet driver from source mandrak. kieara Linux - Newbie 5 05-09-2005 03:26 PM
Ethernet Tulip 2 cards Linksys hyperlink1uk Linux - Hardware 0 02-28-2004 12:10 PM
setting ethernet card to tulip??? Derek-kun Linux - Newbie 5 09-25-2003 12:51 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE

All times are GMT -5. The time now is 03:39 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration