Kitz ADSL Broadband Information
adsl spacer  
Support this site
Home Broadband ISPs Tech Routers Wiki Forum
 
     
   Compare ISP   Rate your ISP
   Glossary   Glossary
 
Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: 1 [2]

Author Topic: Linux Mint11 problem.  (Read 6316 times)

Ratae

  • Member
  • **
  • Posts: 94
Re: Linux Mint11 problem.
« Reply #15 on: December 30, 2011, 02:54:47 PM »

Actually, the IP address is 169.254.8.164

Strange!

Ah!....Apparently this address is assigned when a server can't be found!

Possibly I need a static IPA for that machine!
« Last Edit: December 30, 2011, 03:06:31 PM by Ratae »
Logged
If I can't dazzle them with my intelligence, I'll baffle them with my bulls**t!

silversurfer44

  • Kitizen
  • ****
  • Posts: 4421
  • Lord Muck
    • Ben Novice Weather
Re: Linux Mint11 problem.
« Reply #16 on: December 30, 2011, 03:54:22 PM »

If you assign it a static address it will always show as connected.
The address you have posted looks like what Windows would give out.
I think that Mint is using a thing called ndiswrapper which allows you to use a Windows driver for your network card(s). I don't think it is going to work without some-one with in depth knowledge nearby. :(
Logged
Colin II : It's no good being a pessimist, it wouldn't work anyway.

Ratae

  • Member
  • **
  • Posts: 94
Re: Linux Mint11 problem.
« Reply #17 on: December 30, 2011, 04:32:30 PM »

Ok guys, I appreciate all of the help that's been offered. Time to bale out I think, life's far too short and my blood pressure is far too high for this! :lol:

So...plan 'B'. I'll give it a go with Ubuntu 10.04, and if that doesn't work, it'll either be back to Windows or the lump hammer option! ;)

Thanks again fellas!
Logged
If I can't dazzle them with my intelligence, I'll baffle them with my bulls**t!

tickmike

  • Kitizen
  • ****
  • Posts: 3640
  • Yes Another Penguin !. :)
Re: Linux Mint11 problem.
« Reply #18 on: December 30, 2011, 06:15:49 PM »

Give PCLinuxOS (www.pclinuxos.com) a try, you may find it configures all the settings by it self.
Logged
I have a set of 6 fixed IP's From  Eclipse  isp.BT ADSL2(G992.3) line>HG612 as a Modem, Bridge, WAN Not Bound to LAN1 or 2 + Also have FTTP (G.984) No One isp Fixed IP >Dual WAN pfSense (Hardware Firewall and routing).> Two WAN's, Ethernet LAN, DMZ LAN, Zyxel GS1100-24 Switch.

Mick

  • Reg Member
  • ***
  • Posts: 292
Re: Linux Mint11 problem.
« Reply #19 on: January 08, 2012, 08:12:31 PM »

Any linux that is running a dhcp client (there are a few) should pick up an IP address from your router.  The only catch is that it should first have the correct drivers for its wired/wireless NIC.

So, starting from the top let's look if the correct drivers are running:
Code: [Select]
lspci -k
and look for your NIC cards in there.

Then let's see if the devices are configured, are activated and get connected:
Code: [Select]
ifconfig -a
You may need to run the above with sudo or su to root first.
Logged
Regards,
Mick
Pages: 1 [2]