You are not logged in.

#1 2007-11-23 19:06:38

detox332
Member
From: University of Pittsburgh
Registered: 2007-06-12
Posts: 63

installing arch on my dad's computer, wireless only

So I finally convinced my dad to let me install Arch on his comp and wouldnt you know it, its giving me problems.

the main issue is that he is wireless only (linksys wireless-g with speedboost) and ive never played with wireless with linux.  ive attempted to use bcm43xx but that doesnt work, i tried installing the driver via ndiswrapper but that doesnt work either. <--this is all within the install environment, i havent gotten past configuring the network

so with that issue unresolved as of now, i downloaded the core cd to see if i couldnt get the basic system up and then fix the wireless post-install, but it wont recognize the cd drive (HL-DT-ST GDR8161B)

any help?


Arch64
KDE4 user

Offline

#2 2007-11-23 20:36:39

floke
Member
Registered: 2007-09-04
Posts: 266

Re: installing arch on my dad's computer, wireless only

Before anyone can help we'll need to know what wireless card he has...

Offline

#3 2007-11-23 20:38:36

detox332
Member
From: University of Pittsburgh
Registered: 2007-06-12
Posts: 63

Re: installing arch on my dad's computer, wireless only

wireless card: linksys wireless-g with speedboost (WMP54GS)


Arch64
KDE4 user

Offline

#4 2007-11-24 12:45:44

byte
Member
From: Düsseldorf (DE)
Registered: 2006-05-01
Posts: 2,046

Re: installing arch on my dad's computer, wireless only

Model names are mostly useless with Linux, it's always the chipset that matters:

lspci | grep Network


1000

Offline

#5 2007-11-24 14:58:27

ralvez
Member
From: Canada
Registered: 2005-12-06
Posts: 1,694
Website

Re: installing arch on my dad's computer, wireless only

If the command above does not give you a result try:

 lspci | grep  Ethernet

I mention it because in my system the other command will not return anythng. wink

R.

Offline

#6 2007-12-01 22:02:34

detox332
Member
From: University of Pittsburgh
Registered: 2007-06-12
Posts: 63

Re: installing arch on my dad's computer, wireless only

managed to do the base install but now i have a new issue

i installed linux on an external harddrive but put grub on the mbr of the main computer because his comp doesnt support booting from usb and now all i get is

GRUB _

when i boot the computer (_ being a blinking cursor)

any ideas?


Arch64
KDE4 user

Offline

#7 2007-12-02 04:44:43

vogt
Member
From: Toronto, Canada
Registered: 2006-11-25
Posts: 389

Re: installing arch on my dad's computer, wireless only

It might have to do with grub not being able to find a stage 2, you do have a /boot partition added to the laptop's hdd, which is how it is done normally.

I'm not sure if grub can access usb drives that it hasn't booted from (to get /boot), then you gotta specify it when you install grub to the mbr with the boot partition mounted:

grub-install --root-directory=/boot sda

Now, if that doesn't work, you'd probably have to go with using / making a tiny (20MiB) boot partition (for a single kernel + initrd) somewhere on the laptop's disk (which will work for sure)

Last edited by vogt (2007-12-02 04:46:18)

Offline

Board footer

Powered by FluxBB