You are not logged in.

#1 2010-11-15 02:57:14

Ansikt
Member
Registered: 2010-11-14
Posts: 11

A caper of missing eth0, wireless issues, and missing tools

Hello all!

I'm a recent Arch convert from Xubuntu, and I've had some troubles installing it on my Gateway NV79.  The first problem was that of going to black screen.  This issue I remedied by entering "i915.modeset=0" at the end of the kernel line.  This allowed me to boot into the live environment, and it installed correctly, but several things are amiss.  Firstly, in the package group selection menu, I only get "base" and "base-devel," (I'm installing from a core image on CD, by the way) and while this isn't nessicarily an error, the Beginner's Guide and Installation Guide both imply that there would be more selection.  I also cannot find my eth0.  According to the Configuring Network wiki page, I need to issue "hwdetect --show-net," in order to find out which module works with my ethernet card (lspci tells me it's a Broadcom Netlink BCM57780) but am told that I have no hwdetect, either in live or installed environs.  I also cannot get wifi to work, using either of the methods outlined in the wiki page for wpa_supplicant. 

Any suggestions?  Any command output or config files I should copy-paste?

ninja edit: OH, and I wasn't sure whether or not I should put this in the Newbie Corner, or Laptops forums.  If I've done wrong, could a mod please move this?  Sorry for the inconvenience.

Last edited by Ansikt (2010-11-15 03:00:28)


Okay, I take it back.

Offline

#2 2010-11-15 19:05:05

xvello
Member
Registered: 2010-05-15
Posts: 81
Website

Re: A caper of missing eth0, wireless issues, and missing tools

Hello

That's a lot of issues you have here ^^

First, the core CD, as its name suggests, only contains the core packages. You need an internet connexion to get the other packages. No surprise here smile

Your wired NIC should work with the tg3 module. Is it loaded ?
There seems to be a bug where tg3 is loaded but not broadcom (but tg3 depends on it). Try "rmmod tg3; modprobe broadcom; modprobe tg3" and tell me what "ifconfig -a" says.
See http://dev.gentoo.org/~nelchael/U350-CS20.html for a better fix on this issue.

As for the wifi, can you please give us the lspci output, so that we can identify its model ? The Gateway webpage doesn't state that.

Cheers

Offline

#3 2010-11-17 16:20:33

Ansikt
Member
Registered: 2010-11-14
Posts: 11

Re: A caper of missing eth0, wireless issues, and missing tools

You did it!  I haven't run ping yet, but here's what ifconfig has to say:

ifconfig -a wrote:

eth0      Link encap:Ethernet  HWaddr 00:26:22:98:07:93 
          BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
          Interrupt:16

lo        Link encap:Local Loopback 
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

wlan0     Link encap:Ethernet  HWaddr 70:1A:04:9A:F6:DB 
          BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

And since you asked:

lspci wrote:

00:00.0 Host bridge: Intel Corporation Core Processor DRAM Controller (rev 12)
00:02.0 VGA compatible controller: Intel Corporation Core Processor Integrated Graphics Controller (rev 12)
00:16.0 Communication controller: Intel Corporation 5 Series/3400 Series Chipset HECI Controller (rev 06)
00:1a.0 USB Controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 05)
00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio (rev 05)
00:1c.0 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 1 (rev 05)
00:1c.1 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 2 (rev 05)
00:1d.0 USB Controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 05)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev a5)
00:1f.0 ISA bridge: Intel Corporation Mobile 5 Series Chipset LPC Interface Controller (rev 05)
00:1f.2 SATA controller: Intel Corporation 5 Series/3400 Series Chipset 4 port SATA AHCI Controller (rev 05)
00:1f.3 SMBus: Intel Corporation 5 Series/3400 Series Chipset SMBus Controller (rev 05)
00:1f.6 Signal processing controller: Intel Corporation 5 Series/3400 Series Chipset Thermal Subsystem (rev 05)
01:00.0 Ethernet controller: Broadcom Corporation NetLink BCM57780 Gigabit Ethernet PCIe (rev 01)
02:00.0 Network controller: Atheros Communications Inc. AR928X Wireless Network Adapter (PCI-Express) (rev 01)
ff:00.0 Host bridge: Intel Corporation Core Processor QuickPath Architecture Generic Non-core Registers (rev 02)
ff:00.1 Host bridge: Intel Corporation Core Processor QuickPath Architecture System Address Decoder (rev 02)
ff:02.0 Host bridge: Intel Corporation Core Processor QPI Link 0 (rev 02)
ff:02.1 Host bridge: Intel Corporation Core Processor QPI Physical 0 (rev 02)
ff:02.2 Host bridge: Intel Corporation Core Processor Reserved (rev 02)
ff:02.3 Host bridge: Intel Corporation Core Processor Reserved (rev 02)


Okay, I take it back.

Offline

#4 2010-11-17 17:34:49

xvello
Member
Registered: 2010-05-15
Posts: 81
Website

Re: A caper of missing eth0, wireless issues, and missing tools

Hello

Once you have eth0, you just have to set an IP, or run dhclient if you have a dhcp server on your system.
Your wlan seems to also be up, did you try it ? I recommend you use wicd to set up your networking [see https://wiki.archlinux.org/index.php/Wicd] but you can use whatever suits you.

Cheers

Offline

#5 2010-11-17 20:40:56

Ansikt
Member
Registered: 2010-11-14
Posts: 11

Re: A caper of missing eth0, wireless issues, and missing tools

Eth0's up, and using the settings from the link, it even works at startup, with a pre-DHCP'd IP address.  I still cannot ping to my router and beyond, though.

I also realize that I didn't detail my wireless problems entirely.  wlan0 is there, and I can even get it to scan access points, but for whatever reason, using the instructions from the wpa_supplicant wiki, I can't get it to assign an IP, or connect to a network.  The wireless network where I live is WPA1, don't know if that matters.

I'm sure they're stupid, rookie mistakes that I'm making, but I can't seem to find any concrete evidence of what they are.


Okay, I take it back.

Offline

Board footer

Powered by FluxBB