You are not logged in.
... Plus - it gives me the opportunity to play with NILFS2, which has been a really nice experience on the 'slow' 901 SSD (some tweaks needed, though). ext4 without journal works well, too (on the 'fast' SSD)....
Have you documented your experiments with NILFS2 anywhere?
Offline
Is there a reason why the events for 1000HE was written so that the silver resolution and fn resolution button would conflict.
EEEPC_BLANK=$KEY_SILVER1
EEEPC_RESOLUTION=$KEY_SILVER1 # Duplicate of Fn+F4
EEEPC_USER1=$KEY_SILVER2
EEEPC_USER2=$KEY_SILVER3
The user1 key is mapped to the resolution key and the user2 key is mapped to the user1 key. So I did this:
EEEPC_BLANK=$KEY_SILVER1
EEEPC_SILVER_RESOLUTION=$KEY_SILVER2 # Duplicate of Fn+F4
EEEPC_USER1=$KEY_SILVER3
EEEPC_USER2=$KEY_SILVER4
But now the silver resolution key does not work because it conflicts with the fn resolution key so I gave it a new name and did this in acpi-eeepc-generic-handler.sh
$EEEPC_SILVER_RESOLUTION) # Silver function button 2 (Resolution)
logger "acpi-eeepc-generic-handler: (hotkey): Silver function button (Resolution)"
execute_commands "${COMMANDS_BUTTON_RESOLUTION[@]}"
Now I can map my fn resolution key to something like rotate screen and my silver key to my dmenu.
Why was something like this not done originally.
-brahan
Last edited by brahan (2009-11-20 17:06:13)
Bradley Hanna (brahan)
brahandevel@gmail.com
Offline
Please report that to acpi-eeepc-generic's issue page @ http://code.google.com/p/acpi-eeepc-generic/issues/list
Offline
Hi everyone,
Thanks so much for the eee 1000 wiki, it was really useful for a first-timer. This is my first Arch build and I have enjoyed it. I am having a small problem with my wireless though. I installed NetworkManager but it is not showing any wireless networks. I am assuming there is something I have missed; I can post configs/outputs if someone tells me what is needed.
Thanks!
Offline
Is the wireless enabled? Can you see the blue light (under your right wrist when you type)?
Try to disable and enable it again with fn+f2, and see what "dmesg" gives you.
Offline
Thanks for getting back so fast
The wireless is enabled and pressing fn+f2 disables the wireless but it reactivated in a couple of seconds. It seems that this is because the trigger is quite sensitive, I have to be fast on lifting my fingers or it toggles more than once. I am also not 100% sure what I am looking for in dmesg either.
Last edited by Uru Wolf (2010-05-28 15:36:40)
Offline
It might be a driver issue. The card coming with the 1000 is IIRC the rta2860. The card is fine, but the driver sucks. At least it did when I was using it. It might be better now though.
Check that the right modules/drivers are loaded. Run "iwconfig" to see if the correct driver is loaded. If iwconfig reports a wireless card, it means that the driver should have been loaded correctly. If it was, I would try with a simpler tool. SHut down any networkmanager, run "sudo ifconfig wlan0 up" and then "sudo iwlist wlan0 scan". It could report an error that would help in diagnosis.
Then, you could try netcfg to connect to an unecrypted network.
Offline
The wireless device (wlan0) is being picked up and when I run the "sudo ifconfig wlan0 up" command it returns with an error:
SIOCSIFFLAGS: Unknown error 132
Offline
Wicd works better on the 1000, see there on how to change from network-manager to it.
Offline
Wicd works better on the 1000, see there on how to change from network-manager to it.
This does not seem to be a problem with NetworkManager, seeing that I can't start the device with "iwconfig". I guess it might be a driver problem but I have no idea where to start looking.
Offline
No ideas anyone?
Offline
Try to post an original post about it. Maybe it's more Arch related...?
Offline
Ok, thanks. I thought that because I was using an eee 1000 this would be the best place to post about it. Seeing as I followed the wiki for the eee 1000
Offline