[SOLVED] Ndiswrapper, NetworkManager 0.7 and 64-bit Arch Linux

Hi there!
I am having problems configuring my wireless card. I know I have to use Ndiswrapper, and this is what I have tried to do; however, it didn't go quite well.
This is rather odd because it worked perfectly in the 32-bit version of Arch Linux, but now it doesn't work.
So, here comes the code.
valandil ~ $ lspci | grep Network
0b:00.0 Network controller: Broadcom Corporation BCM4311 802.11b/g WLAN (rev 01)
I really use ndiswrapper and have already installed what I think is the proper driver (it seems that the list the official ndiswrapper site had has somehow disappeared.
sudo ndiswrapper -l
Password:
bcmwl5 : driver installed
device (14E4:4311) present (alternate driver: ssb)
Here's iwconfig:
valandil ~ $ iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
wmaster0 no wireless extensions.
wlan0 IEEE 802.11bg ESSID:""
Mode:Managed Frequency:2.412 GHz Access Point: Not-Associated
Tx-Power=0 dBm
Retry min limit:7 RTS thr:off Fragment thr=2352 B
Power Management:off
Link Quality:0 Signal level:0 Noise level:0
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
I use NetworkManager 0.7 and have configured properly:
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="en_US.utf8"
HARDWARECLOCK="localtime"
USEDIRECTISA="no"
TIMEZONE="America/Vancouver"
KEYMAP="cf"
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=(fuse ndiswrapper fglrx !b44 !mii bcm43xx !snd_pcsp snd-mixer-oss snd-pcm-oss snd-hwdep snd-page-alloc snd-pcm snd-timer snd snd-hda-intel soundcore !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="cipher"
# 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
#eth0="eth0 192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255"
eth0="dhcp"
INTERFACES=(lo !eth0 !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.1.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=(@stbd httpd !network syslog-ng netfs crond alsa hal dhcdbd networkmanager fam gdm)
hosts file :
# /etc/hosts: static lookup table for host names
#<ip-address> <hostname.domain.org> <hostname>
127.0.0.1 localhost.localdomain localhost cipher
# End of file
/etc/NetworkManager/nm-system-settings.conf:
GNU nano 2.0.9 File: /etc/NetworkManager/nm-system-settings.conf
[main]
plugins=keyfile
[keyfile]
hostname=cipher
I hope you can solve this problem; wireless is really crucial.
Thanks for any help,
Last edited by valandil (2012-05-02 18:27:09)

Alleluia!!!
I think I will write a new rule for myself to follow :
Thou shalt never use ndiswrapper again.
Thanks a lot, wonder, and thanks to you too, Xyne.
FYI, I tried to use something else than ndiswrapper before, but it didn't yield satisfying results. Anyway, thanks.

Similar Messages

  • Dual booting of 32 and 64 bit arch, how to upgrade kernel?

    Hi all,
    I have set up a concurrent 32 and 64 bit arch install on my system. I partitioned my system to have 5 partitions:
    boot
    32bit root
    64bit root
    swap
    home
    (64 bit root and home in an extended partition)
    I renamed the 64 bit kernel files in /boot to
    kernel26_64.img
    kernel26-fallback_64.img
    System_64.map26
    vmlinuz26_64
    the 32 bit kernel files have their 'normal' names
    kernel26.img
    kernel26-fallback.img
    System.map26
    vmlinuz26
    Then I changed grubs menu.lst accordingly to either boot the 32 or 64 bit installation, both using same swap and home partition. This works by now. But if I want to upgrade my kernel through pacman, the 64 bit install will overwrite the 32bit kernel files because it generates the 'normal' filenames which belong to the 32bit installation. Is there a way to tell mkinitcpio to build files with a *_64 at the end while run by pacman -Syu?
    Does anybody see other caveats? Are there other solutions to archieve my goal?
    Harvey
    Last edited by Harey (2009-11-11 21:38:41)

    You can change the name of the initcpio images in /etc/mkinitcpio.d/kernel26.preset.  To change the name of the kernel itself (vmlinuz26), you'll have to compile your own kernel.  Well, not quite; this untested PKGBUILD I whipped up just repackages the official 64-bit kernel, with important names changed:
    #pkgname=kernel26 # Build stock -ARCH kernel
    pkgname=kernel26-64 # Build kernel with a different name
    _kernelname=${pkgname#kernel26}
    _basekernel=2.6.31
    pkgver=${_basekernel}.6
    pkgrel=1
    _patchname="patch-${pkgver}-${pkgrel}-ARCH"
    pkgdesc="The Linux Kernel and modules"
    arch=(x86_64)
    license=('GPL2')
    groups=('base')
    url="http://www.kernel.org"
    backup=(etc/mkinitcpio.d/${pkgname}.preset)
    depends=('coreutils' 'kernel26-firmware>=2.6.31' 'module-init-tools' 'mkinitcpio>=0.5.20')
    # pwc, ieee80211 and hostap-driver26 modules are included in kernel26 now
    # nforce package support was abandoned by nvidia, kernel modules should cover everything now.
    # kernel24 support is dropped since glibc24
    provides=('kernel26')
    conflicts=('kernel26')
    replaces=('kernel26' 'kernel24' 'kernel24-scsi' 'kernel26-scsi'
    'alsa-driver' 'ieee80211' 'hostap-driver26'
    'pwc' 'nforce' 'squashfs' 'unionfs' 'ivtv'
    'zd1211' 'kvm-modules' 'iwlwifi' 'rt2x00-cvs'
    'gspcav1' 'atl2' 'wlan-ng26' 'rt2500')
    install=kernel26.install
    source=(ftp://ftp.archlinux.org/core/os/x86_64/kernel26-${pkgver}-${pkgrel}-x86_64.pkg.tar.gz)
    optdepends=('crda: to set the correct wireless channels of your country')
    md5sums=('d017c2cd05530d8ac47c5f95495c5d49')
    sha256sums=('8f04074814ae0f697edcec2b1d215d3790746acb154604f2b223f32fa71c6434')
    build() {
    cp -r ${srcdir}/boot ${pkgdir} || return 1
    cp -r ${srcdir}/etc ${pkgdir} || return 1
    cp -r ${srcdir}/lib ${pkgdir} || return 1
    cp -r ${srcdir}/usr ${pkgdir} || return 1
    mv ${pkgdir}/boot/{vmlinuz26,vmlinuz26_64} || return 1
    mv ${pkgdir}/boot/{System.map26,System_64.map26} || return 1
    sed -i 's/\.img/_64\.img/g' ${pkgdir}/etc/mkinitcpio.d/kernel26.preset || return 1

  • Juniper VPN for 64 bit Arch Linux

    Recently I try to connect to the vpn network of my university using my 64 bit Arch Linux box. I succeed in getting it to work, but not without some searching, some methods simply don't work, so I decide to share some info, hopefully someone would find it useful.
    My key ref:
    http://wireless.siu.edu/install-ubuntu-64.htm
    (You need to install xterm for it to work.)
    The key issue is the 64 bit java plugin won't work with the Juniper software.
    Here are the steps I follow:
    1.) follow the reference to install java and the java plugin, firstly 64 bit, then 32 bit and replace the necessary libraries. The steps are detailed in the ref.
    2.) install xterm if you have not
    3.) link the plugins libnpjp2.so
    ln -s / << location of java you installed above >>/lib/amd64/libnpjp2.so /usr/lib/mozilla/plugins/libnpjp2.so
    With the newest firefox 5, I confirm the location of plugin is in
    /usr/lib/mozilla/plugins/
    in the past, it's suggested to be resided in ~/.mozilla/plugins, I don't think it's true now
    I think this is much simpler than the change root method and should be suggested.

    done, added as "alternative method"
    in
    https://wiki.archlinux.org/index.php/Juniper_VPN

  • [SOLVED] Trying to Install Acroread on 64 bit Arch

    Am trying to install acroread read from the AUR using packer on a 64 bit arch installation...
    I am running the XFCE DE... and I am getting this error. Cannot for the life of me resolve this...any help will be appreciated
    resolving dependencies...
    looking for inter-conflicts...
    :: gcc-libs-multilib and gcc-libs are in conflict. Remove gcc-libs? [y/N]
    error: unresolvable package conflicts detected
    error: failed to prepare transaction (conflicting dependencies)
    :: gcc-libs-multilib and gcc-libs are in conflict
    Installation failed.
    I cannot install gcc-libs-multilib... coz that asks me to remove gcc-libs which then results is the whole of xfce being removed
    Looking for help desparately
    Thank you all for your time,
    Sameer
    Last edited by samgurung (2014-04-16 15:44:49)

    I cannot install gcc-libs-multilib... coz that asks me to remove gcc-libs which then results is the whole of xfce being removed
    That is weird, since gcc-libs-multilib provides gcc-libs and should not lead to any removal.
    try pacman -S multilib-devel

  • Unable to install breqn and cadabra on Arch Linux

    Hi,
    I am running Arch Linux (64-bit) on my Dell XPS 15 laptop. I use LaTeX for all my scientific typesetting. When I was running Fedora on this system earlier, I used Cadabra, an open source symbolic manipulation program suited to calculations in quantum field theory. I tried to install cadabra in Arch using yaourt, but I get the following error message:
    [root@krypton ~]# yaourt cadabra
    1 aur/cadabra 1.29-1 (2)
    Cadabra is a computer algebra system (CAS)
    2 aur/modglue 1.16-2 (1)
    Modglue library for Cadabra computer algebra system (CAS)
    ==> Enter n° of packages to be installed (ex: 1 2 3 or 1-3)
    ==> -------------------------------------------------------
    ==> 1
    ==> Downloading cadabra PKGBUILD from AUR...
    x PKGBUILD
    x cadabra.install
    First Submitted: Wed, 16 Sep 2009 08:01:06 +0000
    cadabra 1.29-1
    ( Unsupported package: Potentially dangerous ! )
    ==> Edit PKGBUILD ? [Y/n] ("A" to abort)
    ==> ------------------------------------
    ==> n
    ==> cadabra dependencies:
    - conlie (building from AUR)
    - modglue>=1.16 (building from AUR)
    - breqn (building from AUR)
    ==> Edit cadabra.install ? [Y/n] ("A" to abort)
    ==> -------------------------------------------
    ==> n
    ==> Continue building cadabra ? [Y/n]
    ==> ---------------------------------
    ==>
    ==> Building and installing package
    ==> Install or build missing dependencies for cadabra:
    ==> Downloading breqn PKGBUILD from AUR...
    x breqn.install
    x PKGBUILD
    First Submitted: Wed, 16 Sep 2009 08:00:09 +0000
    breqn 1.2b-2
    ( Unsupported package: Potentially dangerous ! )
    ==> Edit PKGBUILD ? [Y/n] ("A" to abort)
    ==> ------------------------------------
    ==> n
    ==> breqn dependencies:
    - texlive-bin (already installed)
    - texlive-core (already installed)
    ==> Edit breqn.install ? [Y/n] ("A" to abort)
    ==> -----------------------------------------
    ==> n
    ==> Continue building breqn ? [Y/n]
    ==> -------------------------------
    ==>
    ==> Building and installing package
    ==> WARNING: Building package as root is dangerous.
    Please run yaourt as a non-privileged user.
    ==> Making package: breqn 1.2b-2 (Thu May 31 20:10:59 IST 2012)
    ==> Checking runtime dependencies...
    ==> Checking buildtime dependencies...
    ==> Retrieving Sources...
    -> Downloading mh.zip...
    % Total % Received % Xferd Average Speed Time Time Time Current
    Dload Upload Total Spent Left Speed
    100 2196k 100 2196k 0 0 74677 0 0:00:30 0:00:30 --:--:-- 73748
    ==> Validating source files with md5sums...
    mh.zip ... FAILED
    ==> ERROR: One or more files did not pass the validity check!
    ==> ERROR: Makepkg was unable to build breqn.
    ==> Restart building breqn ? [y/N]
    ==> ------------------------------
    ==>
    Surprisingly, a search on google did not reveal anything useful. Apparently the problem is validating the package 'breqn' which is a prerequisite for cadabra, but fails to install through yaourt because of some md5 checksum validation error (as I understand). And it seems there is no override for this in yaourt.
    Any suggestions to help me get cadabra to work will be greatly appreciated.
    Thanks in advance!
    References:
    1. http://aur.archlinux.org/packages.php?ID=30207
    2. http://cadabra.phi-sci.com/
    Last edited by darkmav (2012-05-31 14:41:57)

    Your problem is that the file the PKGBUILD is downloading is not the same one that the creator of the PKGBUILD was working with.
    an md5sum is a hash (a fingerprint, if you will) of the file.  When the PKGBUILD was created, that fingerprint was included in the file.  That yours does not match means one of two things:
    1. The file you downloaded was either corrupt, or has been tampered with, or
    2. The file you downloaded has been updated by the author, but the PKGBUILD has not been updated.
    If it is case 1, stop.  If it is case 2, you can do the following:
    The Cadabra PKGBUILD was updated last June (almost a year ago).  You can either post a comment to the AUR and see if the maintainer will fix it, or you can fix the PKGBUILD yourself and (hopefully) post the changes back to the AUR as a comment.
    # Contributor: Dariusz 'quasi' Panchyrz <[email protected]>
    pkgname=cadabra
    pkgver=1.29
    pkgrel=1
    pkgdesc="Cadabra is a computer algebra system (CAS)"
    arch=('i686' 'x86_64')
    url="http://cadabra.phi-sci.com/"
    license=('GPL')
    depends=('conlie' 'modglue>=1.16' 'breqn')
    install=$pkgname.install
    source=(http://cadabra.phi-sci.com/$pkgname-$pkgver.tar.gz)
    md5sums=('ea6e64535e6a9abe8810e5baa6a579a8')
    build() {
    cd $startdir/src/$pkgname-$pkgver/
    ./configure --prefix=$startdir/pkg/usr/
    make || return 1
    make install || return 1
    Notice the md5sums entry in the PKGBUILD above.  It needs to be updated in accordance with this article and then built on your machine using makepkg.  I strongly suggest you not user a helper for this, but rather use the methods described here
    Last edited by ewaller (2012-05-31 15:09:09)

  • [SOLVED]How to build debian package source in Arch Linux?

    I'm porting openssl for sh4 arch.
    If I use Arch Linux PKGBUILD, it built failed. (I guess that's caused by there is no asm code for sh4 cpu).
    So, I decide use debian's source.
    But, is there any one know how to porting debian's package into Arch Linux?
    I can apt-get source openssl from other machine.  But I don't know what's the correct step to build it into Arch Linux' structure.
    Solution: refer brebs's PKGBUILD hint.
    Last edited by dlin (2013-02-26 09:44:16)

    The source is not hard to find. Look on Debian packages - each package has 2 files, the ".orig", and Debian's diff (which is sometimes not a diff, these days, thankfully because just having a simple "debian/patches" subdirectory available is a little bit easier for us).
    Edit: Here ya go, convenient links:
    http://packages.debian.org/sid/openssl
    http://ftp.de.debian.org/debian/pool/ma … ian.tar.gz
    Last edited by brebs (2013-02-26 09:42:10)

  • [Solved] Spammed with a nouveau message while installing Arch Linux?

    Well despite being spammed the message which makes it impossible to partition my drive using cfdisk, all I could accomplish was setting up my wireless adapter. Here is the message: http://i.imgur.com/O6pIW0V.jpg
    Is there any way I can solve this? It appears to happen in the Alt + Ctrl + F2 terminal in Ubuntu too. I have an Nvidia GTX 760. I am not using dual graphics. My only video card is the 760.
    <modedit>Please read our forum policy about posting images: https://wiki.archlinux.org/index.php/Forum_Etiquette. /Xyne </modedit>
    Last edited by kensclark16 (2013-08-28 01:53:35)

    Should I make a new thread? I have another question. I followed the whole Beginner's Guide up to the point where I mount Arch Linux and chroot in. I then set up the language, font, etc and got to the wireless setup part. It told me to do a few commands then enter
    pacman -S dialog
    . I did that which I think I messed up after that. I misread the text because it said to reboot and use wifi-menu AFTER you install the rest. I rebooted right after I installed "dialog." Now when I boot into Arch with GRUB, it says that I am missing the kernel headers. I used the CD to boot and then I mounted the partition but then arch-chroot /mnt will not work. It says that the exec is invalid or something. Does that mean I have to reinstall Arch?
    Last edited by kensclark16 (2013-08-28 01:25:36)

  • [SOLVED]Multiple Problems after a new install on Arch Linux

    Hello all,
    I just finished installing Arch Linux from the core ISO which I downloaded from the site. The install went smoothly and booted up fine. Also I was able to install gnome and its extras fine as well. On the first boot after installing gnome I managed to get my resolution correct also. However later on after I installed compiz fusion everything with the resolution seems to be going wrong . My computer specs are shown below :
    AMD 64 3200
    Asus M2N MX-SE
    2 GB Ram
    Geforce 8600 GT
    Viewsonic VA1918wm (Native resolution is 1440x900)
    At the moment I can only manage to get upto 1024x768 and it looks quite bad at that resolution. I have attached the xorg.conf I have at the moment.
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    EndSection
    Section "Module"
    Load "dbe"
    Load "record"
    Load "extmod"
    Load "glx"
    Load "dri2"
    Load "dri"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Monitor Vendor"
    ModelName "Monitor Model"
    EndSection
    Section "Device"
    Identifier "Card0"
    Driver "nvidia"
    VendorName "nVidia Corporation"
    BoardName "G84 [GeForce 8600 GT]"
    BusID "PCI:2:0:0"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    SubSection "Display"
    Viewport 0 0
    Depth 1
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    While I was trying to fix this I noticed I was encountering other problems also. For one I found that sometimes dhcpcd times out on booting up and I cant seemt o connect to the Internet on booting. Although I just thought of trying a static IP and I'll post if that helped later on.
    Another problem is I found that I seem to get the following error randomly. Pressing ctrl + D after this just restarts the machine.
    The superblock could not be read or does not describe a correct ext2
    filesystem. If the device is valid and it really contains an ext2
    filesystem (and not swap or ufs or something else), then the superblock
    is corrupt, and you might try running e2fsck with an alternate superblock:
    e2fsck -b 8193 <device>
    Finally, while I boot up I noticed that it says "Mounting root partition as read only   [DONE]"  Is the root partition supposed ot be mounted as read only ? Attached my fstab just in case it is needed.
    # /etc/fstab: static file system information
    # <file system> <dir> <type> <options> <dump> <pass>
    none /dev/pts devpts defaults 0 0
    none /dev/shm tmpfs defaults 0 0
    #/dev/cdrom /media/cd auto ro,user,noauto,unhide 0 0
    #/dev/dvd /media/dvd auto ro,user,noauto,unhide 0 0
    #/dev/fd0 /media/fl auto user,noauto 0 0
    /dev/sda3 /boot ext3 defaults 0 1
    /dev/sdb1 / ext3 defaults 0 1
    /dev/sdb2 swap swap defaults 0 0
    /dev/sdb3 /home ext3 defaults 0 1
    As you can see I'm quite new to Arch Linux so any help would be deeply appreciated.
    Last edited by FilledVoid (2009-09-11 16:28:28)

    Thank you for all your suggestions . I tried replacing the ID to Card0 but it didnt seem to fix it . However on the bright side I checked more threads on the forum and found some that helped out . :)
    http://bbs.archlinux.org/viewtopic.php?id=75070&p=2
    http://bbs.archlinux.org/viewtopic.php?id=72788
    http://bbs.archlinux.org/viewtopic.php?id=76938
    I copied the xorg.conf file from the third link and just made minor changes to it like removing all the resolutions I didn't need and now its working fine :).
    Now Im just stuck with two problems. One is the following message which appears randomly.
    The superblock could not be read or does not describe a correct ext2
    filesystem. If the device is valid and it really contains an ext2
    filesystem (and not swap or ufs or something else), then the superblock
    is corrupt, and you might try running e2fsck with an alternate superblock:
    e2fsck -b 8193 <device>
    ******************* FILESYSTEM CHECK FAILED *************
    * Please repair manually and reboot. Note that the root *
    * filesystem is currently mounted read-only. To remount *
    * it read-write type: mount -n -o remount,rw / *
    * When you exit the mantenance shel the system will *
    * reboot automatically. *
    A thread about the same can be found http://bbs.archlinux.org/viewtopic.php?pid=295384 but there isn't a solution on it. 
    The second is the intermittent problems with the Network being setup. Sometimes when I boot up it just says dhcpcd timedout and I won't be able to connect . However I can connect on another machine at the same time.
    Took a look at the drive in question with gparted and it shows the below information:
    /dev/sdb1 ext3   /   32.59 GB    4.92 GB   27.68 GB  boot
    By any chance is any of the above information relevant :x ?

  • .dotjs and .dotcss for Arch Linux Users

    Hi all,
    I've created a new Google Chrome extension to enable the functionalities of .dotjs and .dotcss extensions for Arch Linux users.
    Check it here; https://github.com/azer/.w3
    Contributions and ideas are welcome,
    Azer

    Thanks for doing this, never heard of dotjs before, but I love the idea and definitely have some use cases for this.
    Of course as an arch user, Im just kindly asking if you plan to create an AUR - package for this?

  • [SOLVED]Printer working in Ubuntu, and not in Arch

    Hello,
    Well, it's a little bit weird I bought a new printer, it's a Epson SX415.
    Cups detects it as a Epson SX410, I tried to make it work with the following drivers:
    So, with the CUPS+gutenprint drivers, it seems to work (cups says job sent) but the printer doesn't make a move. With the foomatic drivers, cups says:
    stopped
    "/usr/lib/cups/filter/foomatic-rip failed"
    If it works with Ubuntu 10.10, I guess I'll be able to make it work under Arch, but currently I don't know how to do that :s
    Thanks
    Last edited by Lowra (2010-10-26 17:19:42)

    Ubuntu is using the following driver:
    Epson Stylus SX410 - CUPS+Gutenprint v5.2.6 Simplified (color, 2-sided printing)
    I'll check AUR
    EDIT:
    [david@desktop ~]$ sudo packer -S epson-inkjet-printer-escpr
    warning: epson-inkjet-printer-escpr is flagged out of date
    Aur Targets    (1): epson-inkjet-printer-escpr
    Proceed with installation? [Y/n] y
    Edit epson-inkjet-printer-escpr PKGBUILD with $EDITOR? [Y/n] n
    ==> Making package: epson-inkjet-printer-escpr 1.0.0-1 (Thu Oct 21 23:00:30 CEST 2010)
    ==> Checking Runtime Dependencies...
    ==> Checking Buildtime Dependencies...
    ==> Retrieving Sources...
      -> Downloading epson-inkjet-printer-escpr-1.0.0-1lsb3.2.src.rpm...
    --2010-10-21 23:00:30--  http://linux.avasys.jp/drivers/lsb/epso … .2.src.rpm
    Resolving linux.avasys.jp... 202.41.220.57
    Connecting to linux.avasys.jp|202.41.220.57|:80... connected.
    HTTP request sent, awaiting response... 404 Not Found
    2010-10-21 23:00:31 ERROR 404: Not Found.
    ==> ERROR: Failure while downloading epson-inkjet-printer-escpr-1.0.0-1lsb3.2.src.rpm
        Aborting...
    The build failed.
    [david@desktop ~]$
    Last edited by Lowra (2010-10-21 18:53:10)

  • [SOLVED]Arch Linux, and Windows 8.1 Dual Boot issue

    Hi guys. I recently bought a new laptop, and decided to run Arch Linux and Windows 8.1. I installed Windows 8.1 first as recommended by the beginners guide, and then installed Arch Linux. I made sure UEFI was enabled in my BIOS, and made sure everything was on a GPT partition. The install itself went fine. My laptop loads grub, and Arch Linux shows up and boots, but there is no option to boot into Windows 8.1. The only way I can boot into Windows 8.1 is by accessing my motherboard, and choosing to launch the windows boot manager instead of the grub launcher. How can I get Windows 8.1 to show up in grub? Thanks in advance guys.
    Last edited by Painguy (2014-08-20 20:19:37)

    Painguy wrote:
    -----------Edit------------------
    Yeah just ran this after installing os prober
    grub-mkconfig -o /boot/grub/grub.cfg
    and it works now. Sorry for the crazy posts guys. Thanks for the suggestions and help.
    Yeah I'm sure I'm doing something wrong lol. I did not install OS-Prober. I think that's where the issue is. I'm missing the menu entry in grub.cfg right? Do I just run os prober or do I have to manually edit grub.cfg.
    If that's not the case then here is what I did up until now. What I did was start with a blank SSD drive. I used cgdisk to make the disk use a GPT partitioning scheme. I installed windows 8.1 and checked in windows to make sure it boots into UEFI-GPT mode and it does.  I then installed arch linux using the beginners guide. I made sure to use cgdisk to create any extra partitions, and installed GRUB to the efi partition that windows had created ( I did not format this partition ). I then finished the installation and rebooted, and Grub only shows arch linux. I don't think I'm dealing with anything MBR related. I made sure I used the GPT partitioning scheme....i think lol.
    All you need to do is run os-prober then run grub-mkconfig. It should pick up Windows at that point.

  • Rendering errors with firefox and chromium SPECIFIC to Arch LInux

    Guys - can someone please browse to https://www.americanexpress.com and click on "User ID" using whatever browser?  For me under both Firefox and Chromium, there is some sort of rendering error that prevents me from doing so.  In the screenshot you can see how there is a "phantom menu" that appears above the login dialog:
    I booted into a live ubuntu 11.10 CD and tried from there using firefox - no such error.  Now I'm asking myself if this is somehow related to Arch and if so which package should I use in a bug report... thanks for the interest.
    EDIT: x86_64 and nvidia drivers.
    EDIT2: x86_64 and nouveau have the same result.
    Last edited by graysky (2012-01-02 13:37:03)

    Hi,
    I see errors too on www.youtube.com/charts after enter some text in the search box, the page dont render correctly.
    This is happening in both 32 and 64 bit Arch with firefox 9.0.1 and Nvidia, chromium render is fine.
    If someone need some more info, please tell me , I dont know where to start.
    Firefox on ubuntu render correctly.

  • Dual boot Windows 7 (64) and Arch Linux (64) problems

    Hello:
    I am new to Arch Linux and just finished installing the 64bit on my laptop. It had a prebuilt Windows 7 (64) installed which I kept but split the hdd from 160Gb to 80Gb and 80Gb. I installed Arch there and set 4 partitions, all of them as Logical - a 64 MB ext2 /boot partition; a 512 MB swap partition; a 15 GB root partition; and the rest as my /home partition. My partitions look like this:
    Disk Drive: /dev/sda
    Size: 160041885696 bytes, 160.0 GB
    Heads: 255 Sectors per Track: 63 Cylinders: 19457
    Name Flags Part Type FS Type [Label] Size (MB)
    sda1 Primary Unknown (27) 12889.02
    sda2 Boot Primary NTFS 106.93
    sda3 Primary NTFS [] 73915.11*
    sda5 Logical Linux ext2 65.81*
    sda6 Logical Linux 509.97*
    sda7 Logical Linux ext2 15002.92*
    sda8 Logical Linux ext2 57549.55*
    The install was succesful(this was running from the core install cd) and I installed GRUB to my /boot but when I restarted it loaded Windows 7. I have used Knoppix USB disc to boot and see my Arch Linux install files and edited the /boot/gur/menu.lst file.
    In Windows I installed EasyBCD 1.7.2 and tried to get NeoGrub bootloader working as a dual boot. I tried getting rid of the boot flag for Windows with cfdisk and setting it to my (Logical) sda5. That did not work. So far the only way I have booted into my Arch Linux install has been by going to the Live CD, choosing "Boot from Existing Linux Install" and editing the command files there.
    root (hd0,4)
    kernel /vmlinuz26 root=/dev/sda3 ro
    initrd /kernel26.img
    My goal is to get a dual boot working for Windows 7 and Arch Linux 64 and continue installing the Xorg and KDE to Arch. I just don't know what the problem is here. I don't mind reinstalling Arch if something went wrong, but I would like to keep my Windows running in order and add Arch on.
    Any help would be greatly appreciated.

    I ran the LiveCD and chose "Install to MBR hd0". I ended up with this:
    setup hd(0,1)
    Checking if "/boot/grub/stage1" exists.....yes
    Checking if "/boot/grub/iso9660_stage1_5" exists.....yes
    Running "embed /boot/grub/iso9660_stage1_5 (hd0,1)".....failed(this is not fatal)
    Running "embed /boot/grub/iso9660_stage1_5 (hd16)".....failed(this is not fatal)
    Running "install /boot/grub/stage1 d (hd0,1) /boot/grub/stage2 p (hd0,1) boot/grub/menu.lst".....failed
    Error 31: File is not sector aligned
    My entry for Windows into the menu.lst looks like this:
    # (0) Arch Linux x64
    title Arch Linux x64
    root (hd0,4)
    kernel /vmlinuz26 root=/dev/disk/by-uuid/3841273c-d91e-41d6-9dbf-716a15d03a01 ro
    initrd /kernel26.img
    # (1) Arch Linux x64
    title Arch Linux x64 Fallback
    root (hd0,4)
    kernel /vmlinuz26 root=/dev/disk/by-uuid/3841273c-d91e-41d6-9dbf-716a15d03a01 ro
    initrd /kernel26-fallback.img
    # (2) Windows 7
    title Windows 7
    rootnoverify (hd0,0)
    makeactive
    chainloader +1

  • What is difference between 32 bit and 64 bit sql server memory management

    What is difference between 32 bit and 64 bit sql server memory management
    Thanks
    Shashikala

    This is the basic difference...check if helps:
    A 32-bit CPU running 32-bit software (also known as the x86 platform) is so named because it is based on an architecture that can manipulate values that are up to 32 bits in length. This means that a 32-bit memory pointer can store a value between 0 and
    4,294,967,295 to reference a memory address. This equates to a maximum addressable space of 4GB on 32-bit platforms
    On the other hand 64-bit limit of 18,446,744,073,709,551,616, this number is so large that in memory/storage terminology it equates to 16 exabytes. You don’t come across that term very often, so to help understand the scale, here is the value converted to
    more commonly used measurements: 16 exabytes = 16,777,216 petabytes (16 million PB)➤ 17,179,869,184 terabytes (17 billion TB)➤ 17,592,186,044,416 gigabytes (17 trillion GB)➤
    As you can see, it is significantly larger than the 4GB virtual address space usable in 32-bit systems; it’s so large in fact that any hardware capable of using it all is sadly restricted to the realm of science fiction. Because of this, processor manufacturers
    decided to only implement a 44-bit address bus, which provides a virtual address space on 64-bit systems of 16TB. This was regarded as being more than enough address space for the foreseeable future and logically it’s split into an 8TB range for user mode
    and 8TB for kernel mode. Each 64-bit process running on an x64 platform will be able to address up to 8TB of VAS.
    Please click the Mark as answer button and vote as helpful if this reply solves your problem

  • [Solved] Localtime is messed up, and pacman doesn't work anymore

    Hi everyone,
    I'm quite new to Arch Linux but I've succeded so far in installing the base system, setting up my wifi card (wasn't easy) and installing xfce4. When I first installed everything seemed to work fine (wifi, dropbox, pacman, etc.) but I noticed that my time doesn't reflect the current local time. I've selected America/Montreal in rc.conf and through "Orage Globaltime" in xfce4 but both return the UTC instead of the localtime. Also, when I try to get the UTC from Orage, it returns my localtime instead (Montreal)...
    So there's definitely something wrong there. I've then had a look at the forums/wiki and found that a network synchronisation should be used to correct the issue (such as ntp) but now pacman can't connect to anything. It returns something like this when I try to install/update/search:
    $ sudo pacman -Syu
    Password:
    :: Synchronizing package databases...
    error: failed retrieving file 'core.db' from mirror.us.leaseweb.net : Connection time-out
    ^C (keeps on getting time-outs if I don't interrupt)
    Some info on my system:
    General info: as stated above, internet over wifi (wlan0) works, pacman times-out and the local time is off.
    $ uname -a
    Linux giga-arch 3.5.3-1-ARCH #1 SMP PREEMPT Sun Aug 26 08:15:06 UTC 2012 i686 GNU/Linux ---(today's Sept 3, ~10:35am)---
    $ cat rc.conf
    DAEMONS=(syslog-ng network crond)
    TIMEZONE="America/Montreal"
    $ ip addr
    3: wlan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP qlen 1000
        link/ether 84:c9:b2:00:41:e3 brd ff:ff:ff:ff:ff:ff
        inet 192.168.0.179/24 brd 192.168.0.255 scope global wlan0
        inet6 fe80::86c9:b2ff:fe00:41e3/64 scope link
            valid_lft forever preferred_lft forever
    $ cat /var/log/pacman.log
    [2012-09-02 16:31] starting full system upgrade
    [2012-09-02 18:16] Running 'pacman -S ntop'
    [2012-09-02 18:17] installed rrdtool (1.4.7-2)
    [2012-09-02 18:17] installed geoip-database (20120808-1)
    [2012-09-02 18:17] installed geoip (1.4.8-2)
    [2012-09-02 18:17] ==> Before running the daemon script for the first time, you need to run
    [2012-09-02 18:17]     ntop as the root user to set an administrator password.
    [2012-09-02 18:17] ==> If you attempt to run ntop as a daemon without setting a password, a
    [2012-09-02 18:17]     FATAL ERROR message is generated and ntop stops.
    [2012-09-02 18:17] installed ntop (5.0-2)               <------------ At this point pacman worked, but the time wasn't right (it was ~22:17)
    [2012-09-03 04:43] Running 'pacman -Syu ntp'      <------------ From this point on pacman would time-out continually
    [2012-09-03 04:43] synchronizing package lists
    [2012-09-03 04:45] Running 'pacman -S ntp'
    [2012-09-03 04:51] Running 'pacman -Syu'
    [2012-09-03 04:51] synchronizing package lists
    [2012-09-03 04:51] Running 'pacman -Syu'
    [2012-09-03 04:51] synchronizing package lists
    [2012-09-03 06:00] Running 'pacman -Syu'
    [2012-09-03 06:00] synchronizing package lists
    [2012-09-03 06:30] Running 'pacman -Syu'
    [2012-09-03 06:30] synchronizing package lists
    $ ls -lhA /etc | grep localtime
    lrwxrwxrwx 1 root root   36 Sep  3 04:34 localtime -> /usr/share/zoneinfo/America/Montreal
    My first guess was that the localtime offset was preventing me from accessing pacman's repositories, but since it worked yesterday (when the time was already corrupt) it seems otherwize. Now I'm quite lost, especially since no one seems to report every pacman repository being down... could anyone please help me solve this problem?
    Thanks!
    Last edited by miek (2012-09-03 20:28:44)

    WonderWoofy wrote:I think you may find relevant information here.  I ahve seem many of these threads in the forums lately.  Are you dual booting w/ another operating system... in particular, one that uses localtime for the hardware clock (and there is only one that does this).
    Thanks I'll look at that entry. Still I'd like to point out that this page clearly says that the timezone is to be set in rc.conf, which is a bit confusing. I must've followed this guide to get to my current configuration. I am dual booting with multiple other systems (xubuntu, win7, puppy, crunchbang) so from what I've read win7 might be the problem, but I haven't started it since i installed arch and my time has been off from the start.
    Should I simply use NTP now that pacman is working again?
    Thanks
    Last edited by miek (2012-09-03 17:41:56)

Maybe you are looking for

  • Upgrade to snowleopard and two computers sharing an external HD wireless

    Hi, I have recently upgraded to SnowLeopard, using a clean install. I therefore have to reinstall my itunes library, which is backed up via time machine. I now would like to transfer my timemachine backup to my SL itunes library. However, I would lik

  • Interactive pdf issue, text wont show up when playing the slidewshow

    I am having a hard time trying to figure out how i can add text on top of am mp4 file and making it work once exported as an interactive pdf. For some reason the mo4 plays fine but the text will not show up. It seems like it will work fine when i loo

  • Viewing Images in PDF.....

    Dear All, Sometimes I can't view images in PDF that I created in Illustrator by making PS and PDF. But it get viewing when am selecting "OVERPRINT PREVIEW" in Advanced Tab in Adobe Acrobat. can anyone explain what is the reason? and what settings tha

  • Ipad 2 up button is stuck

    My ipad 2 up button is stuck can i send back to apple store warranty?? And How Can I Check My ipad Is not Underwarranty ?? Thank you~

  • Strong type cursor ISSUE Question.

    Hello I have qUestion - Why the strong type cursor during compilation check only the COUNT of values and if ALL types defined in RECORD exist in query? THIS IS STRONG TYPE CURSOR? A Can write code like below without compilation error! In this case wh