View previous topic :: View next topic |
Author |
Message |
HenryPeters n00b

Joined: 20 Mar 2011 Posts: 51 Location: Michigan, U.S.A.
|
Posted: Thu Jul 04, 2013 9:49 pm Post subject: 64-bit HP via LiveDVD will not connect to isp |
|
|
Ok, I'm back from my old sis chipset, which I couldn't figure out how to handle my sis integrated video chip (startx kept crashing)... installing Gentoo via the liveDVD... So I decided to try a HP Pavillion 500-46 64-bit... (time for a newer computer anyway), finally figured out how to change the bios (Windows 8, preinstalled!!)... However, when booted into Gentoo via the DVD (64-bit), it would not connect with my isp (DCHP auto receive address)... Internet connect worked fine booting into my old computer... So I am wondering if anyone here has any ideas, suggestions to connect this way with this HP Pavillion?
Thanks much,
Henruy
Last edited by HenryPeters on Thu Jul 04, 2013 11:05 pm; edited 2 times in total |
|
Back to top |
|
 |
Voltago Advocate


Joined: 02 Sep 2003 Posts: 2593 Location: userland
|
Posted: Thu Jul 04, 2013 10:37 pm Post subject: |
|
|
Does the running kernel support your network chip? You can find out by executing
to list all available network interfaces. If there is an eth0 (if you want to connect via ethernet) or wlan0 interface (for WiFi), you're good. If you're using WiFi, have you checked the RF kill switch is not active. Try also to search /var/log/messages for info about dhcp trying to receive an address. Another thing you can try is to run a dhcp client program by hand, for instance like this for 120s timeout and verbose output:
Code: | dhcpcd -v -t 120 eth0 |
|
|
Back to top |
|
 |
HenryPeters n00b

Joined: 20 Mar 2011 Posts: 51 Location: Michigan, U.S.A.
|
Posted: Thu Jul 04, 2013 11:01 pm Post subject: |
|
|
Voltago wrote: | Does the running kernel support your network chip? You can find out by executing
to list all available network interfaces. If there is an eth0 (if you want to connect via ethernet) or wlan0 interface (for WiFi), you're good. If you're using WiFi, have you checked the RF kill switch is not active. Try also to search /var/log/messages for info about dhcp trying to receive an address. Another thing you can try is to run a dhcp client program by hand, for instance like this for 120s timeout and verbose output:
Code: | dhcpcd -v -t 120 eth0 |
|
I will try these suggestions, thanks much.
Henry
P.s., also, thanks for correction on spelling of DHCP! |
|
Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|