You are not logged in.
Pages: 1
Hello all,
I took the plunge and installed Arch on my laptop. I followed the beginner's guide and succesfully installed Arch as dualboot with Windows.
Right now I'm at Part IV: Installing and configuring a Desktop Environment.
So far I've encountered one problem, which I'd like to solve before contuining, and one annoyance.
The problem:
At step 3: configure X; part C: Test X, I can succesfully start xterm and everything (mouse, keyboard and synaptics) works, except when I use the command
$exit
my screen goes black. Using pkill X doesnt work, but I can blindly reboot my system. How can I solve this?
(Note: I have an ATI Mobility Radeon HD 5470 and I use the xf86-video-ati driver)
The annoyance:
When I boot up (or reboot) and after logging in, I've to configure my wireless again, using
#wpa_passphrase "ESSID" "PASS" > /etc/wpa_supplicant.conf
#wpa_supplicant -B -Dwext -i wlan0 -c /etc/wpa_supplicant
#dhcpcd wlan0
Is there any way to make my system automatically do this?
Thanks in advance!
If you can't sit by a cozy fire with your code in hand enjoying its simplicity and clarity, it needs more work. --Carlos Torres
Offline
I searched the wiki a bit and found this: http://wiki.archlinux.org/index.php/WPA_Supplicant
I don't really get it, but I'm sure that if I'll look into it a bit more I can puzzle it out. But before I do that, will it work? I don't want to mess arround with my base system too much.
If you can't sit by a cozy fire with your code in hand enjoying its simplicity and clarity, it needs more work. --Carlos Torres
Offline
I'd recommend netcfg for your wifi. Other options are wicd and networkmanager.
Re the black screen - have you tried Ctrl+Alt+F1(or F2/F3 etc) to get back to a console?
Offline
Yes I have, but my screen stays black. Blindly doing Pkill X doesn't work, but blindy reboot does.
As for netcfg, does that work without X? I thought I had read in the wiki it does, I'll look into it. Thanks!
If you can't sit by a cozy fire with your code in hand enjoying its simplicity and clarity, it needs more work. --Carlos Torres
Offline
Yes, netcfg works without X. It's a big load of bash scripts.
Offline
I just read the wiki and will try it now. I'll keep you updated.
Any clues on the black screen after exiting xterm?
If you can't sit by a cozy fire with your code in hand enjoying its simplicity and clarity, it needs more work. --Carlos Torres
Offline
Sorry for my late reply.
I followed the steps given here, but it didn't work out.
I guess this doesn't matter that much, because when I install KDE (which I'm planning on doing once I solve this black screen) I can configure my wireless and let it startup at boot, right?
If you can't sit by a cozy fire with your code in hand enjoying its simplicity and clarity, it needs more work. --Carlos Torres
Offline
I've been thinking.. that problem with my black screen, do I really have to solve this in order for a Desktop Environment to work properly?
If you can't sit by a cozy fire with your code in hand enjoying its simplicity and clarity, it needs more work. --Carlos Torres
Offline
No-one's got a clue? Please, I'm very eager to continue
If you can't sit by a cozy fire with your code in hand enjoying its simplicity and clarity, it needs more work. --Carlos Torres
Offline
I've been thinking.. that problem with my black screen, do I really have to solve this in order for a Desktop Environment to work properly?
no i wouldn't think you would need to solve this before installing a DE. If xterm opens properly, than another DE should as well. It just might go black once you logout.
Offline
So it might also stay black if I hibernate / sleep my laptop? Oh well, I'll install a DE right now and solve the problem later.
If you can't sit by a cozy fire with your code in hand enjoying its simplicity and clarity, it needs more work. --Carlos Torres
Offline
For your wireless problem, you could just add the lines to /etc/rc.local
Offline
Pages: 1