LinuxQuestions.org
Review your favorite Linux distribution.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 12-12-2007, 12:55 AM   #1
Bob_P
LQ Newbie
 
Registered: Oct 2005
Posts: 15

Rep: Reputation: 0
Question Mandriva 2008


I need help with this installation.I manage to load it Ok but firefox will not load. down loadable updates need this connection. I can get Konqueror up but that does not help.This test computer is a duel boot P4 Radeon AGP graphics. XP/Mandriva duel boot Inet connection is made via ethernet cable to master computer this link is only setup for Mandriva to share ADSL link through a NetComm NB5 adsl modem.I have been experimenting with Different versions of Linux all have their share of problems.
It appears the adsl modem shuts mandriva down (now she work now she don't).I was given a simple fix for the same problem in Mepis but sadly it won't work in mandriva.Just to reiterate Is there any experts who can help fix the problem.
Ok mepis Fixed it So come on people lets get this up and Running as I am just about to hit the Install button again/again/again HELP
 
Old 12-12-2007, 12:16 PM   #2
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,139

Rep: Reputation: 831Reputation: 831Reputation: 831Reputation: 831Reputation: 831Reputation: 831Reputation: 831
I would be happy to try and help you resolve your configuration problems.

Quote:
I manage to load it Ok but firefox will not load.
How did you install Firefox? Was it with urpmi, or did you download a file directly from Firefox? Konqueror will do most of what Firefox does, it does tend to appear slower than Firefox, but on your system I'm not sure you would even notice the difference.

I read your words on the physical setup. It does not make sense to me. Are you saying this "master computer" is connected to the ADSL modem; and the machien with the problems connects to the mater via an ethernet connection?

In order to help you, we need to understand your setup. If you could better describe this, find out the type of ethernet card, or chip set you have. I also need to know a little about this 'master computer', OS etc.

Quote:
It appears the adsl modem shuts mandriva down (now she work now she don't)
I hope what ever is going on here will make more sense when we understand the physical connection.

What did you do in Mepis to get it working?
 
Old 12-12-2007, 09:06 PM   #3
Bob_P
LQ Newbie
 
Registered: Oct 2005
Posts: 15

Original Poster
Rep: Reputation: 0
G,day Cliff
1)The main computer is P4 with XP installed connected to a NetComm NB5 ADSL modem using Australian location Telco's Fitted with extra network card to connect too.
2)The test computer old IBM P3 Hybrid also fitted with network card.(as on board ethernet is non functional)
3)This configuration is setup with main computer configured to allow Home Network to share connection.
4) Mozzilla Firefox is a integral part of installation of Mandriva 2008.
5) The solution in Mepis was found to be problem Common to Au/Nz
6) The Link to the Fix

Anyway - the fix for me was editing /etc/dhcp3/dhclient.conf (you'd need to do it as root). Easiest way to do this is <alt> + F2 to bring up a run dialogue, then:
kdesu kwrite /etc/dhcp3/dhclient.conf and click run. Then put in root password at the prompt pop-up window, then kwrite should start with dhclient.conf open.

I enabled the open-DNS servers. All I had to do was insert following
Quote:
prepend domain-name-servers 208.67.222.222, 208.67.220.220;
I inserted the line directly below a commented out line
#prepend domain-name-servers 127.0.0.1;

After that, saved the file, rebooted, and then I was away laughing.

So you can see exactly where i put the line, I've highlighted part of my dhclient.conf below:
Quote:
timeout 20;
request domain-name-servers, subnet-mask, broadcast-address, time-offset, routers, domain-name, host-name, netbios-name-servers, netbios-scope;

#The above area is edited by the MEPIS OS Center

#send host-name "andare.fugue.com";
#send dhcp-client-identifier 1:0:a0:24:ab:fb:9c;
#send dhcp-lease-time 3600;
#supersede domain-name "fugue.com home.vix.com";
#prepend domain-name-servers 127.0.0.1;
prepend domain-name-servers 208.67.222.222, 208.67.220.220;

#require subnet-mask, domain-name-servers;
retry 60;
#reboot 10;
#select-timeout 5;
#initial-interval 2;
#script "/etc/dhcp3/dhclient-script";
Don't forget to save and reboot. If this does fix the issue, chances are you may need to do this again f

Cliff I think Problem is Configuration problem and the method I realy need to fix it will be based on as much Point/Click Copy/Paste
Hope we can Solve It

Last edited by Bob_P; 12-12-2007 at 09:08 PM. Reason: Correction in detail
 
Old 12-14-2007, 09:43 AM   #4
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,139

Rep: Reputation: 831Reputation: 831Reputation: 831Reputation: 831Reputation: 831Reputation: 831Reputation: 831
First of all, sorry for being slow at getting back to this thread. The information you supplied has helped me understand what we are dealing with. What we need to do next is find out if your linux system has got an IP address.

To do that, run the command /sbin/ifconfig and post the results. The second line of the connection, it could be eth0 or eth1 since you have more than one hardware ethernet card ( set of chips ) installed, should show an IP address if the DHCP request worked. If no IP address is present, then we need ot make sure the interface is up and active. That is more stuff we can look at.

I'm trying to find out what I can about the NetComm NB5. Some of these things are just modems, and the newer breed are modems and routers all in one box. We need to understand where the DHCP request is going. My guess is it is a modem/router, and that box has to get the DHCP request and return the IP address through your windows box. Some where in that chain of hardware and software the problem lies...

Post back and we'll go from there.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Ndiswrapper and Mandriva 2008 Eric_Cartman Linux - Wireless Networking 0 10-31-2007 02:18 AM
Mandriva 2008 Fails To Update Mandriva 2007 Spring Free max53000 Mandriva 1 10-20-2007 04:53 AM
LXer: The Perfect Desktop - Mandriva 2008 Free (Mandriva 2008.0) LXer Syndicated Linux News 0 10-16-2007 07:20 PM
I am using mandriva 2008 fireblade_spark Linux - Newbie 4 10-14-2007 02:17 PM
LXer: The Perfect Server - Mandriva 2008 Free (Mandriva 2008.0) LXer Syndicated Linux News 0 10-11-2007 09:41 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 09:41 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