Daemons and modules loaded at boot problem

Hi all, i have a problem with my booting time and modules / daemons loaded at boot
This is my bootchart:
[IMG=http://img195.imageshack.us/img195/4701/bootchartpw.th.png][/IMG]
This is my rc.conf
# /etc/rc.conf - Main Configuration for Arch Linux
# LOCALIZATION
# LOCALE: available languages can be listed with the 'locale -a' command
# HARDWARECLOCK: set to "UTC" or "localtime"
# USEDIRECTISA: use direct I/O requests instead of /dev/rtc for hwclock
# TIMEZONE: timezones are found in /usr/share/zoneinfo
# KEYMAP: keymaps are found in /usr/share/kbd/keymaps
# CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
# CONSOLEMAP: found in /usr/share/kbd/consoletrans
# USECOLOR: use ANSI color sequences in startup messages
LOCALE="it_IT.utf8"
HARDWARECLOCK="localtime"
USEDIRECTISA="no"
TIMEZONE="Europe/Rome"
KEYMAP="it"
CONSOLEFONT=
CONSOLEMAP=
USECOLOR="yes"
# HARDWARE
# MOD_AUTOLOAD: Allow autoloading of modules at boot and when needed
# MOD_BLACKLIST: Prevent udev from loading these modules
# MODULES: Modules to load at boot-up. Prefix with a ! to blacklist.
# NOTE: Use of 'MOD_BLACKLIST' is deprecated. Please use ! in the MODULES array.
MOD_AUTOLOAD="yes"
#MOD_BLACKLIST=() #deprecated
MODULES=(lib80211_crypt_tkip wl !snd-pcsp !pcspkr)
# Scan for LVM volume groups at startup, required if you use LVM
USELVM="no"
# NETWORKING
# HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
HOSTNAME="neplero"
# Use 'ifconfig -a' or 'ls /sys/class/net/' to see all available interfaces.
# Interfaces to start at boot-up (in this order)
# Declare each interface then list in INTERFACES
# - prefix an entry in INTERFACES with a ! to disable it
# - no hyphens in your interface names - Bash doesn't like it
# DHCP: Set your interface to "dhcp" (eth0="dhcp")
# Wireless: See network profiles below
#Static IP example
#eth0="eth0 192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255"
eth0="dhcp"
INTERFACES=(eth0)
# Routes to start at boot-up (in this order)
# Declare each route then list in ROUTES
# - prefix an entry in ROUTES with a ! to disable it
gateway="default gw 192.168.0.1"
ROUTES=(!gateway)
# Enable these network profiles at boot-up. These are only useful
# if you happen to need multiple network configurations (ie, laptop users)
# - set to 'menu' to present a menu during boot-up (dialog package required)
# - prefix an entry with a ! to disable it
# Network profiles are found in /etc/network.d
# This now requires the netcfg package
#NETWORKS=(main)
# DAEMONS
# Daemons to start at boot-up (in this order)
# - prefix a daemon with a ! to disable it
# - prefix a daemon with a @ to start it up in the background
DAEMONS=(syslog-ng netfs crond hal !dbus !bluetooth @alsa)
How can i modify my modules loaded and daemons to lower some boot time.
And why is that bluetooth is still loaded even if it's !bluetooth? And is it possible to background ntfs-3g?
Thanks all for advices!

Please clarify what you mean. If the bluetooth service is started, then there is a bug or something very very odd. IF on the contrary you mean that the bluetooth-related modules are loaded by udev, this is perfectly normal: udev autoloads modules according to your hardware, not to your services. You need to blacklist the loaded bluetooth-related kernel modules (check them with 'lsmod') and to blacklist them in the MODULES array.
Last edited by patroclo7 (2010-01-30 19:14:51)

Similar Messages

  • Lsmod and modules loaded on boot

    Hi all, i hope i'm in the right section of the forum
    this is my lsmod output, i'm seeing that some modules are used by nobody (i guess the 0 means that...) so i was wondering if you think it's better if i unload them and blacklist on rc.conf
    lsmod
    ┌─[smau @ neplero]-[~/Torrents]
    └─[11:33:52]-[ $ ]> lsmod
    Module Size Used by
    ipv6 282582 16
    tun 13261 2
    cpufreq_ondemand 8085 0
    freq_table 2395 1 cpufreq_ondemand
    fuse 58564 4
    snd_hda_codec_intelhdmi 15636 1
    snd_hda_codec_idt 52475 1
    arc4 1354 2
    ecb 2017 2
    b43 174524 0
    ssb 45271 1 b43
    snd_hda_intel 22642 1
    mac80211 171772 1 b43
    i915 291818 2
    snd_hda_codec 68413 3 snd_hda_codec_intelhdmi,snd_hda_codec_idt,snd_hda_intel
    uvcvideo 60298 0
    snd_pcm_oss 39107 0
    drm_kms_helper 23753 1 i915
    uhci_hcd 21684 0
    lib80211_crypt_tkip 8357 0
    snd_pcm 70222 3 snd_hda_intel,snd_hda_codec,snd_pcm_oss
    i2c_i801 8550 0
    videodev 38395 1 uvcvideo
    drm 160140 3 i915,drm_kms_helper
    i2c_algo_bit 4999 1 i915
    snd_mixer_oss 17107 1 snd_pcm_oss
    snd_hwdep 6244 1 snd_hda_codec
    usbhid 38631 0
    btusb 11500 0
    snd_timer 19213 1 snd_pcm
    r8169 34925 0
    ehci_hcd 34938 0
    lib80211 3942 1 lib80211_crypt_tkip
    usb_storage 42489 0
    st 36975 0
    mmc_core 51748 2 b43,ssb
    psmouse 53142 0
    serio_raw 4536 0
    joydev 9800 0
    cfg80211 126658 2 b43,mac80211
    i2c_core 17842 6 i915,drm_kms_helper,i2c_i801,videodev,drm,i2c_algo_bit
    video 18746 1 i915
    hid 75973 1 usbhid
    snd 57203 11 snd_hda_codec_intelhdmi,snd_hda_codec_idt,snd_hda_intel,snd_hda_codec,snd_pcm_oss,snd_pcm,snd_mixer_oss,snd_hwdep,snd_timer
    snd_page_alloc 7097 2 snd_hda_intel,snd_pcm
    iTCO_wdt 9157 0
    pcmcia 29850 2 b43,ssb
    bluetooth 50955 1 btusb
    mii 3834 1 r8169
    evdev 8852 18
    rfkill 15396 2 cfg80211,bluetooth
    v4l1_compat 15610 2 uvcvideo,videodev
    wmi 5957 0
    v4l2_compat_ioctl32 10417 1 videodev
    soundcore 6223 1 snd
    speedstep_lib 3383 0
    shpchp 31236 0
    thermal 12079 0
    iTCO_vendor_support 1873 1 iTCO_wdt
    fan 3314 0
    pcmcia_core 29736 1 pcmcia
    led_class 2609 1 b43
    output 1916 1 video
    usbcore 144604 7 uvcvideo,uhci_hcd,usbhid,btusb,ehci_hcd,usb_storage
    pci_hotplug 26754 1 shpchp
    button 4746 1 i915
    acpi_memhotplug 4138 0
    processor 29639 2
    battery 9612 0
    ac 3091 0
    intel_agp 28089 1
    rtc_cmos 8990 0
    rtc_core 14439 1 rtc_cmos
    rtc_lib 1842 1 rtc_core
    ext4 329882 1
    mbcache 5658 1 ext4
    jbd2 75681 1 ext4
    crc16 1273 1 ext4
    sd_mod 26984 5
    ahci 35111 4
    libata 154643 1 ahci
    scsi_mod 94729 4 usb_storage,st,sd_mod,libata
    rc.conf
    MODULES=(ac acpi_memhotplug battery button processor video btusb intel-agp speedstep-lib drm_kms_helper drm i915 hid i2c-algo-bit i2c-i801 i2c-core evdev joydev !pcspkr !snd-pcsp psmouse serio_raw uvcvideo v4l1-compat v4l2-compat-ioctl32 videodev mmc_core pci_hotplug shpchp wmi rtc-cmos rtc-core rtc-lib !ssb output iTCO_vendor_support iTCO_wdt snd-mixer-oss snd-pcm-oss snd-hwdep snd snd-page-alloc snd-pcm snd-timer snd-hda-codec snd-hda-intel soundcore scsi_mod ahci mii r8169 bluetooth rfkill lib80211_crypt_tkip b43 !wl !lib80211 pcmcia_core pcmcia usbhid usbcore usb-storage ehci-hcd uhci-hcd sd_mod st)

    lsmod | grep " 0 " would have given a cleaner output.
    How do you expect it to help your situation if you're unloading those modules? In my experience neither power consumption nor boot time get reduced by doing so. All you'll have are a few less modules which will have to be loaded again in case they are needed by certain hardware.
    So, imho blacklisting modules should only be done if there is a conflict between modules or if you just don't want a certain function. For instance if the module pcspkr get's in the way of snd-hda-intel like it is (was?) with some intel systems. Or if you have two ethernet cards and they get confused by your system.
    Regards,
    demian
    Last edited by demian (2010-04-15 07:09:39)

  • Could any one tell me what is the difference between swfloader and module loader?

    Hi  All,
                          Could any one tell me what is the difference between SWFLoader and Module Loader in Flex3 in detail?

    Hi,
    ModuleLoader is a kind of strange API that is really just intended to look like SwfLoader for modules that contain a single visual component, and hides most of the module loading infrastructure, which is all about class factories.
    What I mean by "only loaded once" is that if you have several places in the code that call the ModuleManager.getModule("url").load() call, it will only ever get loaded over the wire and interpreted once, subsequent "loads" will just re-dispatch pseudo-load events to the new client.  In other words, the class factory is a singleton for a given url. Unloading is a totally different story.  As you note, not everything is truly unloadable, because there may be lots of references to stuff in
    the module that will keep it alive and un-GC'ed.
    I suggest playing with the low-level API so that you understand the backing implementation, and this should help you understand the limits of ModuleLoader.
    The main difference between modules and applications is that modules have lower overhead, and they only ever get loaded once, no matter how many times you load them. If you're using the ModuleLoader API, keep in mind that you're losing about half the functionality of the module system.  I will assume that you are, because otherwise it would be obvious where to expose methods.  You might want to play around with the lower level ModuleManager API just to get a hang of what's going on - ModuleLoader is a pretty thin veneer over the lower API.                
                    Basically, what you want to do is to have your module implement an interface, say IModuleWhatever.
    Also try and refer to this link which was previously discussed in this forum..
    http://forums.adobe.com/message/74404
    Thanks,
    Bhasker

  • Audigy 4: DLL Module Loader (DLLML.exe) problem at shutd

    Hello,
    I would like to get feedback and/or confirmation on the problem I am describing below from Creative and owners of Audigy 4 Pros that are running the latest Audigy 4 Pro updates in Windows XP SP2 and an nForce 4-based system. I am convinced the problem is a driver issue. I am not sure, though, if this is similar to the known conflict between Creative's Remote Control service and nVidia's RAID service.
    For Creative, I am willing to try and test a newer build of a DLLML.exe file if any are available.
    Thanks in advance for your help on this.
    ---------- 8< cut here ----------
    Summary: There seems to be a problem with version .0.3.0 of the DLL Module Loader (DLLML.exe) file that is installed by one of the 3 available web updates for the Audigy 4 Pro. In particular, after these updates are installed, the Windows XP SP2 system generates the following error on every "Turn Off" and "Restart": Application popup: Audio Driver Emulator: DLLML.exe - Application Error : The instruction at "0x0ac42f" referenced memory at "0x00000008". The memory could not be "read". Click on OK to terminate the program
    The problem can be easily reproduced continuously.
    Workaround: Replacing the file DLLML.exe version .0.3.0 with version .0.8.0 found in the Audigy 4 Pro CD seems to solve the problem. This file is installed in C:\Program Files\Creative\Shared Files\Module Loader. The DLLML.exe file seems to be loaded at Windows startup by a service (?) called "AudioDrvEmulator" which runs the line "C:\Program Files\Creative\Shared Files\Module Loader\DLLML.exe" - AudioDrvEmulator "C:\Program Files\Creative\Shared Files\Module Loader\Audio Emulator\AudDrvEm.dll". It li'ves in the registry under HKLM\Software\Microsoft\Windows\CurrentVersion\Run
    Notes:
    - As of today, the updates available at Creative's web site are:
    * Creative Smart Recorder Patch for Creative Sound Blaster PCMCIA Audigy 2 ZS Notebook and Creative Sound Blaster Audigy 4 Pro audio cards version 2.0.56 (2 Dec 04)
    * Creative Audigy 4 Pro update version 3.00.55 (20 Dec 04)
    * Creative MediaSource 3 web update version 3.0.6 for PCMCIA Sound Blaster Audigy 2 ZS Notebook and Sound Blaster Audigy 4 (29 Dec 04)
    - The updates were applied from the oldest to the newest, one at a time, rebooting after each update was installed.
    - The system is a freshly installed Windows XP SP2 (slipstream) w/all the latest WindowsUpdate updates. Data Execution Prevention (DEP) has been disabled in the "boot.ini" file to work around a known issue with the latest nVidia network driver available for the nForce 4 chipset.
    - The system runs on an Asus A8N-SLI Deluxe w/003 BIOS, AMD Athlon 64 3500+, Mushkin 2GB PC3200 DDR 222 Black L2 Hi Perf LII V2, and Asus EAX800XT/PE/2DHTV/256. The system runs a Stripe RAID setup with a pair of WD Raptor HDs.
    - The system is run at stock speeds (i.e. no overclocking) and all the drivers are the latest version available from each manufacturer (none are BETA).
    Additional notes: The stock Audigy 4 Pro drivers have a known conflict with the "nvraidservice.exe"-based service when the Creative Entertainment Center's remote control service is run. Having these 2 services running at the same time would cause the "nvraidservice" to fail at Windows startup, and a few DCOM-related errors to be logged in the event logs. This issue with the nVidia RAID service stopped after applying the Audigy 4 Pro updates and disabling the remote control altogether in the Creative Entertainment Center control panel.

    Yes, using the DLLML.exe from the CD should work as it does in my setup. Do a search using the Windows search tool, and it should find two identical instances of the file in the CD, one of them in a CAB file. You should be able to copy & paste either instance to your C: dri've's location as long as the DLLML.exe file is not already loaded/running in memory.
    I had sent Creative's support an e-mail with exactly the same information, but unfortunately the first response I got from them was to do a cleansweep and install of the Creative software. I say "unfortunately" because Creative did not describe what are we trying to accomplish by "tainting" a fresh format/XP SP2 install with a massi've uninstall & reinstall of Creative software, even when I hoped narrowing the issue down to what seems to be a trivial EXE would have triggered some ideas as to what might be wrong with that particular version of the EXE file (i.e. it seems to be, after all, a DDL file loader, which does not seem to be driver engine code per se, but instead a DLL memory loader).
    As I mentioned to them, this system simply has a fresh XP install, all OS updates, all peripheral drivers, and the Creative card and software was the last thing installed in the box. No tweaks other than DEP turned OFF, no overclocking, no extraneous services running in the background, not even any additional software. Installation of the software was done by the letter, with proper reboots.
    I would appreciate if someone has an idea of what may be accomplished by a re-install of Creative software on a fresh OS install when the problem is squarely on the DLLML.exe file. You can be as specific as pinpointing DLL or registry entries that such a re-install is suppossed to fix (i.e. I am using the wrong files; a registry entry has the wrong value, etc.), and how this would have happened when following the installation steps as documented.
    Thanks in advance.

  • No module loaded when booting

    I installed a new program and added its daemon to rc.conf. But after reboot, the kernel modules disappeared, none of them loaded. I hurried to delete the daemon from rc.conf, however, no change happened. How should I do?
    arch 0.7

    aufgeist wrote: I hurried to delete the daemon from rc.conf, however, no change happened.
    You lost me on that.
    When you add the daemons to rc.conf in the array() it tells the system to load that module during boot thats all.
    To see if the module is running do:ls /var/run/daemons
    But, you say it hasn't loaded. If the above yields no module, do: /etc/rc.d/nameofmodule start. The other options are stop and restart. Thats how you load daemons manually in arch.
    If you get an error message doing the above it may just be a configuration file that needs attention.  To better help us, which daemon is it?

  • MSI 975x Powerup Edition and ocz2p800r22gk won't boot problem

    Hi Everyone,
       I just recently purchased the MSI 975x Powerup Edition v2.1 mb with an e6600 and when I put in the ocz ram the system won't boot the fans startup for a couple of seconds then the system shuts down and then it starts up again. I have been reading the posts and I have updated the bios to 7.1 I also made sure the boot block was written so the whole bios was updated but it just won't boot with this ram. The only way I can make the system boot is with my old Kingmax ddr2 553 ram from my old system. The ram does work in the old system just not the new one.
       Other than getting the new ram to work the system has been fine. I know some people are using ocz with the board if you can tell me how you got it to work it would be greatly appreciated.
    Take care,
    Bob

    The problem is 100% the OCZ ram.  I had a gigabyte DQ6 motherboard along with an E6600 and OCZ Platinum ram.  It did exactly the same as you describe with the MSI board.  The only way I got it to boot was to buy some cheap DDR2-533 ram to get it to post and then up the voltage on the ram and change the memory settings.  The problem was that when put into dual channel mode or single channel and put under stress (virus scan, play music and compress a file) the system would crash.
    Inevitably I returned the motherboard and the memory and got the MSI 975X with Corsair C5 memory.  I am now running stably with no issues. 
    I'm afraid OCZ has big time compatability issues.  They even stated that they can't check compatability with most motherboards on their support forum.  I would stick with the real big boys of memory being Corsair and Crucial.

  • Yosemite and Bootcamp Windows 7 booting problem

    Hello all,
    I upgraded to Yosemite from Mavericks from the App store on a MBP 2013 late which also had windows 7 installed on it using bootcamp.
    I can boot into Yosemite and Windows 7 by going to start up disk and selecting the OS and then restarting but what I cannot do is use the option key to show me the boot disk options when I power on like how I used to do before the upgrade.
    Is it the same for all, is there any work around or am I doing something wrong here ?
    Thanks in advance.
    Priyank.

    What about booting into safe mode and then uninstalling the app?
    Arnav Sharma | http://arnavsharma.net/ Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading
    the thread.

  • Windows 7 and Arch linux dual boot problem

    hey guys I had an issue with windows 7 dual booted with arch and i was just wondering my windows 7 crashed. I had Reinstalled windows OS and all my partitions are set up but now when I try to boot up arch I cant at all cause windows Boot took over and i have no way of getting into arch is there anyway i can fix this or maybe reinstall arch without loseing my home folder with all my data, or is there just and easyer way to fix this issue im stuck.  thank you all for your support as i am a noob

    You need to re-install grub. When you reinstalled Windows it will overwrite grub preventing you booting Arch. You'll need to boot from a liveCD and chroot into your Arch installation. details for recovering grub are in the wiki - https://wiki.archlinux.org/index.php/GR … stallation

  • Firefox is constantly freezing and not loading, possible flash problem?

    My firefox constantly gives me a page error in which I am unable to browse any website afterwards unless I Force Quit out of it and relaunch it. I didn't have this problem before 4.0.1. My internet is perfectly fine, I often switch to Safari and browse with no problem temporarily when this happens. Is there a fix to this? This is extremely annoying and I'm about to make my move over to Google Chrome. Thanks.
    All add-ons, flash players, drives and everything you can think of is up to date.

    Still can't find anything. Extremely frustrated especially because I have multiple tabs open with things I need to study for finals. I will def be making the switch over to Google Chrome after this week when I have the time. I've had it with Firefox.

  • Profile-sync-daemon and slow boot

    Hi, I write here cause i'm facing a problem with the profile-sync-daemon, that is loaded on boot by systemd.
    Some days ago it started slowing down my system boot: I have silent mode enabled and appears a text line showing "A job is start is running" related to psd that take 8-9 seconds.
    What can be the cause? Some days ago I started syncing my favorites, history and bookmarks on Google Account (I use Chrome in tablet and phone and Chromium on computer), can this issue be related with it?
    Thanks in advance.

    $ psd p
    Profile-sync-daemon v5.45.1 on Arch Linux.
    Systemd service is currently active.
    Systemd resync service is currently active.
    Psd will manage the following per /etc/psd.conf settings:
    browser/psname: chromium/chromium
    owner/group id: mons/100
    sync target: /home/mons/.config/chromium
    tmpfs dir: /tmp/mons-chromium
    profile size: 105M
    $ systemd-analyze blame| grep psd
    10.340s psd.service
    403ms psd-resync.service

  • K8N NEO4 Platinum cold boot problem with 165 opteron?

    I have this board and have a cold boot problem with my opteron. Is there anything I can do to fix this? Its starting to get very anooying.
    K8N NEO4 Platinum
    165 opty dual core
    2X1GB Ballistix PC4000
    160GB sata2
    7800GTX
    X-Fi platinum
    600 watt seasonic PSU

    Well I am running them at the rated speed of 250 and the rated timings of 3-4-4-10 on the rated 2.8 volts. Ballistix have been known to die quickly when you throw to many volts at them for some reason. I dont get the cold boot problem with the OCZ. Once I finally get it to boot with the Ballistix it works just fine but the next morning I play hell to get it to boot again. I dont even get the main screen to let me get into bios. It just stays black. I have done all kinds of stress testing and ran memtest with no problems. I am really at a loss here. 

  • Macbook boot problem

    When I boot my macbook it hangs on the grey screen - i tried rebooting through the internet and all i get is (after putting wifi detail in) 'apple.com/support -5010f, help?

    armychief wrote:
    I need some help. I ran Oynx to cleanup my 1 year old aluminum MacBook. After it updated the permissions and restarted, my computer won't reboot. I get the circle with the slash. I scanned the forums and tried:
    - booting with snow leopard DVD and running disk utilities (verify, permissions, repair, etc)
    - resetting PRAM
    - last resort was reinstalling SL
    Reinstalling seemed to work because I rebooted right away, no problems. Well, it has been a week and I finally shut off my computer and turned it on today and got the same boot problem (slashed circle).
    If you hold down an "option" key while your Mac is booting, is the internal drive offered as a possible boot volume? If so, then pick it, let the Mac boot, then use the Startup Disk panel of System Preferences to redeclare the boot volume.
    Are you sure the version of Onyx you're running is compatible with the OS version you're running?

  • Acer Aspire One, modules load failed and autologin problem

    Hi,
    I am having problem with modules loading. I haven't updated my netbook for a month or so (my motherboard was broken and it took me that long to finally repair it). After updating, which took ages and the installation size was about 2,2 GBs I have come across two problems.
    First one is modules loading being failed. On boot, everything is said to be DONE in green but with modules I get red FAIL. I am not an advanced user, so I don't really know what to paste, so I'll paste errors.log
    Oct 20 20:18:26 localhost kernel: [ 0.217828] pci 0000:02:00.0: no compatible bridge window for [mem 0xfffe0000-0xffffffff pref]
    Oct 20 20:18:26 localhost kernel: [ 0.217907] pci 0000:04:00.0: no compatible bridge window for [mem 0xffff8000-0xffffffff pref]
    Oct 20 20:18:36 localhost kernel: [ 18.740305] pciehp 0000:00:1c.1:pcie04: Device 0000:02:00.0 already exists at 0000:02:00, cannot hot-add
    Oct 20 20:18:36 localhost kernel: [ 18.740321] pciehp 0000:00:1c.1:pcie04: Cannot add device at 0000:02:00
    Oct 20 20:18:36 localhost kernel: [ 18.849318] pciehp 0000:00:1c.2:pcie04: Device 0000:03:00.0 already exists at 0000:03:00, cannot hot-add
    Oct 20 20:18:36 localhost kernel: [ 18.849332] pciehp 0000:00:1c.2:pcie04: Cannot add device at 0000:03:00
    Oct 20 20:18:36 localhost kernel: [ 18.956303] pciehp 0000:00:1c.3:pcie04: Device 0000:04:00.0 already exists at 0000:04:00, cannot hot-add
    Oct 20 20:18:36 localhost kernel: [ 18.956318] pciehp 0000:00:1c.3:pcie04: Cannot add device at 0000:04:00
    Oct 20 20:18:37 localhost dhcpcd[3196]: dhcpcd not running
    Oct 20 20:18:38 localhost dhcpcd[3202]: dhcpcd not running
    Oct 20 20:18:38 localhost dhcpcd[3209]: dhcpcd not running
    Another problem is with SLiM, or at least logging. I have my /home partition on my SD card. From time to time when I turn my computer on, I am being logged as root, not as my user. When I logout and login again, everything is fine. My slim.log
    /usr/bin/xauth: file /var/run/slim.auth does not exist
    slim: waiting for X server to begin accepting connections
    X.Org X Server 1.10.4
    Release Date: 2011-08-19
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 3.0-ARCH i686
    Current Operating System: Linux archone 2.6.34-netbook #3 SMP Sat Jul 17 19:18:04 UTC 2010 i686
    Kernel command line: root=/dev/sda1 ro rootfstype=ext4 checkdisk quiet
    Build Date: 17 September 2011 07:40:13AM
    Current version of pixman: 0.22.2
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Thu Oct 20 20:18:25 2011
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) Using config directory: "/etc/X11/xorg.conf.d"
    (EE) Logitech USB Receiver: failed to initialize for relative axes.
    /usr/bin/xauth: file /home/archone/.Xauthority does not exist
    which: no hsetroot in (/bin:/usr/bin:/sbin:/usr/sbin:/opt/java/jre/bin:/usr/bin/core_perl)
    which: no esetroot in (/bin:/usr/bin:/sbin:/usr/sbin:/opt/java/jre/bin:/usr/bin/core_perl)
    The XKEYBOARD keymap compiler (xkbcomp) reports:
    > Warning: Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
    > Ignoring extra symbols
    Errors from xkbcomp are not fatal to the X server
    tint2 : nb monitor 1, nb monitor used 1, nb desktop 1
    [1;38mwarning : [0m [0;37m(/tmp/yaourt-tmp-arch/aur-cairo-dock/src/cairo-dock-2.3.0~2/src/gldit/cairo-dock-X-utilities.c:cairo_dock_support_X_extension:581) [0m
    The dock was not compiled with the X extensions (XComposite, xinerama, xtst, XDamage, etc).
    ** (gsynaptics-init:3145): WARNING **: Using synclient
    ERROR: openbox-xdg-autostart requires PyXDG to be installed
    ============================================================================
    Cairo-Dock version: 2.3.0~2
    Compiled date: May 9 2011 21:48:33
    Running with OpenGL: 0
    ============================================================================
    tint2 : pixmap background detection failed
    [1;38mwarning : [0m [0;37m(/tmp/yaourt-tmp-arch/aur-cairo-dock/src/cairo-dock-2.3.0~2/src/gldit/cairo-dock-module-manager.c:cairo_dock_load_module:167) [0m
    while opening module '/usr/lib/cairo-dock/libcd-weblets.so' : (libwebkitgtk-1.0.so.0: cannot open shared object file: No such file or directory)
    [1;38mwarning : [0m [0;37m(/tmp/yaourt-tmp-arch/aur-cairo-dock/src/cairo-dock-2.3.0~2/src/gldit/cairo-dock-applications-manager.c:get_config:1485) [0m
    Sorry but either your X server does not have the XComposite extension, or your version of Cairo-Dock was not built with the support of XComposite.
    You can't have window thumbnails in the dock
    [1;38mwarning : [0m [0;37m(/tmp/yaourt-tmp-arch/aur-cairo-dock/src/cairo-dock-2.3.0~2/src/gldit/cairo-dock-packages.c:cairo_dock_list_packages:699) [0m
    while listing user packages in '/home/archone/.config/cairo-dock/third-party' : Error opening directory '/home/archone/.config/cairo-dock/third-party': No such file or directory
    [1;38mwarning : [0m [0;37m(/tmp/yaourt-tmp-arch/aur-cairo-dock/src/cairo-dock-2.3.0~2/src/gldit/cairo-dock-packages.c:cairo_dock_get_url_data_with_post:327) [0m
    an error occured while downloading 'http://download.tuxfamily.org/glxdock/themes/third-party/2.3.0/list.conf' : Couldn't resolve host name
    [1;38mwarning : [0m [0;37m(/tmp/yaourt-tmp-arch/aur-cairo-dock/src/cairo-dock-2.3.0~2/src/gldit/cairo-dock-packages.c:cairo_dock_list_net_packages:646) [0m
    empty packages list on http://download.tuxfamily.org/glxdock/themes (check that your connection is alive, or retry later)
    [1;38mwarning : [0m [0;37m(/tmp/yaourt-tmp-arch/aur-cairo-dock/src/cairo-dock-2.3.0~2/src/gldit/cairo-dock-packages.c:cairo_dock_list_packages:710) [0m
    while listing distant packages in 'http://download.tuxfamily.org/glxdock/themes/third-party/2.3.0' : empty packages list on http://download.tuxfamily.org/glxdock/themes
    error 9: BadDrawable (invalid Pixmap or Window parameter) request 152 minor 1 serial 776
    error 3: BadWindow (invalid Window parameter) request 20 minor 0 serial 777
    error 3: BadWindow (invalid Window parameter) request 15 minor 0 serial 778
    error 9: BadDrawable (invalid Pixmap or Window parameter) request 152 minor 1 serial 1973
    error 3: BadWindow (invalid Window parameter) request 20 minor 0 serial 1974
    error 3: BadWindow (invalid Window parameter) request 15 minor 0 serial 1975
    error 9: BadDrawable (invalid Pixmap or Window parameter) request 152 minor 1 serial 7574
    error 3: BadWindow (invalid Window parameter) request 20 minor 0 serial 7575
    error 3: BadWindow (invalid Window parameter) request 15 minor 0 serial 7576
    error 9: BadDrawable (invalid Pixmap or Window parameter) request 152 minor 1 serial 9114
    error 3: BadWindow (invalid Window parameter) request 20 minor 0 serial 9115
    error 3: BadWindow (invalid Window parameter) request 15 minor 0 serial 9116
    error 9: BadDrawable (invalid Pixmap or Window parameter) request 152 minor 1 serial 17878
    error 3: BadWindow (invalid Window parameter) request 20 minor 0 serial 17879
    error 3: BadWindow (invalid Window parameter) request 15 minor 0 serial 17880
    error 9: BadDrawable (invalid Pixmap or Window parameter) request 152 minor 1 serial 23238
    error 3: BadWindow (invalid Window parameter) request 20 minor 0 serial 23239
    error 3: BadWindow (invalid Window parameter) request 15 minor 0 serial 23240
    error 9: BadDrawable (invalid Pixmap or Window parameter) request 152 minor 1 serial 84117
    error 3: BadWindow (invalid Window parameter) request 20 minor 0 serial 84118
    error 3: BadWindow (invalid Window parameter) request 15 minor 0 serial 84119
    error 9: BadDrawable (invalid Pixmap or Window parameter) request 152 minor 1 serial 86307
    error 3: BadWindow (invalid Window parameter) request 20 minor 0 serial 86308
    error 3: BadWindow (invalid Window parameter) request 15 minor 0 serial 86309
    Months ago I have had problem with my SD card and did what it was said in this topic https://bbs.archlinux.org/viewtopic.php?id=115386. I don't know if it makes any difference, but it is worth saying. The problem from that topic still exists, when I put my /home into fstab, I am still getting error, that's why I have my mount in rc.local.

    Hi,
    I am having problem with modules loading. I haven't updated my netbook for a month or so (my motherboard was broken and it took me that long to finally repair it). After updating, which took ages and the installation size was about 2,2 GBs I have come across two problems.
    First one is modules loading being failed. On boot, everything is said to be DONE in green but with modules I get red FAIL. I am not an advanced user, so I don't really know what to paste, so I'll paste errors.log
    Oct 20 20:18:26 localhost kernel: [ 0.217828] pci 0000:02:00.0: no compatible bridge window for [mem 0xfffe0000-0xffffffff pref]
    Oct 20 20:18:26 localhost kernel: [ 0.217907] pci 0000:04:00.0: no compatible bridge window for [mem 0xffff8000-0xffffffff pref]
    Oct 20 20:18:36 localhost kernel: [ 18.740305] pciehp 0000:00:1c.1:pcie04: Device 0000:02:00.0 already exists at 0000:02:00, cannot hot-add
    Oct 20 20:18:36 localhost kernel: [ 18.740321] pciehp 0000:00:1c.1:pcie04: Cannot add device at 0000:02:00
    Oct 20 20:18:36 localhost kernel: [ 18.849318] pciehp 0000:00:1c.2:pcie04: Device 0000:03:00.0 already exists at 0000:03:00, cannot hot-add
    Oct 20 20:18:36 localhost kernel: [ 18.849332] pciehp 0000:00:1c.2:pcie04: Cannot add device at 0000:03:00
    Oct 20 20:18:36 localhost kernel: [ 18.956303] pciehp 0000:00:1c.3:pcie04: Device 0000:04:00.0 already exists at 0000:04:00, cannot hot-add
    Oct 20 20:18:36 localhost kernel: [ 18.956318] pciehp 0000:00:1c.3:pcie04: Cannot add device at 0000:04:00
    Oct 20 20:18:37 localhost dhcpcd[3196]: dhcpcd not running
    Oct 20 20:18:38 localhost dhcpcd[3202]: dhcpcd not running
    Oct 20 20:18:38 localhost dhcpcd[3209]: dhcpcd not running
    Another problem is with SLiM, or at least logging. I have my /home partition on my SD card. From time to time when I turn my computer on, I am being logged as root, not as my user. When I logout and login again, everything is fine. My slim.log
    /usr/bin/xauth: file /var/run/slim.auth does not exist
    slim: waiting for X server to begin accepting connections
    X.Org X Server 1.10.4
    Release Date: 2011-08-19
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 3.0-ARCH i686
    Current Operating System: Linux archone 2.6.34-netbook #3 SMP Sat Jul 17 19:18:04 UTC 2010 i686
    Kernel command line: root=/dev/sda1 ro rootfstype=ext4 checkdisk quiet
    Build Date: 17 September 2011 07:40:13AM
    Current version of pixman: 0.22.2
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Thu Oct 20 20:18:25 2011
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) Using config directory: "/etc/X11/xorg.conf.d"
    (EE) Logitech USB Receiver: failed to initialize for relative axes.
    /usr/bin/xauth: file /home/archone/.Xauthority does not exist
    which: no hsetroot in (/bin:/usr/bin:/sbin:/usr/sbin:/opt/java/jre/bin:/usr/bin/core_perl)
    which: no esetroot in (/bin:/usr/bin:/sbin:/usr/sbin:/opt/java/jre/bin:/usr/bin/core_perl)
    The XKEYBOARD keymap compiler (xkbcomp) reports:
    > Warning: Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
    > Ignoring extra symbols
    Errors from xkbcomp are not fatal to the X server
    tint2 : nb monitor 1, nb monitor used 1, nb desktop 1
    [1;38mwarning : [0m [0;37m(/tmp/yaourt-tmp-arch/aur-cairo-dock/src/cairo-dock-2.3.0~2/src/gldit/cairo-dock-X-utilities.c:cairo_dock_support_X_extension:581) [0m
    The dock was not compiled with the X extensions (XComposite, xinerama, xtst, XDamage, etc).
    ** (gsynaptics-init:3145): WARNING **: Using synclient
    ERROR: openbox-xdg-autostart requires PyXDG to be installed
    ============================================================================
    Cairo-Dock version: 2.3.0~2
    Compiled date: May 9 2011 21:48:33
    Running with OpenGL: 0
    ============================================================================
    tint2 : pixmap background detection failed
    [1;38mwarning : [0m [0;37m(/tmp/yaourt-tmp-arch/aur-cairo-dock/src/cairo-dock-2.3.0~2/src/gldit/cairo-dock-module-manager.c:cairo_dock_load_module:167) [0m
    while opening module '/usr/lib/cairo-dock/libcd-weblets.so' : (libwebkitgtk-1.0.so.0: cannot open shared object file: No such file or directory)
    [1;38mwarning : [0m [0;37m(/tmp/yaourt-tmp-arch/aur-cairo-dock/src/cairo-dock-2.3.0~2/src/gldit/cairo-dock-applications-manager.c:get_config:1485) [0m
    Sorry but either your X server does not have the XComposite extension, or your version of Cairo-Dock was not built with the support of XComposite.
    You can't have window thumbnails in the dock
    [1;38mwarning : [0m [0;37m(/tmp/yaourt-tmp-arch/aur-cairo-dock/src/cairo-dock-2.3.0~2/src/gldit/cairo-dock-packages.c:cairo_dock_list_packages:699) [0m
    while listing user packages in '/home/archone/.config/cairo-dock/third-party' : Error opening directory '/home/archone/.config/cairo-dock/third-party': No such file or directory
    [1;38mwarning : [0m [0;37m(/tmp/yaourt-tmp-arch/aur-cairo-dock/src/cairo-dock-2.3.0~2/src/gldit/cairo-dock-packages.c:cairo_dock_get_url_data_with_post:327) [0m
    an error occured while downloading 'http://download.tuxfamily.org/glxdock/themes/third-party/2.3.0/list.conf' : Couldn't resolve host name
    [1;38mwarning : [0m [0;37m(/tmp/yaourt-tmp-arch/aur-cairo-dock/src/cairo-dock-2.3.0~2/src/gldit/cairo-dock-packages.c:cairo_dock_list_net_packages:646) [0m
    empty packages list on http://download.tuxfamily.org/glxdock/themes (check that your connection is alive, or retry later)
    [1;38mwarning : [0m [0;37m(/tmp/yaourt-tmp-arch/aur-cairo-dock/src/cairo-dock-2.3.0~2/src/gldit/cairo-dock-packages.c:cairo_dock_list_packages:710) [0m
    while listing distant packages in 'http://download.tuxfamily.org/glxdock/themes/third-party/2.3.0' : empty packages list on http://download.tuxfamily.org/glxdock/themes
    error 9: BadDrawable (invalid Pixmap or Window parameter) request 152 minor 1 serial 776
    error 3: BadWindow (invalid Window parameter) request 20 minor 0 serial 777
    error 3: BadWindow (invalid Window parameter) request 15 minor 0 serial 778
    error 9: BadDrawable (invalid Pixmap or Window parameter) request 152 minor 1 serial 1973
    error 3: BadWindow (invalid Window parameter) request 20 minor 0 serial 1974
    error 3: BadWindow (invalid Window parameter) request 15 minor 0 serial 1975
    error 9: BadDrawable (invalid Pixmap or Window parameter) request 152 minor 1 serial 7574
    error 3: BadWindow (invalid Window parameter) request 20 minor 0 serial 7575
    error 3: BadWindow (invalid Window parameter) request 15 minor 0 serial 7576
    error 9: BadDrawable (invalid Pixmap or Window parameter) request 152 minor 1 serial 9114
    error 3: BadWindow (invalid Window parameter) request 20 minor 0 serial 9115
    error 3: BadWindow (invalid Window parameter) request 15 minor 0 serial 9116
    error 9: BadDrawable (invalid Pixmap or Window parameter) request 152 minor 1 serial 17878
    error 3: BadWindow (invalid Window parameter) request 20 minor 0 serial 17879
    error 3: BadWindow (invalid Window parameter) request 15 minor 0 serial 17880
    error 9: BadDrawable (invalid Pixmap or Window parameter) request 152 minor 1 serial 23238
    error 3: BadWindow (invalid Window parameter) request 20 minor 0 serial 23239
    error 3: BadWindow (invalid Window parameter) request 15 minor 0 serial 23240
    error 9: BadDrawable (invalid Pixmap or Window parameter) request 152 minor 1 serial 84117
    error 3: BadWindow (invalid Window parameter) request 20 minor 0 serial 84118
    error 3: BadWindow (invalid Window parameter) request 15 minor 0 serial 84119
    error 9: BadDrawable (invalid Pixmap or Window parameter) request 152 minor 1 serial 86307
    error 3: BadWindow (invalid Window parameter) request 20 minor 0 serial 86308
    error 3: BadWindow (invalid Window parameter) request 15 minor 0 serial 86309
    Months ago I have had problem with my SD card and did what it was said in this topic https://bbs.archlinux.org/viewtopic.php?id=115386. I don't know if it makes any difference, but it is worth saying. The problem from that topic still exists, when I put my /home into fstab, I am still getting error, that's why I have my mount in rc.local.

  • Iwl3945 module loading problem (with workaround)

    I've been experiencing problems with my intel wireless card (iwl3945) not loading at boot time. The problem arose after a fresh install from a Chakra (kdemod) live CD after I got a new harddrive for my notebook. It worked fine from the live CD and immediately post-install but when I upgraded the system with "pacman -Syu" (the kernel was upgraded as part of this) the card no longer loaded during boot (i.e. wlan0 would not show up under "ifconfig -a").
    I checked some threads on the iwl3945 (e.g. http://bbs.archlinux.org/viewtopic.php? … 18#p638618 and http://bbs.archlinux.org/viewtopic.php?id=73876) but couldn't find quite the same behaviour so decided to start a new thread.
    It's also similar to this thread (http://bbs.archlinux.org/viewtopic.php?id=82357), but this is not for the iwl3945.
    The following is a log of the problem:
    $ ifconfig -a
    eth0 Link encap:Ethernet HWaddr 00:15:C5:46:C6:6A
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
    Interrupt:17
    lo Link encap:Local Loopback
    inet addr:127.0.0.1 Mask:255.0.0.0
    inet6 addr: ::1/128 Scope:Host
    UP LOOPBACK RUNNING MTU:16436 Metric:1
    RX packets:24 errors:0 dropped:0 overruns:0 frame:0
    TX packets:24 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:1240 (1.2 Kb) TX bytes:1240 (1.2 Kb)
    $ ifconfig wlan0 up
    wlan0: unknown interface: No such device
    $ lsmod | grep iwl
    iwl3945 89020 0
    iwlcore 107100 1 iwl3945
    mac80211 155532 2 iwl3945,iwlcore
    led_class 4000 3 sdhci,iwl3945,iwlcore
    cfg80211 90428 3 iwl3945,iwlcore,mac80211
    $ dmesg | grep iwl
    iwl3945: Intel(R) PRO/Wireless 3945ABG/BG Network Connection driver for Linux, 1.2.26ks
    iwl3945: Copyright(c) 2003-2009 Intel Corporation
    iwl3945 0000:0c:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    iwl3945 0000:0c:00.0: setting latency timer to 64
    iwl3945 0000:0c:00.0: Tunable channels: 13 802.11bg, 23 802.11a channels
    iwl3945 0000:0c:00.0: Detected Intel Wireless WiFi Link 3945ABG
    iwl3945 0000:0c:00.0: irq 28 for MSI/MSI-X
    iwl3945 0000:0c:00.0: Failed to register hw (error -2)
    iwl3945 0000:0c:00.0: PCI INT A disabled
    iwl3945: probe of 0000:0c:00.0 failed with error -2
    Here is my rc.conf
    # /etc/rc.conf - Main Configuration for Arch Linux
    # LOCALIZATION
    # LOCALE: available languages can be listed with the 'locale -a' command
    # HARDWARECLOCK: set to "UTC" or "localtime", any other value will result
    # in the hardware clock being left untouched (useful for virtualization)
    # TIMEZONE: timezones are found in /usr/share/zoneinfo
    # KEYMAP: keymaps are found in /usr/share/kbd/keymaps
    # CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
    # CONSOLEMAP: found in /usr/share/kbd/consoletrans
    # USECOLOR: use ANSI color sequences in startup messages
    LOCALE="en_GB.utf8"
    HARDWARECLOCK="localtime"
    TIMEZONE="Europe/Dublin"
    KEYMAP="uk"
    CONSOLEFONT=
    CONSOLEMAP=
    USECOLOR="yes"
    # HARDWARE
    # MOD_AUTOLOAD: Allow autoloading of modules at boot and when needed
    # MOD_BLACKLIST: Prevent udev from loading these modules
    # MODULES: Modules to load at boot-up. Prefix with a ! to blacklist.
    # NOTE: Use of 'MOD_BLACKLIST' is deprecated. Please use ! in the MODULES array.
    MOD_AUTOLOAD="yes"
    #MOD_BLACKLIST=() #deprecated
    MODULES=(b44 mii !ipw3945 iwlcore pcspkr snd-mixer-oss snd-pcm-oss snd-hwdep snd-page-alloc snd-pcm snd-timer snd snd-hda-codec snd-hda-intel soundcore)
    # Scan for LVM volume groups at startup, required if you use LVM
    USELVM="no"
    # NETWORKING
    # HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
    HOSTNAME="alex-xps"
    # Use 'ifconfig -a' or 'ls /sys/class/net/' to see all available interfaces.
    # Interfaces to start at boot-up (in this order)
    # Declare each interface then list in INTERFACES
    # - prefix an entry in INTERFACES with a ! to disable it
    # - no hyphens in your interface names - Bash doesn't like it
    eth0="dhcp"
    # Wireless: See network profiles below
    wlan0="dhcp"
    #Static IP example
    #eth0="eth0 134.226.144.162 netmask 255.255.0.0 broadcast 134.226.255.255"
    INTERFACES=(!eth0 !eth1 !wlan0)
    # Routes to start at boot-up (in this order)
    # Declare each route then list in ROUTES
    # - prefix an entry in ROUTES with a ! to disable it
    gateway="default gw 192.168.0.1"
    ROUTES=(!gateway)
    # Enable these network profiles at boot-up. These are only useful
    # if you happen to need multiple network configurations (ie, laptop users)
    # - set to 'menu' to present a menu during boot-up (dialog package required)
    # - prefix an entry with a ! to disable it
    # Network profiles are found in /etc/network.d
    # This now requires the netcfg package
    #NETWORKS=(main)
    # DAEMONS
    # Daemons to start at boot-up (in this order)
    # - prefix a daemon with a ! to disable it
    # - prefix a daemon with a @ to start it up in the background
    DAEMONS=(syslog-ng hal !network wicd !networkmanager avahi-daemon avahi-dnsconfd alsa cdemud kdm)
    I read somewhere that there was an issue with kill switches and that rfkill may help so I installed it from AUR. However, there didn't seem to be any block:
    $ rfkill list
    1: hci0: Bluetooth
    Soft blocked: no
    Hard blocked: no
    2: dell-wifi: Wireless LAN
    Soft blocked: no
    Hard blocked: no
    3: dell-bluetooth: Bluetooth
    Soft blocked: no
    Hard blocked: no
    I also tried creating a modprobe.conf file as suggested in some quarters (/etc/modprobe.d/iwl3945.conf):
    alias wlan0 iwl3945
    options iwl3945 disable_hw_scan=1
    Sadly still no luck on a reboot.
    After much pulling of hair the following workaround finally did it for me. Basically even though the module doesn't load during boot I can remove it and then modprobe it manually and it then works so that I can bring up the interface:
    # rmmod iwl3945
    # modprobe iw3945
    # ifconfig wlan0 up
    # ifconfig -a
    eth0 Link encap:Ethernet HWaddr 00:15:C5:46:C6:6A
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
    Interrupt:17
    lo Link encap:Local Loopback
    inet addr:127.0.0.1 Mask:255.0.0.0
    inet6 addr: ::1/128 Scope:Host
    UP LOOPBACK RUNNING MTU:16436 Metric:1
    RX packets:24 errors:0 dropped:0 overruns:0 frame:0
    TX packets:24 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:1240 (1.2 Kb) TX bytes:1240 (1.2 Kb)
    wlan0 Link encap:Ethernet HWaddr 00:18:DE:1E:7B:46
    UP BROADCAST MULTICAST MTU:1500 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
    wmaster0 Link encap:UNSPEC HWaddr 00-18-DE-1E-7B-46-00-00-00-00-00-00-00-00-00-00
    UP RUNNING MTU:0 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
    I can then use wicd to connect to my router at home (networkmanager doesn't seem to work for me with the same settings).
    Hopefully this may be of some use to someone with the same issue and to any kernel gurus that may be scanning this section of the forum.

    I tinkered with the rfkill module as suggested.
    First checked what the default behaviour was
    $ lsmod | grep rfkill
    rfkill 19728 3 bluetooth,dell_laptop,cfg80211
    Then blacklisted rfkill in rc.conf using "!rfkill" in the modules line
    $ lsmod | grep rfkill
    rfkill 19728 1 cfg80211
    Unfortunately I still had to manually remove and reload iwl3945 as before.
    I tried inserting the options in modprobe.conf suggested by you in your other post
    # /etc/modprobe.d/modprobe.conf (for v2.6 kernels)
    options bluetooth rfkill=0
    options dell_laptop rfkill=0
    After a reboot still no wireless activity and checking rfkill module gives same as for blacklisting in rc.conf, i.e. ...
    $ lsmod | grep rfkill
    rfkill 19728 1 cfg80211
    So still manually un/reloading as before. At least the workaround is not too labour intensive.

  • System boot occasionally hangs at module loading

    Since I installed Arch, about 43% of the time that I have attempted to boot my computer the boot process hangs at module loading. I assumed that the problem may have been that I was autoloading my modules. I tried turning autoloading off and manually loading them instead but that did not help. Then (as a shot in the dark) I tried having autoloading on, with my modules still defined in rc.conf, but that only made things worse (understandably, I did not think that this would help, but I figured that it couldn't hurt to try).
    Here is my /etc/rc.conf
    # /etc/rc.conf - Main Configuration for Arch Linux
    # LOCALIZATION
    # LOCALE: available languages can be listed with the 'locale -a' command
    # HARDWARECLOCK: set to "UTC" or "localtime", any other value will result
    # in the hardware clock being left untouched (useful for virtualization)
    # TIMEZONE: timezones are found in /usr/share/zoneinfo
    # KEYMAP: keymaps are found in /usr/share/kbd/keymaps
    # CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
    # CONSOLEMAP: found in /usr/share/kbd/consoletrans
    # USECOLOR: use ANSI color sequences in startup messages
    LOCALE="en_US.UTF-8"
    HARDWARECLOCK="UTC"
    TIMEZONE="America/New_York"
    KEYMAP="us"
    CONSOLEFONT=
    CONSOLEMAP=
    USECOLOR="yes"
    # HARDWARE
    # MOD_AUTOLOAD: Allow autoloading of modules at boot and when needed
    # MOD_BLACKLIST: Prevent udev from loading these modules
    # MODULES: Modules to load at boot-up. Prefix with a ! to blacklist.
    # NOTE: Use of 'MOD_BLACKLIST' is deprecated. Please use ! in the MODULES array.
    MOD_AUTOLOAD="no"
    #MOD_BLACKLIST=() #deprecated
    MODULES=(ac battery button processor thermal video cdrom intel-agp tpm_bios tpm tpm_tis tpm_tis tpm_tis drm_kms_helper drm i915 hid i2c-algo-bit i2c-i801 i2c-core evdev joydev pcspkr psmouse serio_raw uvcvideo v4l1-compat v4l2-compat-ioctl32 videodev pci_hotplug shpchp wmi rtc-cmos rtc-core rtc-lib output iTCO_vendor_support iTCO_wdt snd-mixer-oss snd-pcm-oss snd-hwdep snd snd-page-alloc snd-pcm snd-timer snd-hda-codec snd-hda-intel soundcore scsi_mod ahci atl1e mac80211 rfkill iwlagn iwlcore cfg80211 usb-storage usbhid usbcore ehci-hcd uhci-hcd sd_mod sr_mod st)
    # Scan for LVM volume groups at startup, required if you use LVM
    USELVM="no"
    # NETWORKING
    # HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
    HOSTNAME="foster.laptop"
    # Use 'ifconfig -a' or 'ls /sys/class/net/' to see all available interfaces.
    # Interfaces to start at boot-up (in this order)
    # Declare each interface then list in INTERFACES
    # - prefix an entry in INTERFACES with a ! to disable it
    # - no hyphens in your interface names - Bash doesn't like it
    # DHCP: Set your interface to "dhcp" (wlan0="dhcp")
    # Wireless: See network profiles below
    #Static IP example
    #eth0="eth0 192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255"
    #wlan0="dhcp"
    INTERFACES=(!wlan0)
    # Routes to start at boot-up (in this order)
    # Declare each route then list in ROUTES
    # - prefix an entry in ROUTES with a ! to disable it
    gateway="default gw 192.168.0.1"
    ROUTES=(!gateway)
    # Enable these network profiles at boot-up. These are only useful
    # if you happen to need multiple network configurations (ie, laptop users)
    # - set to 'menu' to present a menu during boot-up (dialog package required)
    # - prefix an entry with a ! to disable it
    # Network profiles are found in /etc/network.d
    # This now requires the netcfg package
    #NETWORKS=(main)
    # DAEMONS
    # Daemons to start at boot-up (in this order)
    # - prefix a daemon with a ! to disable it
    # - prefix a daemon with a @ to start it up in the background
    DAEMONS=(@alsa @syslog-ng @network dbus hal networkmanager @cups @netfs @crond @laptopmode)
    Last edited by nothinggoespast (2010-06-28 00:47:01)

    I have the same problem on my thinkpad T500 after I upgrade the wireless card (intel wifi link 5300).
    For a long time I didn't understand the why of this behavior, but some weeks ago I realise that the problem can solve it hard-locking the wireless card and unlocking after the step: "loading modules".
    For more information this is the complete thread on thinkpad forum that I wrote when I try to solve this issue: http://lnv.lithium.com/t5/T400-T500-and … 870#M26238
    I apologize if you do not understand what I mean, the problem is that I have some difficulties to express myself in English

Maybe you are looking for

  • HT6312 How do I use Numbers, Mavericks, and sharing to collaborate with others who have PCs/Macs like I did last week?

    Last week I used numbers in a very efficient way to collaborate with colleagues. Yesterday I was required to upgrade to iCloud Drive in order for others to view my documents and edit them. Now I cannot use the Numbers application on my mac to update

  • Incoming payment problem

    Hi expert, Now i have issue in my project about incoming payment. In detail: When you sell good to distributor and issue invoice. After that you get money from distributor. But they never pay you base on invoice and full invoice. In SAP we have 2 way

  • X-Path like Query option for XMLModel?

    Hi, is there an option to use x-path-like queries in the XMLModel? E.g. <?xml version="1.0" encoding="UTF-8"?>    <main>                           <config>                                      <mode>1</mode>                                       <ext

  • Authentication Paramaters in LDAP/AD

    Hi Everybody, I have limited information about AD and LDAP. I am going to install one application in my server, and I need to setup some parameters from our LDAP or AD server. In our company , my user has limited access to "Active Directory Users and

  • CRM Blueprint Help!!!1

    I am new to CRM, and had started of with reading some material just to get an overview of what CRM is all about. As I did my reading my boss was working on the Blueprint, however he  as resigned and so I have to start working on the Blueprint, as he