When I originally installed arch, I installed netcfg (persistent wireless profile with full WPA2 encryption). I had installed it (bkgrd) to auto-connect to my wireless connection and everything was good...
.. until I decided to install wicd. why? because I needed a gui-frontend to manage my wireless connections and I thought wicd could peacefully coexist with netcfg..apparently not.
It seems there's a bug in wicd or netcfg (dunno which) that causes it not bring my wlan0 interface up when I resume from hibernate. I use uwsusp for hibernate btw.
long story short, I removed netcfg from my /etc/rc.conf and installed wicd instead. Now all's good. Wicd has no such issues when resumed from hibernate and I get a nice gui to manage my wireless networks.
Strange but nothing a google can't find..
Laptop: DELL Inspiron 6400 - T5500 Core2Duo with 1G Ram.
Disk Partitions:
Device Boot Start End Blocks Id System
/dev/sda1 63 96389 48163+ de Dell Utility
/dev/sda2 * 96390 114921471 57412541 7 HPFS/NTFS
/dev/sda3 114921472 149997567 17538048 5 Extended
/dev/sda4 149998905 156296384 3148740 db CP/M / CTOS / ...
/dev/sda5 114923520 131338239 8207360 83 Linux
/dev/sda6 131340288 133437439 1048576 82 Linux swap / Solaris
/dev/sda7 133439488 149997567 8279040 83 Linux
OS: Arch Linux (/dev/sda7) with Xfce4.6, LXDE, FluxBox installed.
Primary WM/DE: Xfce4.6
Primary FileManager: PcManFM (0.9.7)
Daemons: HAL, DBUS, Gamin
Issue: Unable to view internal paritions (/dev/sda2 and /dev/sda5) from PcManFM.
So I don't want to add manual entries in /etc/fstab. I want my file manager to just mount the partitions on request by left clicking on the side pane. However both PcManFm and Thunar (and thunar-volman) do not even show the volumes on the left.
Solution(s) so far:
1. Install gvfs (pacman -S gvfs)
2. Restart X or restart DBUS
3. Open the /usr/share/polkit-1/actions/org.freedesktop.udisks.policy file and take a backup copy of this file first.
4. Then find and change to the following in the above file:
<action id="org.freedesktop.udisks.filesystem-mount">
<description>Mount a device</description>
<description xml:lang="da">Montér en enhed</description>
<message>Authentication is required to mount the device</message>
<message xml:lang="da">Autorisering er påkrævet for at montere et fil system</message>
<defaults>
<allow_any>yes</allow_any>
<allow_inactive>yes</allow_inactive>
<allow_active>yes</allow_active>
</defaults>
</action>
<action id="org.freedesktop.udisks.filesystem-mount-system-internal">
<description>Mount a system-internal device</description>
<description xml:lang="da">Montér en intern enhed</description>
<message>Authentication is required to mount the device</message>
<message xml:lang="da">Autorisering er påkrævet for at montere et fil system</message>
<defaults>
<allow_any>yes</allow_any>
<allow_inactive>no</allow_inactive>
<allow_active>yes</allow_active>
</defaults>
</action>
5. To summarise the above change(s)
1. Mount a device - allow_any is yes, allow_active is yes
2. Mount a file system internal - allow_any is yes, allow_active is yes
6. Thats it. Now restart X or restart dbus (/etc/rc.d/dbus restart) whichever works and launch PCManFM. It should now automatically show your internal partitions and clicking on it will automatically mount them. Right click on side-bar to unmount them when done.
8. AFAIK there is no native support in Thunar for mounting internal partitions dynamically (i.e no fstab entries), but PCManFM should be good enough.
9. Nautilus can also be installed standalone (fewer dependencies to gnome) and will pickup the above changes.
I'm yet to find a way to make Thunar automatically recognize and mount internal partitions. More on this space later..
I been using Arch Linux for 2 weeks now. I was attracted to Arch due to its KISS Approach and the desire for a truly minimal + blazingly fast Linux Disto. Arch was a natural choice.
My laptop is a Dell Inspiron 6400 (T5500 Core2Duo, 1G DDR2, 80G HDD, ATI Chipset with Intel Pro Wireless).
My arch installation is a minimal arch installation using the Core packages. Installation from core pkgs went without any issues. All hardware was automatically detected. I used netcfg to initially configure my wireless profiles but now use Wicd for auto wireless connection (mainly due to its gui client). I also installed X, Xfce4.6, LXDE, Fluxbox for DEs, MPLAYER and Xine for codecs and multimedia playback, Chromium as my primary browser and netsurf as my secondary browser. For the FileManager, I use LXDE Project's PcManFM (0.9.7) as my primary fm with thunar and xfv from time to time.
Pros:
. Truly minimal and customized Installation with blazing fast Xfce4.6 DE.
. Pacman is magic - a blackbox that just works
. Maintaining is proving to be really easy and also learnt a lot in the process.
. No more Windows and its associated crap.
Cons:
. Nightmare trying to show/mount internal partitions without adding an entry in /etc/fstab (with PcManFm, Thunar, Rox filemanager -- More on this in my next post.
. IPod is not recognized - Working on this issue - will post when I resolve this.
. No GUI menu editor, have to work with command line, .desktop and configuration files for customizing menus.
I primarily use Xfce4 as my DE and so far am loving it.
So, I've resumed my blog after 5 long years to note my new experiences with Linux.
Yes, All these years of using Windows (XP), I got infected (drive by exploit) with the nasty FakeAV antivirus for the first time in 11 years. This..in-spite of keeping my Windows all patched up with the latest frameworks, antivirus, antispyware etc.
I also noticed that my beloved ancient laptop (Dell Inspiron 6400, Core 2 Duo T5000 with 1G DDR2) of 4 years could'nt handle XP anymore. XP is now more bloated than ever before burdened with DotNet frameworks and its patches, Antivirus, Antispyware, etc.
Though I had Jaunty (Ubuntu 9.04) lying around as a dual-boot install, I hardly ever booted into it. So I decided for the first time in many years to start using Linux as my primary desktop instead. After doing an in-place upgrade from Jaunty to Lucid, my linux chronicles resumes..