You are not logged in.
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
Before anyone can help we'll need to know what wireless card he has...
Offline
wireless card: linksys wireless-g with speedboost (WMP54GS)
Arch64
KDE4 user
Offline
Model names are mostly useless with Linux, it's always the chipset that matters:
lspci | grep Network
1000
Offline
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.
R.
Offline
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
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