Arch Wireless Trick?

I have two wireless PC cards. One is a D-link DWL-G650 with the Atheros chip set and the other is a Netgear WG511 with the Prism GT chip set. I have only one card installed at any one time. I just have the two cards available for my use.
Both of these card work perfectly in three other distros, Debian, Slackware and Vector. I know how to install the madwifi drivers and the Prism54 firmware. I know how to use iwconfig and ifconfig and route and lsmod and modprobe.
Well, despite my success with these cards in the other distros, I have been unable to get either to work in my Arch 0.7 hard drive installation. As an example here is what happens when I try to activate the Netgear card.
The Prism54 firmware has been installed to the /lib/firmware directory and renamed to isl3890. Modprobe loads the Prism54 driver which I verify with lsmod.
But iwconfig doesn't show any wireless interface. And ifconfig -a doesn't show any interfaces except lo and sit0 (Whatever that is.) So or course nothing else works because there is no recognized interface.
If I install the D-link card and try to activate it, the same thing happens, modprobe ath_pci loads the madwifi drivers which I verify with lsmod. But iwconfig doesn't show any wireless interface and ifconfig -a doesn't show any interface except for lo and sit0.
So, what am I missing in this Arch 0.7 hard drive installation that is keeping my wireless PC cards from working?
Note: My wired ethernet connection works perfectly. I just modprobe sis900, then ifconfig eth0 <ip address>, then route add default gw <gateway address> and everything works. I will work on automation later when I get the wireless PC cards to work.
Thanks for any help, jimbo

Hello,
I don't remember exacly how I did the setup for my Zyxel G110 (prism54) but it does work (using it now).
Running prism on eth0.
Ehh, kernel version 2.6.11 (not arch pkg.gz)
kernelconfig:
CONFIG_NET_RADIO=y
CONFIG_PRISM54=m
ls -l /lib/firmware/         
total 192
-rwxr--r--  1 root root 93996 2005-04-07 20:32 1.0.4.3.arm
-rwxr--r--  1 root root 93996 2005-04-07 20:58 isl3890
(.arm is just to remember firmware version, not used)
#lsmod
Module                  Size  Used by
prism54                52744  0
firmware_class          7424  1 prism54
/etc/rc.conf:
INTERFACES=(lo eth0 eth1)
WIRELESS_PROFILES=(home-eth0)
DAEMONS=(hotplug iptables !wireless pcmcia)
Disable wireless in DAEMON's section, wait until firmware and modules have been loaded!
(not sure about the need of pcmcia bcause I'm also using another pcmcia nic that is using it)
reffering to WIRELESS_PROFILE in rc.conf
cat /etc/conf.d/wireless-profiles/home-eth0/config
#! /bin/sh
# The following sample contains the bare minimum working wireless
#  profile.  Other options are commented below.  Copy this script
#  and modify for a working profile.
INTERFACE="eth0"
# Interface options (same as in rc.conf) - either dhcp or paramters for ifconfig
IFOPTS="eth0 192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255"
# Wireless ESSID (extended network name)
ESSID="your_acesspoint_essid"
# This value is free-form, used for informational scripts
# INFO="W-Profile"
# Network/Domain ID
# NWID=""
# Mode [Ad-Hoc, Auto, Managed, Master, Repeater, Secondary, Shared]
MODE="Auto"
# Frequency or Channel of Wireless Radio
# FREQ=""
CHANNEL="6"
# Signal Sensitivity
# SENS=""
# TX/RX Bit Rate
# RATE="auto"
# Encryption Key (see `man iwconfig` for extended information
KEY="secretkey"
# RTS Threshold
# RTS=""
# Fragmentation Threshold
# FRAG=""
# Misc Parameters for iwconfig
# PARAMS=""
Let hotplug install the firmware before running /etc/rc.d/wireless start
Hope something here will help you!
//xor

Similar Messages

  • Installing arch, wireless

    Ok so I know the first thing after i install arch i will need internet, and my only connection is a linksys wmp54gs wireless card which uses the bcmwl5 driver with ndiswrapper. What should i do/download beforehand so i can get this working before i go ahead and install arch.

    http://wiki.archlinux.org/index.php/Wireless
    You might want to give the b43 driver a try as it seems like they support  more device than ndiswrapper.
    Also I suggest that you have your computer pluged into a wired connection while you are download the packages to make wireless work, this will save you much time!

  • Broadcom wireless died after update

    I just did a system update a little bit ago and upon rebooting my wireless wouldn't work.  It's a Broadcom 4311 internal card on my laptop.  It worked fine before the update, and I used the bcm43xx-fwcutter method from the Arch Wireless wiki tutorial to get it set up.  It's been working since I installed Arch, which was right after Voodoo was released, so almost 6 months.
    I tried to do:
    rmmod bcm43xx
    and then reinstall through fwcutter, but that did nothing.  The weird thing is, I can iwlist eth1 scanning and it shows my wireless connection available. iwconfig eth1 essid "myConnection" mode Managed doesn't help, either, it just accepts it and does nothing.  I know my wireless/internet is working still because my girlfriend's connected to it wirelessly.  It's also working fine on my big pc and on the ethernet port on my laptop.
    I haven't changed anything in my rc.conf or network profile that would make it stop working:
    # /etc/rc.conf - Main Configuration for Arch Linux
    LOCALE="en_US.utf8"
    HARDWARECLOCK="localtime"
    TIMEZONE="Canada/Pacific"
    KEYMAP="us"
    CONSOLEFONT=
    CONSOLEMAP=
    USECOLOR="yes"
    MOD_AUTOLOAD="yes"
    MOD_BLACKLIST=(pcspkr ipv6 sd_mod sr_mod)
    MODULES=(b44 mii speedstep_centrino fglrx bcm43xx ac battery button fan sbs video)
    USELVM="no"
    HOSTNAME="slaptop"
    lo="lo 127.0.0.1"
    #eth0="dhcp"
    #eth1="dhcp"
    INTERFACES=(lo)
    NET_PROFILES=(ethernet linksys bitey)
    gateway="default gw 192.168.0.1"
    ROUTES=(!gateway)
    DAEMONS=(syslog-ng network netfs @crond alsa fam @kdm hal @cpufreq @acpid @powersaved @samba @keytouch)
    # End of file
    network profile
    DESCRIPTION="Wireless"
    # Network Settings
    INTERFACE=eth1
    HOSTNAME=slaptop
    # Interface Settings (use IFOPTS="dhcp" for DHCP)
    IFOPTS="dhcp"
    # Wireless Settings (optional)
    ESSID=linksys
    #KEY=
    IWOPTS="mode managed essid $ESSID"
    I suspect the the update from Dhcpd or the new kernel 2.6.22 to be suspect.  What can I do to fix this, and has anyone else had the same problem? http://bbs.archlinux.org/viewtopic.php?id=36115  This looks like it may be the same problem, or something similar.
    Any help would be appreciated!

    after some updates a while ago i have had to use wifi-radar with 'Ifup required' option in preferences ON. or else it wouldn't connect...

  • Wireless problems with AR5212, wpa_supplicant and dhcpcd. [solved]

    Dear friends,
    I am currently experiencing problems with getting my AR5212 wireless card to work with wpa_supplicant and the ath5k driver. Everything is set up according to the Arch Wireless Setup Wiki http://wiki.archlinux.org/index.php/Wireless_Setup. First, I do the following:
    # ifconfig wlan0 up
    # iwconfig wlan0 essid Prairiedog
    # wpa_supplicant -B -Dwext -iwlan0 -c /etc/wpa_supplicant.conf
    It goes well even up until the point where I wish to request a dhcp lease from my router.
    # dhcpcd wlan0
    wlan0: dhcpd 4.0.10 starting
    wlan0: braodcasting for a lease
    wlan0: offered 192.168.0.2 from 192.168.0.1 'm'
    wlan0: checking 192.168.0.2 is available on attached networks
    wlan0: leased 192.168.0.2 for 86400 seconds
    Excerpt from ifconfig:
    Link encap:Ethernet HWaddr 00:56:A4:44:DA:1A
    inet addr:192.168.0.2 Bcast: 255.255.255.255 Mask 255.255.255.0
    My wireless card should then be associated with 192.168.0.2...
    What confuses me is that I cannot get the my wireless net card to ping any addresses. It seems that there is no connection to the outer world, despite the fact that an address has been assigned by my router. When I for example do a
    # ping www.google.com
    I get the response
    ping: unknown host www.google.com
    What is even more strange is that I cannot ping the router itself:
    # ping 192.168.0.1
    PING 192.168.0.1 (192.168.0.1) 56(84) bytes of data
    From 192.168.0.2 icmp_seq=1 Destination Host Unreachable
    Anyone who has had the same problem and actually solved it? I would really like to get this distribution up and running on my IBM X32 laptop. The simpleness and the philosophy behind it is very appealing to me. But without a wireless connection it is pretty pointless. Any pointer or help will be highly appreciated
    Last edited by kitabu (2009-12-20 10:37:29)

    Hi Ekimino,
    I did as you suggested. I requested a dhcp lease and the router gave me 192.168.0.2. But I seems that I am losing connection immediately afterwards. When I ping an external address like www.google.com I get "unknown host" and when I ping my router I get the message that the destination host is unreachable. Perhaps the issue lies with dhcpcd or maybe a combination of the ath5k and dhcpcd?

  • Have been a "loyal" customer since phones were in the car only..yes   1989

    I first joined what is now called Verizon in 1989 and have transitioned with this company through cell one, air-touch, through the pirate days when sprint and others were actually pirating phone numbers away......since the "Access Line" days. Well...here we are 24 years of uninterrupted service later... and now I have learned that we have become a bad customer because we had a misunderstanding over one very small bill that was the exact same amount two months in a row bill that represented a micro micro amount considering we have paid Verizon over $54,000. dollars for just service alone over the last 24 years...not including all the equipment and extra charges we have run up traveling abroad.....and the many many upgrades through the years. Now these toddler upstart pencil pushing "Consultants" that VERIZON has reportedly hired to evaluate our value as customers have determined that even though we spend about $2400. per year just on service alone.....suddenly, we are not good enough nor are we trusted enough to qualify for an IPAD MINI over 1 year nor are we even trusted enough to have our upgrade phone devices billed to our account (this has never happened in 24 years) . It was my college students hope to finance her own device as a step towards financial independence and because of this "Consulting Firm" we are now not only allowed to finance an IPAD Mini...nor can we even allowed to buy our new upgraded phone devices on our bill !!!!!!   We watched in amazement as a rather rough looking young couple walked in and whipped right through the IPad finance process while I was trying to find out who put the negative ding on out 24 year old account....of course I was again told to call financial services...which I have done 2 times before and each time I was told that if I gave them more money they would go ahead and make the IPad thing happen and each time they took more money (we are now paid through May) and each time they posted the payments and then turned us down again and now we can no longer even go into the store and pick up new phones and pay with the monthly bill!!  Who is running this company now?  And who do they think made this company happen all those years back when they were fighting for their share of the market?  I am so angry I can't even tell you how angry I am. Twenty four years and over $50,000. and they have decided we are not to be trusted? My next calls should be to the FCC and the Fair Truth in Lending agencies to file formal complaints.  I hope to find out who is responsible for the damage to our record over a bill that was the exact same amount two months in a row and when we called to respond to a suspicious text regarding the bill we just had paid we were told to ignore it other than forwarding it to their "fraud and abuse dept" which is documented on our record. Then we went in to pick up our new phone and were told that our bill was past due again (this is all within just over 2 weeks) so they could not send us out with the phone and to call financial services. So I called again and was told I had paid....then after further pressing and searching I was told they had made an error and we had two bills for the same amount so they apologized and I paid the other bill and was told that cleared up everything and to proceed with the plans to get a new phone and the IPad Mini so I went back to the store and was then told we had been labeled as a bad dept over a $187.58 bill and they could no longer dispense any equipment without payment upfront. Keep in mind that our high balance just 2 years ago was over $1200.00 for travel abroad and that did nothing to our account except get us praise for being a great customer...and now over a minor error on their part I am a bad dept?????? Who is running this company anyway??? 
    Message was edited by: Verizon Moderator

    (much to long to quote,sorry)
    Let me explain something to you your longevity with them has nothing to do with a credit check or an internal credit decision based on an upaid invoice now or in the past. Mistake or not, it is going to remain and your bill to account is done. That option by the way is a courtsey and not a given right.
    And my good poster I had cell service before the bell system was getting into it. Was the 403 customer when the only game in town was Albany Telephone Company which was part of Cellular One and that was over 30+ years ago.
    The company known as Verizon was starting out as Bell Atlantic, then it was NYNEX and then it was called Bell Atlantic NYNEX Mobile and then it acquired Air Touch, Arch Wireless and many others. And around 2000 it partnered with another company to be called Verizon Wireless. It was never Cellular One, Cingular which is now AT&T
    Bottom line you have no issue as far as credit since they don't have to grant it. Heartening I know but true.
    Sorry you had to rant, but I know it made you feel better.

  • Eth0 and eth1 are improperly configured [Solved]

    *Interfaces solved by reassigning Mac addresses for both interfaces and reflecting those changes in rc.conf
    DHCP is no longer working for me and my HP Mini-1125nr netbook is no longer able to get online via ifplugd.  This adds to my ongoing battle with Broadcom-wl (I installed it from the AUR) and Arch wireless in general.  It seems my interfaces are not setup correctly.  I'm using the wiki and google, but not winning the war.  At boot network fails and declares
    wlan0: unknown interface: no such device
    current rc.conf chunks (see my previous config which had working eth0 dhcp)
    MOD_AUTOLOAD="no"
    MODULES=(lib80211_crypt_tkip wl !b43 !ssb snd-hda-intel atl1)
    eth0="dhcp"
    wlan0="dhcp"
    INTERFACES=(wlan0 eth0)
    My NETWORKS is still default (main) as I have not setup a network manager beyond ifplugd
    DAEMONS=(syslog-ng hal network netfs @crond @alsa @ifplugd)
    ifconfig -a                       note: wlan missing and eth0 has no inet addr or mask
    eth0 Link encap:Ethernet HWaddr 0C:60:76:2D:E9:B6
    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:16 Base address:0xc000
    lo Link encap:Local Loopback
    inet addr:127.0.0.1 Mask:255.0.0.0
    UP LOOPBACK RUNNING MTU:16436 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)
    iwconfig
    lo no wireless extensions
    eth0 IEEE 802.11 Nickname:""""
    Access Point: Not-Associated
    Link Quality:5 Signal level:0 Noise level:0
    Rx invalid nwid:0 invalid:crypt invalid misc:0
    lsmod | grep wl
    wl 1944061 0
    lib80211 3158 2 wl, lib80211_crypt_tkip
    lspci -vnn | grep 14e4
    01:00.0 Network controller [0280]: Broadcom Corporation BCM4312 802.11b/g [14e4:4315] (rev 01)
    lspci -v (written by hand so I'm just putting in the important bits)
    Broadcom BCM4312
    Kernel Driver in use: wl
    Kernel modules: wl, ssb
    Atheros AR8132 / L1c Gigabit Etheret Adapter (rev c0)
    Kernel modules: atl1c
    Last edited by medianmajik (2011-01-23 19:35:02)

    You can name the interfaces whatever you like:
    https://wiki.archlinux.org/index.php/Co … es_varying
    Last edited by schuay (2010-11-11 06:52:10)

  • YAXUP (Yet Another Xorg7 Upgrade Post)

    I've finally solved all my former problems with Arch (wireless, printer), so I needed a new challenge. I decided to answer Y instead of n to the pacman quiz question: replace xorg with xorg-server? I assumed I had some sweaty hours ahead of me, but I've gone through the same procedure on my work computer (which I only use to try out things like this before I do them on the laptop).
    I was right: there were some problems alright, but nothing that I couldn't eventually fix, more or less, thanks to info in this forum.
    Below are some problems that remain, either as problems or as puzzling things which may or may not turn out to be more problematic. I currently have a running machine. Can't say I notice much of a difference so far, but then again, I've mostly been editing xorg.conf in a non-x-shell so far :-)
    sound:
    Error message on startup:
    device /dev/dsp can't be opened (No such file or directory)
    The sound server will continue, using the null output device.
    The pcspeakers, which have never bothered me, suddenly act up. I have added pcspkr to the blacklist, so that should be ok, but I assume that this might be related to the sound problem.
    In /dev there is no dsp anywhere, and if I run the alsa daemon, it says that no sound cards are found. (I have an intel 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 card, which alsaconf found, but it still doesn't work)
    I managed to get it up again with modprobe snd-intel8x0, but it should have been loaded by hwdetect, shouldn't it...? At least, hwdetect --show-modules finds it, so why didn't it load?
    Wireless:
    my wireless connection has been on eth1 until now, but after the upgrade, it was considered to be on eth0 instead. I've changed all the eth0 to eth1 and vice versa in rc.conf, /etc/conf.d/wireless, and  /etc/network-profiles/<wireless profile>, and now it's working again, but I hope I won't have to go through that every time...?
    Fonts:
    Firefox has problems with fonts. The default font at this site is Verdana, which I have installed, but Firefox displays it as Times (I believe it is).
    I changed the default font setting in about:config from Bitstream Sans Vera to some other font, and true enough, that other font was used. So perhaps the problem stems from the Bitstream package, which, I believe, was updated at the same time as I updated xorg? But why should FF look for Bistream at all, when Verdana is called for...? Oh well, this may perfectly well be a FF problem and not xorg-related.
    I will look more into the font business, and it seems that most other apps behave themselves.
    Mesa:
    I've seen it mentioned several times here that mesa is deprecated. Still, if I try to remove it, I get the following error message:
    error: this will break the following dependencies:
    mesa: is required by jasper
    mesa: is required by xorg-clients
    mesa: is required by openexr
    mesa: is required by qt
    mesa: is required by xscreensaver
    so I left it in place. Annoying: it seems to slow down opengl (glxgears: c. 500 fps, as opposed to > 1000 before the 'upgrade'), and it conflicts with celestia, which I had to remove. I miss my stars... I want to fly over the surface of Saturn, browse the perimeters of Alpha Centauri,...
    [** hits himself hard on the head to get out of poetical mode]
    but what do I do?
    Desktop:
    I have set the kde desktop to display icons for all partitions, mounted and unmounted, but none of that is anywhere to be seen. I can access the data alright, so it's not much of a problem (and I mostly use fluxbox anyway), but I wonder where they went...
    Might this have to do with adesklets, which I have installed at more or less the same time as xorg7?

    2MrGreen:
    I don't have anything like that in the xorg.conf. Here's my file, in case you still need something to look at.
    Section "ServerLayout"
    Identifier "XFree86 Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Keyboard0" "CoreKeyboard"
    # PS/2 Mouse not detected
    # Serial Mouse not detected
    InputDevice "USB Mouse" "CorePointer"
    EndSection
    Section "ServerFlags"
    Option "AllowMouseOpenFail" "true"
    EndSection
    Section "Files"
    RgbPath "/usr/share/X11/rgb"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/75dpi"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/100dpi"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/cyrillic"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/misc:unscaled"
    FontPath "/usr/share/fonts/Type1"
    FontPath "/usr/local/share/fonts"
    FontPath "/home/eyolf/.fonts"
    EndSection
    Section "Module"
    Load "ddc" # ddc probing of monitor
    # Load "GLcore"
    Load "dbe"
    Load "dri"
    Load "extmod"
    Load "glx"
    Load "bitmap" # bitmap-fonts
    Load "type1"
    Load "freetype"
    Load "record"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "keyboard"
    Option "CoreKeyboard"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "no,us"
    Option "XkbOptions" "grp:alt_shift_toggle"
    EndSection
    Section "InputDevice"
    Identifier "Serial Mouse"
    Driver "mouse"
    Option "Protocol" "Microsoft"
    Option "Device" "/dev/ttyS0"
    Option "Emulate3Buttons" "true"
    Option "Emulate3Timeout" "70"
    Option "SendCoreEvents" "true"
    EndSection
    Section "InputDevice"
    Identifier "PS/2 Mouse"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "ZAxisMapping" "4 5"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "true"
    Option "Emulate3Timeout" "70"
    Option "SendCoreEvents" "true"
    EndSection
    Section "InputDevice"
    Identifier "USB Mouse"
    Driver "mouse"
    Option "Device" "/dev/input/mice"
    Option "SendCoreEvents" "true"
    Option "Protocol" "IMPS/2"
    Option "ZAxisMapping" "4 5"
    Option "Buttons" "5"
    EndSection
    # Auto-generated by Archie mkxcfg
    Section "Monitor"
    <skipped all the monitor settings>
    EndSection
    # Auto-generated by Archie mkxcfg
    #Section "Device"
    # Identifier "Card0"
    # Driver "i810"
    # VendorName "All"
    # BoardName "All"
    #EndSection
    Section "Device"
    Identifier "device0"
    VendorName "Intel Corp."
    BoardName "Unknown Board"
    Driver "i810"
    BusID "PCI:0:2:0" #may vary?
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "device0"
    Monitor "Monitor0"
    DefaultColorDepth 16
    SubSection "Display"
    Depth 1
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 4
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 8
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 15
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 16
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 24
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 32
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    EndSection
    Section "DRI"
    Mode 0666
    EndSection

  • Installing Arch on a box which is only accessible to wireless

    I am done with Winblows and I'm looking to get a fresh Arch installation on my main box. I have a WUSB54G Wireless-G USB Network Adapter that I use to access the local wireless, plugging in via Ethernet isn't an option unfortunately I'm expecting to run into some issues with this, especially when I'm upgrading pacman. Anyone have any ideas of what they would do if they were in my shoes? Let me know if anyone has some words of wisdom for this approach. Thanks to all you out there in the Arch community.

    Got Arch installed, but not yet updated. Using netcfg I've been able to view my Wireless Network (Cheba's Net!) so I know something has to be working correctly. I am able to connect to it, as far as I know, though I can't ping google. Anybody have any ideas as to what might need to be done? I'll post any info that you may need. Thanks again

  • [SOLVED]Arch not acknowledging wireless card.

    So Im a returning user, feel like a total newb again.
    I recently purchased an "Asus k53sv-xr1"
    The wireless card inside is "Intel Centrino Wireless-N 100," I determined this by installing the proper driver in windows and checking the device manage (as asus could not answer my question as to the model number and the spec indicate "integrated blahblahblah"
    Following the "Wireless Setup Instructions" I did the following (filling the xs' with their respective version numbers)
    "Installing Firmware (Microcode)
    Important: Installing these firmware packages is not required since the 2.6.34 kernel update, when the firmware files were moved to the linux-firmware package.
    If you need wireless connectivity to access pacman's repositories, the firmware files are also available direct from Intel. See this  page, select and download the archive.
    $ wget http://intellinuxwireless.org/iwlwifi/downloads/iwlwifi-XXXX-ucode-XXX.XX.X.XX.tgz"
    After downloading, you must extract and copy the *.ucode file to the firmware directory, commonly /lib/firmware
    # tar zxvf iwlwifi-XXXX-ucode-XXX.XX.X.XX.tgz
    # cd iwlwifi-XXXX-ucode-XXX.XX.X.XX/
    # cp iwlwifi-XXXX-X.ucode /lib/firmware/"
    The wireless setup manual goes on to say that
    "If MOD_AUTOLOAD is set to yes in /etc/rc.conf (it is by default) that should be all that is required. Simply check for the presence of the drivers by running ip addr from a terminal. There should be a listing for wlan0."
    My outputs are the following
    lspci | grep -i net
    03:00:0 Network controller: Intel Corporation Decive 08ae
    04:00:0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/816B PCI Express Gigabit Ethernet controller (rev06)
    lsusb
    Bus 002 Device 002: ID 8087:0024 Intel Corp.
    Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 001 Device 004: ID 0bda:0139 Realtek Semiconductor Corp.
    Bus 001 Device 003: ID 058f:a014 Alcor Micro Corp.
    Bus 001 Device 002: ID 8087:0024 Intel Corp.
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    iwconfig
    lo    no wireless extentions
    eth0 no wireless extentions
    Thank you in advance!
    Last edited by Stromblad (2011-08-16 02:13:50)

    If anything I have (re)learned some things about whats going on, which...ultimately led to more questions.
    First these two snippets led me to some interesting ideas.
    "Installing Firmware (Microcode)
    Important: Installing these firmware packages is not required since the 2.6.34 kernel update, when the firmware files were moved to the linux-firmware package.
    If you need wireless connectivity to access pacman's repositories, the firmware files are also available direct from Intel. See this  page, select and download the archive."
    From the  "Wireless Setup" Wiki
    and
    "Using kernels 2.6.24 and up
    These kernels have the iwlwifi driver included and the released drivers (available from this site under download page) do  not  work with these kernels. If you want to run the latest (or very close to it) development code with your kernel then you should use the compat-wireless project that retrieves the latest driver development code from the  upstream repository. We do push our changes to this repository very frequently."
    Which means that the firmware I downladed from http://intellinuxwireless.org/?p=iwlwifi, would not work.
    I reinstalled, this time including the all the "iwl" packages from the "dev" section of the packages.
    The result was the same.
    dmesg | grep -i iw
    would report nothing at all
    until i input the command
    modprobe iwlagn
    then dmesg | grep -i iw would report
    iwlagn: Intel(r) Wireless WiFi Link AGN driver for linux, 2.6.33-ARCH-ks
    iwlagn: Copyright(c) 2003-2009 Intel Corporation
    I really wanted to figure this out the arch way, but I can find little to no threads on my specific card.."Intel Centrino N-100 Wireless"
    If anyone can help, it would be greatly appreciated. In the meantime, I will boot the ubuntu live cd and hope that wireless is automatically configured, that way I can at the very least, attempt to figure out what model card it reports and try again with that information.
    My question, other than "can anyone provide some insight as to why the system can detect the card, but not be able to bring wlan0 up", is can modprobe insert modules that do not correspond with what is actually in the machine?
    Thank you

  • Wireless AP working with every OS except Arch

    I'm visiting my girlfriend in Japan and unable to connect to her wireless access point when running Linux on my laptop. There are no problems connecting with my Android phone, her iPhone, and even my laptop when running Windows (I dual boot), so even if the AP is doing something wrong, every other OS seems to have no issue with it. The AP is an unsecured* Netgear WGT634U provided by her ISP, and my laptop is a Lenovo ThinkPad L530. lspci gives the following:
    06:00.0 Network controller: Intel Corporation Centrino Wireless-N 2200 (rev c4)
    I usually use NetworkManager, and the system log contains the following when I try to connect:
    Jan 01 19:21:06 mrkline-arch NetworkManager[316]: <info> Activation (wlp6s0) starting connection 'NETGEAR'
    Jan 01 19:21:06 mrkline-arch NetworkManager[316]: <info> Activation (wlp6s0) Stage 1 of 5 (Device Prepare) scheduled...
    Jan 01 19:21:06 mrkline-arch NetworkManager[316]: <info> Activation (wlp6s0) Stage 1 of 5 (Device Prepare) started...
    Jan 01 19:21:06 mrkline-arch NetworkManager[316]: <info> (wlp6s0): device state change: disconnected -> prepare (reason 'none') [30 40 0]
    Jan 01 19:21:06 mrkline-arch NetworkManager[316]: <info> NetworkManager state is now CONNECTING
    Jan 01 19:21:06 mrkline-arch NetworkManager[316]: <info> Activation (wlp6s0) Stage 2 of 5 (Device Configure) scheduled...
    Jan 01 19:21:06 mrkline-arch NetworkManager[316]: <info> Activation (wlp6s0) Stage 1 of 5 (Device Prepare) complete.
    Jan 01 19:21:06 mrkline-arch NetworkManager[316]: <info> Activation (wlp6s0) Stage 2 of 5 (Device Configure) starting...
    Jan 01 19:21:06 mrkline-arch NetworkManager[316]: <info> (wlp6s0): device state change: prepare -> config (reason 'none') [40 50 0]
    Jan 01 19:21:06 mrkline-arch NetworkManager[316]: <info> Activation (wlp6s0/wireless): connection 'NETGEAR' requires no security. No secrets needed.
    Jan 01 19:21:06 mrkline-arch NetworkManager[316]: <info> Config: added 'ssid' value 'NETGEAR'
    Jan 01 19:21:06 mrkline-arch NetworkManager[316]: <info> Config: added 'scan_ssid' value '1'
    Jan 01 19:21:06 mrkline-arch NetworkManager[316]: <info> Config: added 'bssid' value '00:0f:b5:36:4b:58'
    Jan 01 19:21:06 mrkline-arch NetworkManager[316]: <info> Config: added 'key_mgmt' value 'NONE'
    Jan 01 19:21:06 mrkline-arch NetworkManager[316]: <info> Activation (wlp6s0) Stage 2 of 5 (Device Configure) complete.
    Jan 01 19:21:06 mrkline-arch NetworkManager[316]: <info> Config: set interface ap_scan to 1
    Jan 01 19:21:06 mrkline-arch kernel: wlp6s0: authenticate with 00:0f:b5:36:4b:58
    Jan 01 19:21:06 mrkline-arch kernel: wlp6s0: send auth to 00:0f:b5:36:4b:58 (try 1/3)
    Jan 01 19:21:06 mrkline-arch NetworkManager[316]: <info> (wlp6s0): supplicant interface state: inactive -> associating
    Jan 01 19:21:06 mrkline-arch kernel: wlp6s0: authenticated
    Jan 01 19:21:06 mrkline-arch kernel: iwlwifi 0000:06:00.0 wlp6s0: disabling HT as WMM/QoS is not supported by the AP
    Jan 01 19:21:06 mrkline-arch kernel: iwlwifi 0000:06:00.0 wlp6s0: disabling VHT as WMM/QoS is not supported by the AP
    Jan 01 19:21:06 mrkline-arch kernel: wlp6s0: waiting for beacon from 00:0f:b5:36:4b:58
    Jan 01 19:21:06 mrkline-arch NetworkManager[316]: <info> (wlp6s0): supplicant interface state: associating -> disconnected
    Jan 01 19:21:16 mrkline-arch NetworkManager[316]: <info> (wlp6s0): supplicant interface state: disconnected -> scanning
    Jan 01 19:21:16 mrkline-arch kernel: wlp6s0: authenticate with 00:0f:b5:36:4b:58
    Jan 01 19:21:16 mrkline-arch kernel: wlp6s0: send auth to 00:0f:b5:36:4b:58 (try 1/3)
    Jan 01 19:21:16 mrkline-arch NetworkManager[316]: <info> (wlp6s0): supplicant interface state: scanning -> associating
    Jan 01 19:21:16 mrkline-arch kernel: wlp6s0: authenticated
    Jan 01 19:21:16 mrkline-arch kernel: iwlwifi 0000:06:00.0 wlp6s0: disabling HT as WMM/QoS is not supported by the AP
    Jan 01 19:21:16 mrkline-arch kernel: iwlwifi 0000:06:00.0 wlp6s0: disabling VHT as WMM/QoS is not supported by the AP
    Jan 01 19:21:16 mrkline-arch kernel: wlp6s0: waiting for beacon from 00:0f:b5:36:4b:58
    Jan 01 19:21:16 mrkline-arch NetworkManager[316]: <info> (wlp6s0): supplicant interface state: associating -> disconnected
    Jan 01 19:21:26 mrkline-arch NetworkManager[316]: <info> (wlp6s0): supplicant interface state: disconnected -> scanning
    Jan 01 19:21:31 mrkline-arch NetworkManager[316]: <warn> Activation (wlp6s0/wireless): association took too long, failing activation.
    Jan 01 19:21:31 mrkline-arch NetworkManager[316]: <info> (wlp6s0): device state change: config -> failed (reason 'supplicant-timeout') [50 120 11]
    Jan 01 19:21:31 mrkline-arch NetworkManager[316]: <info> NetworkManager state is now DISCONNECTED
    Jan 01 19:21:31 mrkline-arch NetworkManager[316]: <warn> Activation (wlp6s0) failed for connection 'NETGEAR'
    Jan 01 19:21:31 mrkline-arch NetworkManager[316]: <warn> Couldn't disconnect supplicant interface: This interface is not connected.
    Jan 01 19:21:31 mrkline-arch NetworkManager[316]: <info> (wlp6s0): device state change: failed -> disconnected (reason 'none') [120 30 0]
    Jan 01 19:21:31 mrkline-arch NetworkManager[316]: <info> (wlp6s0): deactivating device (reason 'none') [0]
    Jan 01 19:21:31 mrkline-arch NetworkManager[316]: <warn> Couldn't disconnect supplicant interface: This interface is not connected.
    Jan 01 19:21:32 mrkline-arch NetworkManager[316]: <info> (wlp6s0): supplicant interface state: scanning -> inactive
    Jan 01 19:22:38 mrkline-arch polkitd[333]: Registered Authentication Agent for unix-process:1968:36906 (system bus name :1.31 [/usr/bin/pkttyagent --notify-fd 5 --fallback], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
    Jan 01 19:22:38 mrkline-arch polkitd[333]: Unregistered Authentication Agent for unix-process:1968:36906 (system bus name :1.31, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus)
    Jan 01 19:22:38 mrkline-arch gnome-keyring-daemon[478]: g_dbus_connection_real_closed: Remote peer vanished with error: Underlying GIOStream returned 0 bytes on an async read (g-io-error-quark, 0). Exiting.
    Jan 01 19:22:38 mrkline-arch login[325]: pam_unix(login:session): session closed for user mrkline
    Jan 01 19:22:38 mrkline-arch sudo[716]: pam_unix(sudo:session): session closed for user root
    Jan 01 19:22:38 mrkline-arch NetworkManager[316]: <info> wpa_supplicant stopped
    Jan 01 19:22:38 mrkline-arch NetworkManager[316]: <info> (wlp6s0): supplicant interface state: inactive -> down
    Jan 01 19:22:38 mrkline-arch NetworkManager[316]: <info> (wlp6s0): device state change: disconnected -> unavailable (reason 'supplicant-failed') [30 20 10]
    Jan 01 19:22:38 mrkline-arch NetworkManager[316]: <info> (wlp6s0): deactivating device (reason 'supplicant-failed') [10]
    Jan 01 19:22:38 mrkline-arch dbus[318]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service'
    Jan 01 19:22:38 mrkline-arch NetworkManager[316]: <warn> (wlp6s0): add_pending_action (2): 'waiting for supplicant' already pending
    Jan 01 19:22:38 mrkline-arch NetworkManager[316]: file devices/nm-device.c: line 6324 (nm_device_add_pending_action): should not be reached
    Jan 01 19:22:39 mrkline-arch NetworkManager[316]: <info> caught signal 15, shutting down normally.
    Jan 01 19:22:39 mrkline-arch NetworkManager[316]: <info> (enp12s0): device state change: unavailable -> unmanaged (reason 'removed') [20 10 36]
    I did some searching and found some links suggesting that the problem was related to NetworkManager and its GUI, so I disabled it and tried using wifi-menu/netctl instead. No luck:
    -- Subject: Unit system-netctl.slice has begun with start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit system-netctl.slice has begun starting up.
    Jan 01 20:25:50 mrkline-arch systemd[1]: Created slice system-netctl.slice.
    -- Subject: Unit system-netctl.slice has finished start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit system-netctl.slice has finished starting up.
    -- The start-up result is done.
    Jan 01 20:25:50 mrkline-arch systemd[1]: Starting Networking for netctl profile wlp6s0-NETGEAR...
    -- Subject: Unit netctl@wlp6s0\x2dNETGEAR.service has begun with start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit netctl@wlp6s0\x2dNETGEAR.service has begun starting up.
    Jan 01 20:25:50 mrkline-arch network[780]: Starting network profile 'wlp6s0-NETGEAR'...
    Jan 01 20:25:50 mrkline-arch kernel: iwlwifi 0000:06:00.0: L1 Enabled - LTR Disabled
    Jan 01 20:25:50 mrkline-arch kernel: iwlwifi 0000:06:00.0: Radio type=0x2-0x0-0x0
    Jan 01 20:25:51 mrkline-arch kernel: IPv6: ADDRCONF(NETDEV_UP): wlp6s0: link is not ready
    Jan 01 20:25:51 mrkline-arch kernel: wlp6s0: authenticate with 00:0f:b5:36:4b:58
    Jan 01 20:25:51 mrkline-arch kernel: wlp6s0: send auth to 00:0f:b5:36:4b:58 (try 1/3)
    Jan 01 20:25:51 mrkline-arch kernel: wlp6s0: authenticated
    Jan 01 20:25:51 mrkline-arch kernel: iwlwifi 0000:06:00.0 wlp6s0: disabling HT as WMM/QoS is not supported by the AP
    Jan 01 20:25:51 mrkline-arch kernel: iwlwifi 0000:06:00.0 wlp6s0: disabling VHT as WMM/QoS is not supported by the AP
    Jan 01 20:25:51 mrkline-arch kernel: wlp6s0: waiting for beacon from 00:0f:b5:36:4b:58
    Jan 01 20:25:52 mrkline-arch kernel: wlp6s0: authenticate with 00:0f:b5:36:4b:58
    Jan 01 20:25:52 mrkline-arch kernel: wlp6s0: send auth to 00:0f:b5:36:4b:58 (try 1/3)
    Jan 01 20:25:52 mrkline-arch kernel: wlp6s0: authenticated
    Jan 01 20:25:52 mrkline-arch kernel: iwlwifi 0000:06:00.0 wlp6s0: disabling HT as WMM/QoS is not supported by the AP
    Jan 01 20:25:52 mrkline-arch kernel: iwlwifi 0000:06:00.0 wlp6s0: disabling VHT as WMM/QoS is not supported by the AP
    Jan 01 20:25:52 mrkline-arch kernel: wlp6s0: waiting for beacon from 00:0f:b5:36:4b:58
    Jan 01 20:25:53 mrkline-arch kernel: wlp6s0: authenticate with 00:0f:b5:36:4b:58
    Jan 01 20:25:53 mrkline-arch kernel: wlp6s0: send auth to 00:0f:b5:36:4b:58 (try 1/3)
    Jan 01 20:25:53 mrkline-arch kernel: wlp6s0: authenticated
    Jan 01 20:25:53 mrkline-arch kernel: iwlwifi 0000:06:00.0 wlp6s0: disabling HT as WMM/QoS is not supported by the AP
    Jan 01 20:25:53 mrkline-arch kernel: iwlwifi 0000:06:00.0 wlp6s0: disabling VHT as WMM/QoS is not supported by the AP
    Jan 01 20:25:53 mrkline-arch kernel: wlp6s0: waiting for beacon from 00:0f:b5:36:4b:58
    Jan 01 20:25:55 mrkline-arch kernel: wlp6s0: authenticate with 00:0f:b5:36:4b:58
    Jan 01 20:25:55 mrkline-arch kernel: wlp6s0: send auth to 00:0f:b5:36:4b:58 (try 1/3)
    Jan 01 20:25:55 mrkline-arch kernel: wlp6s0: authenticated
    Jan 01 20:25:55 mrkline-arch kernel: iwlwifi 0000:06:00.0 wlp6s0: disabling HT as WMM/QoS is not supported by the AP
    Jan 01 20:25:55 mrkline-arch kernel: iwlwifi 0000:06:00.0 wlp6s0: disabling VHT as WMM/QoS is not supported by the AP
    Jan 01 20:25:55 mrkline-arch kernel: wlp6s0: waiting for beacon from 00:0f:b5:36:4b:58
    Jan 01 20:26:06 mrkline-arch kernel: wlp6s0: authenticate with 00:0f:b5:36:4b:58
    Jan 01 20:26:06 mrkline-arch kernel: wlp6s0: send auth to 00:0f:b5:36:4b:58 (try 1/3)
    Jan 01 20:26:06 mrkline-arch kernel: wlp6s0: authenticated
    Jan 01 20:26:06 mrkline-arch kernel: iwlwifi 0000:06:00.0 wlp6s0: disabling HT as WMM/QoS is not supported by the AP
    Jan 01 20:26:06 mrkline-arch kernel: iwlwifi 0000:06:00.0 wlp6s0: disabling VHT as WMM/QoS is not supported by the AP
    Jan 01 20:26:06 mrkline-arch kernel: wlp6s0: waiting for beacon from 00:0f:b5:36:4b:58
    Jan 01 20:26:06 mrkline-arch network[780]: WPA association/authentication failed for interface 'wlp6s0'
    Jan 01 20:26:07 mrkline-arch network[780]: Failed to bring the network up for profile 'wlp6s0-NETGEAR'
    Jan 01 20:26:07 mrkline-arch systemd[1]: netctl@wlp6s0\x2dNETGEAR.service: main process exited, code=exited, status=1/FAILURE
    Jan 01 20:26:07 mrkline-arch systemd[1]: Failed to start Networking for netctl profile wlp6s0-NETGEAR.
    -- Subject: Unit netctl@wlp6s0\x2dNETGEAR.service has failed
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit netctl@wlp6s0\x2dNETGEAR.service has failed.
    -- The result is failed.
    Jan 01 20:26:07 mrkline-arch systemd[1]: Unit netctl@wlp6s0\x2dNETGEAR.service entered failed state.
    Jan 01 20:26:07 mrkline-arch systemd[1]: netctl@wlp6s0\x2dNETGEAR.service failed.
    Any help would be greatly appreciated.
    * I thought of enabling security to see if that would help at all (and because you should generally avoid running unsecured access points), but she said doing so has caused her problems in the past, so I'm not messing with it for now.
    Last edited by slavik262 (2015-01-02 06:29:30)

    That's strange, yes. What happens when you try to associate manually?
    After stopping all active NM/netctl/dhcp (explanations in the wiki):
    rfkill unblock all
    ip link set wlp6s0 up
    iw dev wlp6s0 scan
    iw dev wlp6s0 connect "NETGEAR"
    Last edited by Strike0 (2015-01-02 09:36:03)

  • [SOLVED] How to get Broadcom wireless to work (Arch install)?

    I'm very newbie in network managment (and in Linux in general), and it's my first time installing Arch.
    I came from Debian/Ubuntu. In Ubuntu 14.04 it was working already, and in Debian 7.8 I only had to install the package "brcmsmac" to get my wi-fi card to work.
    But now I have no idea what I'm doing in Arch. I've already downloaded and installed the system using the auto DHCP connection, but after the chroot I got confused, now I'm stuck in configuring the network and wireless. I didn't even install a bootloader yet. (I'm using another computer to post this)
    I followed https://wiki.archlinux.org/index.php/Beginners%27_guide and https://wiki.archlinux.org/index.php/broadcom_wireless, and Google'd about it but everything seems confusing.
    I won't need anything special like a server, so I imagine the solution is very basic and newbie.
    It's probably a very simple thing to do, like installing a package or loading something, and I don't want to mess up my system.
    I heard about AUR but I don't know how to use it.
    Last edited by nakamis (2015-03-22 13:57:17)

    Gusar wrote:
    We need *a lot* more info than that. Could be something very simple, like the interface being up before starting wifi-menu (netctl doesn't like the interface being up, it'll only start correctly if the interface is down).
    Or it could be something more. In which case, you'll need to start wpa_supplicant manually with debugging enabled:
    wpa_supplicant -i wlp18s0b1 -c <(wpa_passphrase MYSSID passphrase) -d
    Once this says you're connected, open another terminal and start dhcpcd. Or, if wpa_supplicant doesn't manage to connect, post the *entire* output.
    Edit: Ok, you posted more info as I was writing my post. Will look through that, maybe it contains something useful. If not, follow the instructions above.
    Edit2: Nope, nothing about wireless in there, except that the driver loaded.
    It worked!!
    I was looking into the logs and found an authentication failure...my password is very long so I made some mistakes while typing it.
    So this is the solution all the way:
    SOLUTION:
    - No need to install or load any external drivers (all I used was already in the base installation)
    - DISABLE THE HIDDEN NETWORK OPTION IN THE ROUTER (thanks for the heads-up @Gusar)
    - run "# wifi-menu"
         or
           "# wpa_supplicant -i [interface] -c <(wpa_passphrase MYSSID passphrase) -d"
    - run "# dhcpcd [interface]"
    - Good to go!!
    I'm sorry for the trouble guys, and like I imagined, it was really easy and now I see my newbiness hahaha ;D
    Thanks.

  • Installing arch on my dad's computer, wireless only

    So I finally convinced my dad to let me install Arch on his comp and wouldnt you know it, its giving me problems.
    the main issue is that he is wireless only (linksys wireless-g with speedboost) and ive never played with wireless with linux.  ive attempted to use bcm43xx but that doesnt work, i tried installing the driver via ndiswrapper but that doesnt work either. <--this is all within the install environment, i havent gotten past configuring the network
    so with that issue unresolved as of now, i downloaded the core cd to see if i couldnt get the basic system up and then fix the wireless post-install, but it wont recognize the cd drive (HL-DT-ST GDR8161B)
    any help?

    It might have to do with grub not being able to find a stage 2, you do have a /boot partition added to the laptop's hdd, which is how it is done normally.
    I'm not sure if grub can access usb drives that it hasn't booted from (to get /boot), then you gotta specify it when you install grub to the mbr with the boot partition mounted:
    grub-install --root-directory=/boot sda
    Now, if that doesn't work, you'd probably have to go with using / making a tiny (20MiB) boot partition (for a single kernel + initrd) somewhere on the laptop's disk (which will work for sure)
    Last edited by vogt (2007-12-02 04:46:18)

  • Arch won't let me Power off Wireless

    There's a button on my laptop ( hp nc6000)that turns off the wireless and bluetooth hardware--but Arch won't let me. When I press the button, the indicator light just starts flickering for a few seconds and then goes back to shining with a steady blue light as if the wireless was still on. But I lose connection with my wireless AP. It's not a hardware malfunction; I've tried with a live CD and there things work as they should. Also, it worked with Arch the first couple of days after installation. I thought maybe the ifplugd daemon I installed had something to do with it, but no.
    So the problem is that I Arch won't let me power off my wireless hardware. Does anyone have any idea where I should start looking?
    [Edit: The indicator light won't flicker, but shine steadily for a few seconds, then blink, shine steadily, blink, shine....]
    Last edited by Abakaba (2007-04-07 09:30:21)

    sudo gpasswd -a $USER storage (if you have sudo installed and configured)
    or: su -p
    then: gpasswd -a $USER storage (if you don't have sudo installed)
    you might want to add yourself to theese groups too: audio, optical, network, wheel (and hal if you have installed it and loaded it in modules)
    Last edited by olle (2008-04-21 10:44:49)

  • [solved] Wireless Slow in Arch

    I've noticed that my wireless has slowed down.
    I ran a speed test and am recieving download speeds of about 0.7...whereas my housemates are getting around 15-20mb
    I've realised that this has happened each time that ive installed Arch, where suddenly my internet becomes slow.
    I'm using rt2870 drivers for my ew7717un usb.
    My wireless has been working fine beforehand but is slow all of a sudden and i dont remember changing anything. Im using KDE also.
    Please can you help me...and any advice regarding posting logs, extra details etc.
    Last edited by bubblewrapping (2012-01-30 17:13:21)

    Nevermind, for the moment its solved.
    I managed to get it working using Networkmanager...rather than Wicd which i was using.

  • I have managed to install arch yay - wireless card install?

    Hey everyone
    I have a netgear PCMCIA MA521 wireless card, in ubuntu it just installed itself and start to work, how can i set up archlinux to work with it??
    I am very new to archlinux so please be gentle lol
    Gaunt

    This is the problem i have searched for how to unzip a zip file in arch linux but nothing useful is coming up
    anyway - its not IT its computer science - id get shot by my tutors if i said anythin to do with them being IT
    Gaunt
    [EDIT] I give up - i dont think arch linux is for me at the moment - i dont know enough to set it up and get it running the way i want soon enough so ignore this thread
    Last edited by gauntface (2007-11-21 00:23:08)

Maybe you are looking for

  • E17 broken after choosing theme.....how to reset manually the theme

    how can I reset manually the theme to default one. I can't start E17 anymore because the chosen theme is broken, so i have to manage it outside of E17 this comand, wich i found in the net doesn't work (anymore): enlightenment_remote -theme-set theme

  • QuickTime only plays its audio through my interface

    I installed the Windows Media plug-in for QuickTime and I can now stream and preview content I could not have before. However, for some reason, the streaming content I wish to listen to (audio from a radio station) only plays through my audio interfa

  • Regarding modifying database from internal table

    Hi ABAP Experts, I am facing an issue regarding modifying DB table from itab. All the records of itab are not getting reflected in DB table using Modify statement. Syntax is as follows - Locking DB table using enque FM MODIFY abc FROM TABLE i_abc. Un

  • Dynamic title in Business Graphics

    Hi to all! I'm working with a Business Graphics and I'd like a title in the final rendered graphic. The problem is that the text I want to show is not static, it's the name of the person who is using the application. The question is: Can I bind the t

  • TDMS consistency check error

    We are having problem at "consistency check for the rules".The rules have been check and all are in green.i remember that SAP has asked us to check tables CNVMBTRULEINCL and CNVMBTRULEFIPARS right? im able to browse table CNVMBTRULEINCL but not CNVMB