[SOLVED] wireless network setup

Hi!
I've been trying to setup a wireless connection, unfortunately without success.
So.. my wireless card is a Broadcom BCM4301 802.11b, so I followed the wiki
http://wiki.archlinux.org/index.php/Wireless_Setup
to check for the module and install it (bcm43xx), specially the section
http://wiki.archlinux.org/index.php/Wir … up#BCM43XX
Then I created a network profile:
# Network Profile
DESCRIPTION="wifi profile"
# Network Settings
INTERFACE=eth1
HOSTNAME=Attila
# Interface Settings (use IFOPTS="dhcp" for DHCP)
IFOPTS="dhcp"
#GATEWAY=192.168.0.1
# DNS Settings (optional)
# Wireless Settings (optional)
ESSID=essid
KEY=network-key
IWOPTS="mode managed essid $ESSID channel 6 key restricted $KEY"
#WIFI_INTERFACE=wlan0   # use this if you have a special wireless interface
                        # that is linked to the real $INTERFACE
#WIFI_WAIT=5            # seconds to wait for the wireless card to
                        # associate before bringing the interface up
#USEWPA="yes"           # start wpa_supplicant with the profile
#WPAOPTS=""             # use "" for normal operation or specify additional
                        # options (eg, "-D ipw")
                        # see /etc/wpa_supplicant.conf for configuration
#AUTOWPA="yes"          # automatically configure WPA
#PASSKEY=""             # wpa passkey/phrase. for use with AUTOWPA
unfortunately, it doesn't work.
here are the outputs to some commands:
hwd -s
Network    : Broadcom Corp.|BCM4301 802.11b module: bcm43xx
so.. this tells me the module is the right one.
lspci
00:0c.0 Network controller: Broadcom Corporation BCM4303 802.11b Wireless LAN Controller (rev 02)
            Subsystem: ASUSTeK Computer Inc. WL-103b Wireless LAN PC Card
            Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
            Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort+ <TAbort- <MAbort- >SERR- <PERR-
            Latency: 32
            Interrupt: pin A routed to IRQ 19
            Region 0: Memory at e4000000 (32-bit, non-prefetchable) [size=8K]
            Capabilities: <access denied>
from this, I learn there is probably something wrong in getting in touch with the wifi card.
dmesg
after
/etc/rc.d/network start
ieee80211_crypt: registered algorithm 'WEP'
bcm43xx: TODO: Incomplete code in keymac_write() at drivers/net/wireless/bcm43xx/bcm43xx_main.c:1132
bcm43xx: TODO: Incomplete code in keymac_write() at drivers/net/wireless/bcm43xx/bcm43xx_main.c:1132
bcm43xx: TODO: Incomplete code in keymac_write() at drivers/net/wireless/bcm43xx/bcm43xx_main.c:1132
bcm43xx: TODO: Incomplete code in keymac_write() at drivers/net/wireless/bcm43xx/bcm43xx_main.c:1132
bcm43xx: TODO: Incomplete code in keymac_write() at drivers/net/wireless/bcm43xx/bcm43xx_main.c:1132
bcm43xx: TODO: Incomplete code in keymac_write() at drivers/net/wireless/bcm43xx/bcm43xx_main.c:1132
bcm43xx: TODO: Incomplete code in keymac_write() at drivers/net/wireless/bcm43xx/bcm43xx_main.c:1132
bcm43xx: TODO: Incomplete code in keymac_write() at drivers/net/wireless/bcm43xx/bcm43xx_main.c:1132
bcm43xx: TODO: Incomplete code in keymac_write() at drivers/net/wireless/bcm43xx/bcm43xx_main.c:1134
bcm43xx: TODO: Incomplete code in keymac_write() at drivers/net/wireless/bcm43xx/bcm43xx_main.c:1134
bcm43xx: TODO: Incomplete code in keymac_write() at drivers/net/wireless/bcm43xx/bcm43xx_main.c:1134
bcm43xx: TODO: Incomplete code in keymac_write() at drivers/net/wireless/bcm43xx/bcm43xx_main.c:1134
ADDRCONF(NETDEV_UP): eth1: link is not ready
iwlist scaning
eth1      No scan results
Has anybody used a card like this one?
I am probably missing something, or then the problem is really with the module (which is loaded).
Any idea?
thanks!
Last edited by ambalex (2008-10-28 14:22:33)

Hi...
I have the same card and it took me a few days to set it working nicely... Here's my setup... Don't know about network profiles though.
- driver: ndiswrapper (tried bcm43xx-fwcutter, didn't work)
- networkmanager with knetworkmanager instead of usual network deamon (follow this link to install it http://wiki.archlinux.org/index.php/Networkmanager
- don't forget to add your user to the network group, or else knetworkmanager won't work.
Note about knetworkmanager... if you have a 64-bit architecture, you have to use the svn version from AUR. There's a bug in the current version.
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"
# 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.iso88591"
HARDWARECLOCK="localtime"
TIMEZONE="America/Sao_Paulo"
KEYMAP="us-acentos"
CONSOLEFONT=
CONSOLEMAP=
USECOLOR="yes"
# HARDWARE
# Scan hardware and load required modules at bootup
MOD_AUTOLOAD="yes"
# Module Blacklist - modules in this list will never be loaded by udev
MOD_BLACKLIST=()
# Modules to load at boot-up (in this order)
# - prefix a module with a ! to blacklist it
MODULES=(powernow-k8 8139too 8139cp ac battery button dock fan sbs video ndiswrapper)
# Scan for LVM volume groups at startup, required if you use LVM
USELVM="no"
# NETWORKING
HOSTNAME="note-leandro"
# 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
# Note: to use DHCP, set your interface to be "dhcp" (eth0="dhcp")
lo="lo 127.0.0.1"
#eth0="eth0 192.168.0.10 netmask 255.255.255.0 broadcast 192.168.0.255"
#eth1="eth1 192.168.0.100 netmask 255.255.255.0 broadcast 192.168.0.255"
eth0="dhcp"
eth1="dhcp"
wlan_eth1="eth1 essid AVEIRO-WLAN"
WLAN_INTERFACES=(eth1)
INTERFACES=(lo !eth0 !eth1)
# 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-profiles
#NET_PROFILES=(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 !network netfs dbus hal crond alsa cpufreq dhcdbd networkmanager bluetooth)
# End of file
I think the big trick here is to use networkmanager. It is way better than usual network daemon.
This is my result for iwconfig
[root@note-leandro leandro]# iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
eth1 IEEE 802.11b/g ESSID:"AVEIRO-WLAN" Nickname:"Broadcom 4318"
Mode:Managed Frequency=2.437 GHz Access Point: 00:19:5B:BC:21:2B
Bit Rate=11 Mb/s Tx-Power=18 dBm
RTS thr:off Fragment thr:off
Encryption key:off
Link Quality=50/100 Signal level=-62 dBm Noise level=-73 dBm
Rx invalid nwid:0 Rx invalid crypt:11 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
eth2 no wireless extensions.
After getting a valid iwconfig output, just use knetworkmanager to choose which network you want to use.
Hope this helps.

Similar Messages

  • New Airport Extreme N wireless network setup questions (WDS, D-Link)

    I have finally been able to set up my Airport Extreme N network after numerous attempts over the last few weeks. I was getting a very weak signal in front of the house where my wife's G4 is connected wireless to an old Airport card and where all the systems (XBOX 360; Wii and PS3) are also wirelessly hitting the network.
    The current configuration is as follows: In the office in the back of the house I have an Airport Extreme N basestation connected to the cable modem and have three workstations (One Mac and two PCs) wired to it. I set up a WDS network, so I set up the Airport Expresses as remotes. In the living room I have another Airport Extreme N basestation (as a remote as well) that is hooking up to the XBOX 360, Wii and PS3. I have enabled WEP security (not effecting the XBOX 360 since it is now "wired"). Here is the weird thing - I have a PC laptop with a D-Link Xtreme N card ( DWA-652) that cannot connect to the network. I enter the WEP password but it does not connect. Am I missing something on the basestation setup? Do I need to add the MAC address of the card anywhere. When I use the laptop's built in wireless it connects with no problem. By creating a WDS network did I disable the n functionality of the base station(s)? I am a lttle condused.
    Also, prior to going to an all Apple wireless network setup, I bought the D-Link Xtreme N Gigabit Router (DIR-655). I was regretfully about to return it to Best Buy but I had an idea which may or may not work. I know that the D-Link does not support WDS but if I was to set it up as the main router and added the "main" Airport basestation as a wired bridge could I maintain the WDS network? The reason I ask this is because I would love to keep the gigabit for the wired machines in the office. Also, I am wondering if the D-Link notebook card is incompatible with the Airport network.
    All I know is that I have spent alot of money and sleepless nights just trying to set this network up but thankfully Best Buy has a thirty day return policy so I will return what I can't use.
    I appreciate any help and advice anyone can give me.
    Thanks.
    V
    MacPro   Mac OS X (10.4.9)  
    MacPro   Mac OS X (10.4.9)  

    Hello!
    I have noticed that some manufacturers (Linksys and possibly D-LINK) only accept upper-case WEP keys only.
    This drove me nuts when trying to integrate a Linksys PC PCMCIA card into my old "g" network.
    As far as using WEP, it's bad and broken; but I understand that your choice of security is limited to the devices that you are trying to network.
    For what it's worth, I have my network set up with the AEBS 'n' connected to my Cable Modem, with one of the ports going to a gigabit switch for my wired network. I then have two AirTunes set up as WDS extensions for music & Internet delivery to two separate areas. The AEBS 'n" serves up DHCP and routing for the entire network.
    It works quite well; I get 54 mbits/sec for the two WDS AirTunes, and 145 mbits/sec to one of my ATV's. My gigabit wired machines see data rates of 15-27 MBytes/sec (depending on the type of transfer).
    Good luck!

  • Wireless network setup problems [SOLVED]

    Hi!
    I'm trying to set up the wireless network here, and have been for the last couple of days. I'm following the Arch Linux Wireless Setup guide http://wiki.archlinux.org/index.php/Wireless_Setup and I've come to the point where I should have a connection, but I don't. I can't get an IP from dhcpcd and setting it to static doesn't help me. Wired network with dhcp works fine, but I can't connect to the router on 192.168.1.1 as stated by my ISP or any other address, I shouldn't have to as the essid and key seems to work but it's suspicious.
    Be advised: This is the first time I'm in contact with wireless networking, I've been using wired since the dawn of time.
    Running Arch i686 on a Compaq CQ60 laptop
    Router is a Xavi 5258
    These are the steps I've made:
    # lspci
    07:00.0 Ethernet controller: Atheros Communications Inc. AR242x 802.11abg Wireless PCI Express Adapter (rev 01)
    // After installing madwifi:
    # modprobe ath5k
    // It's down from the start so:
    # ifconfig wlan0 up
    // Set up essid and key as stated by my ISP
    # iwconfig wlan0 essid "B2_private_AF" key s:B2_private_AF
    // Check for access points:
    # iwlist wlan0 scan
    wlan0 Scan completed :
    Cell 01 - Address: 00:01:38:A6:5A:B0
    Channel:11
    Frequency:2.462 GHz (Channel 11)
    Quality=58/70 Signal level=-52 dBm
    Encryption key:on
    ESSID:"B2_private_AF"
    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 22 Mb/s
    Bit Rates:6 Mb/s; 9 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s
    36 Mb/s; 48 Mb/s; 54 Mb/s
    Mode:Master
    Extra:tsf=00000008a1f48854
    Extra: Last beacon: 40ms ago
    IE: Unknown: 000D42325F707269766174655F4146
    IE: Unknown: 010582848B962C
    IE: Unknown: 03010B
    IE: Unknown: 2A0100
    IE: Unknown: 32080C1218243048606C
    // The setup so far:
    # ifconfig wlan0
    wlan0 Link encap:Ethernet HWaddr 00:24:2C:5E:41:EA
    inet6 addr: fe80::224:2cff:fe5e:41ea/64 Scope:Link
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:6 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:0 (0.0 b) TX bytes:576 (576.0 b)
    # iwconfig wlan0
    wlan0 IEEE 802.11bg ESSID:"B2_private_AF"
    Mode:Managed Frequency:2.462 GHz Access Point: 00:01:38:A6:5A:B0
    Bit Rate=1 Mb/s Tx-Power=27 dBm
    Retry min limit:7 RTS thr:off Fragment thr:off
    Encryption key:4232-5F70-7269-7661-7465-5F41-46 Security mode:open
    Power Management:off
    Link Quality=55/70 Signal level=-55 dBm Noise level=-99 dBm
    Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
    Tx excessive retries:0 Invalid misc:0 Missed beacon:0
    // Alright! Let's get that IP then!
    # dhcpcd wlan0
    dhcpcd: version 5.0.4 starting
    dhcpcd: wlan0: broadcasting for a lease
    dhcpcd: timed out
    // Very well then, let's set it up static style
    # ifconfig wlan0 192.168.1.2
    # route add default gw 192.168.1.1
    // This results in nothing other than breaking all connections until I shut down wlan0.
    I have some thoughts:
    Is the key right? How do you know if it's wrong?
    Why can't I connect to the router on any of the standard IP:s nor the one given to me by my ISP? Hardware error?
    Is my eth0 dhcp connection in some way conflicting? I've tried the whole set up from a fresh boot with the wire disconnected.
    Have I confused something in the stage of installing and modprobing madwifi -> ath5k? Seems like the card is supported but I don't know how far into the set up process you can go with an unsupported card.
    Heh-heh, that's my post, sorry for the length of it but I don't want to leave something out that could've been useful in troubleshooting.
    Thanks in advance for any help, be it simple pointers or complete walkthroughs.
    Edit: There was something, somewhere about country codes, but it said it's probably not an issue. Could it cause any trouble? I live in Sweden.
    Last edited by spektre (2009-07-04 20:48:58)

    I solved it!
    I had to change my eth0's IP to 192.168.1.2 before I could access the modem!
    The key was not at all the one my ISP specified, it was a 10-digit number. NICE.
    After I set wlan0 up with that key dhcpcd worked flawlessly and I'm writing this post through my wireless network!
    Now, how do I mark the thread as solved?

  • [solved] Wireless network issues after installing gnome3

    After installing gnome 3 I can't connect to my wireless network any more. I start gnome using 'xinit gnome-session' after loggin in at a command line. Here are some relavent ouptuts:
    $ ifconfig
    eth0 Link encap:Ethernet HWaddr 00:25:4B:8D:B7:07
    inet6 addr: fe80::225:4bff:fe8d:b707/64 Scope:Link
    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)
    Interrupt:10
    eth1 Link encap:Ethernet HWaddr 00:25:4B:BE:74:BC
    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)
    Interrupt:20 Base address:0x6000
    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:32 errors:0 dropped:0 overruns:0 frame:0
    TX packets:32 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:1920 (1.8 Kb) TX bytes:1920 (1.8 Kb)
    $ iwconfig
    lo no wireless extensions.
    eth0 IEEE 802.11 Nickname:""
    Access Point: Not-Associated
    Link Quality:5 Signal level:0 Noise level:234
    Rx invalid nwid:0 invalid crypt:0 invalid misc:0
    eth1 no wireless extensions.
    Trying to connect to a network through gnome-control-center:
    $ sudo gnome-control-center
    ** (gnome-control-center:6172): WARNING **: Error in getting active connection 'Vpn' property: (19) Method "Get" with signature "ss" on interface "org.freedesktop.DBus.Properties" doesn't exist
    ** (gnome-control-center:6172): WARNING **: _nm_object_array_demarshal: couldn't create object for /org/freedesktop/NetworkManager/ActiveConnection/4
    ** (gnome-control-center:6172): WARNING **: Error in getting active connection 'Vpn' property: (19) Method "Get" with signature "ss" on interface "org.freedesktop.DBus.Properties" doesn't exist
    ** (gnome-control-center:6172): WARNING **: _nm_object_array_demarshal: couldn't create object for /org/freedesktop/NetworkManager/ActiveConnect
    xterm output when trying to connect through the network applet:
    Window manager warning: Log level 16: Device activation failed: (32) Insufficient privileges
    Last edited by dave1022 (2011-05-14 17:14:12)

    iskandr wrote:
    Hello,
    I'm having problems with my wireless network connections, too. I did a fresh arch install with gnome3 some days ago to avoid any issues when upgrading, but i just can't access any wireless networks now. Everything else works like a charm, though. I followed the usual steps to set up my network/wifi with all the required modules and packages (broadcom-wl from the AUR, etc.) but it doesn't work like it did with gnome2 and xfce4.
    My iwconfig/ifconfig output looks like dave1022's. Don't know if this is of any help...
    The nm-applet in the gnome3 "panel" actually lists nearby wireless networks, but once I click on one of them, gnome asks me for authentification with my root password (user password does not work). I don't think it should be this way. If I enter my root password here, nothing happens whenever I click on the concerned network to connect to it. I deleted the /etc/NetworkManager/system-connections/<SSID> file to reset the authentification process.
    I tried to consult the gnome3 pages in the wiki, but couldn't find any valueable hints either...does anyone have any idea what I might have done wrong or forgotten?
    It's exactly the same for me and it's driving me nuts. I'm using iwl3945
    [EDIT]
    Well... actually installing the applet solved it for me. Is the applet actually needed for Gnome 3 or is a workaround?
    Last edited by Slurp (2011-05-14 17:11:19)

  • Problems with Airport extreme wireless network setup

    I set up a wireless network with my new airport extreme via the airport utility on my macbook air.  The macbook air can access the network and the internet without a problem.  However, when I open the airport utility, it claims the extreme can't access the internet.  Then, when I try to get to the network from any other component in the house:  blue ray players, ipod touches or another laptop, they can see the network, but not connect to it or to the internet.  This is my first time setting up a wireless network - I'm divorced and my ex-husband set up the last one.  I'd rather die than call him for help.    Can you suggest a fix or a way to troubleshoot?  I'm convinced that I've done something wrong in the setup, but for the life of me I can't find the mistake.  Thanks!

    I set up a wireless network with my new airport extreme via the airport utility on my macbook air.  The macbook air can access the network and the internet without a problem.  However, when I open the airport utility, it claims the extreme can't access the internet.  Then, when I try to get to the network from any other component in the house:  blue ray players, ipod touches or another laptop, they can see the network, but not connect to it or to the internet.  This is my first time setting up a wireless network - I'm divorced and my ex-husband set up the last one.  I'd rather die than call him for help.    Can you suggest a fix or a way to troubleshoot?  I'm convinced that I've done something wrong in the setup, but for the life of me I can't find the mistake.  Thanks!

  • Wired and wireless network setup

    I have a small home network, wired right now. I would like to add a wireless access point for near future laptops. Can I add a second router that is wireless to my wired network with having to load router software on a second computer. Is this even possible. My network consists of my PC, HP M8300f desktop PC as home base/client and cable modem with linksys wired router, BEFSR41 connected to a dell 2400 desktop. I am wanting to add a linksys wireless router WRT54G some where in the living room for and access point. Do I have to load the software on the Dell PC or can I just plug in router to wall socket and connect wirelessly that way. Thanks for the help. Just thinking out side the box.
    OS Vista Home Premium 32 bit
    CPU AMD Athlon 64x2 6000+ 3.0ghz
    Motherboard Asus M4N78 Pro
    Memory 3Gb PC2-5300 DDR2 @ 667mhz
    Graphics Card BFG Nvidia Geforce 8400 GS 512MB DDR2
    Monitor(s) Displays HP W1907 LCD 19", Gateway HD 19" LCD
    Antec Earthwatt 80 plus 500 watts
    Hard Drives 640GB 7200rpm SATA (2x320)
    Other Info Optical: Super Muliti DVD burner w/lightscribe, Hauppauge WinTV HVR-1800

    You can add your WRT54g to your wired network without too much trouble if you follow a couple of simple steps:
    Turn off the DHCP server in the wireless-router.
    Create an unique wireless network name (aka SSID) and turn on WPA-PSK security.
    Make sure the web-page IP address for the wireless-router is set to a unique value different from any of the other wireless devices on your network.
    Connect the LAN port of the wireless-router to the LAN port of the Ethernet router.  Do not connect to the wireless-router's WAN port.
    This configures your wireless-router into a simple Access-Point and is the easiest way to extend your home network with wireless.
    Best Regards / Jim B
    Regards / Jim B / Wireless Enthusiasts
    ( While I'm an embedded wireless systems engineer at work, on this forum I do not represent my former employer, Hewlett-Packard, or my current employer, Microsoft )
    + Click the White Kudos star on the left as a way to say "thank you" for helpful posts.

  • Wireless Network Setup Problem

    ok so i bought a d-link DI-624 (wireless G "Xtreme" router) i set it up no problem yesterday set the name of the network, password and opened a couple ports for a torrent downloading app called "Transmission" (which is great btw :P).. n e ways i put my macbook to sleep and woke up this morning opened the lid and it still had my network there but now i cant go to n e websites. i used the network diagnostics and it told me that it found my wireless network but it thinks my homepage "www.apple.ca" was typed wrong thus making it not able for it to test whether or not it could view a webpage. iv run out of ideas to get it working. iv restarted the router, modem and macbook with no dice. any suggestions?
    oh and i forgot to mention iv got the wireless router hooked up to another router (D-Link DI-604) just for the time being as i havent been able to disconnect one of the connections (important download being done) so its just for the time being

    im leaving to go on vacation for 10 days so ill get back to ya then with an answer.. iv just got my macbook plugged directly into the DI-604 right now.. my wireless one i put away for now while im packing and stuff.. ill get back to this when i get back.. need to get it running :P i got a taste for how good wireless is with a laptop for one day and now im tied down with this cable again oh well ill be back soon enough

  • [Solved] Wireless Networking Randomly Not Working

    Note: My network card is an Atheros AR9285 PCI-E Adapter. ath9k driver and wicd
    Apologies in advance, I'm relatively new to Linux as a whole. With the recent pacman 4 update, my entire system has been somewhat out of whack. I've been unable to figure out how to get it to properly sign keys and update packages, but that's another story entirely. At least my wireless connection still functioned when that was the problem.
    I booted my laptop up today and it was suddenly unable to connect to my wireless network. I checked the network to make sure that it was running properly (it is), so came back to the laptop. It said that it was unable to acquire an IP address.
    Various googling via my windows box led me to various suggested fixes including restarting wicd and wiping the .conf files, starting from scratch. All that accomplished was making the network hidden, and I'm afraid I've no idea as to how I probed it to show the SSID in the first place.
    Again, I'm very sorry, but this is extremely vexing for me, and I'm quite overcome by frustration at the moment. Everything was working fantastically until this pacman update, and now my laptop is good for very little.
    Last edited by Velshtein (2012-01-29 05:22:41)

    Thank you very much zero, I appreciate the help. Here's what I've got:
    For ip addr:
    1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
    inet6 ::1/128 scope host
    valid_lft forever preferred_lft forever
    2: eth0 <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast state DOWN qlen 1000
    link/ether f4:6d:04:a9:ec:d6 brd ff:ff:ff:ff:ff:ff
    3: wlan0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN qlen 1000
    link/ether 74:2f:68:1a:84:2e brd ff:ff:ff:ff:ff:ff
    Had to create a new wpa_supplicant to get your second set of directions to work, but work it eventually did. The output of dhcpcd looked a little something like this:
    dhcpcd[8282]: version 5.2.12 starting
    dhcpcd[8282]: wlan0: broadcasting for a lease
    dhcpcd[8282]: eth0: waiting for carrier
    dhcpcd[8282]: wlan0: offered 192.168.1.106 from 192.168.1.1
    dhcpcd[8282]: wlan0: acknowledged 192.168.1.106 from 192.168.1.1
    dhcpcd[8282]: wlan0: checking for 192.168.1.106
    dhcpcd[8282]: wlan0: hardware address 00:26:ab:00:9a:b1 claims 192.168.1.106
    (Lines 4-7 repeat twice more)
    dhcpcd[8282]: timed out
    dhcpcd[8282]: forked to background, child pid 8327
    ip route does nothing (visible anyway)
    Last edited by Velshtein (2012-01-27 03:21:39)

  • Help with Time Capsule/wireless network setup

    Just purchased Time Capsule, hooked it up, and followed the instructions to create a new wireless network. The problem is that my MacBook Pro can't find the internet via the new Time Capsule network. It can "see" the Time Capsule, and I can log on with the new password, but there is no internet connectivity. If I unhook the ethernet cable from the Time Capsule and hook it directly into the computer, the computer is able to rapidly access the internet. Plug the ethernet back into the Time Capsule, and even though the Time Capsule light is green, there is no internet connectivity for that computer or other computers. Also, the Time Capsule signal strength is exceedingly low. Help!

    Please try the steps again. However, this time, I would like for you to perform a modem reset between powering all the equipment down and starting to power them back up again.
    You should find a reset button on the back of your Motorola modem.
    So, the steps should now be:
    o Power-down all of the equipment, except the modem.
    o Perform the modem reset. Note, the reset may take anywhere from 5 to 30 minutes to complete. Check your User's Guide that came with the modem. If you don't have a copy of the guide, you can get it here: SB5101 User Guide
    o Once the reset is complete, power-up the TC by following the sequence I provided earlier.

  • Guest Wireless Network Setup

    I got the task of setting up a Guest wireless network for one of our remote campuses. We already have some APs that are connecting to our WLC.
    The Enviroment:
    WLC Cisco 5500 is at our Corporate office. Connects to our Core Switch then to our Router
    Router connects to our remote campuses over mpls
    We currently already have APs at this campus that are connecting back to our WLC.
    We have a DSL line at the remote campus that we want this Guest wireless routed to.
    I have already created the guest network on the WLC and a guest VLAN on the Core switch
    My main question is how to configure the two routers for this and have this go out the DSL modem?
    Any help is very appreciated...

    That is fine. All you have to do is enable h-reap/FlexConnect local switching on the guest WLAN. Then change the mode on the AP to h-reap/FlexConnect and then the ap will reboot once it comes back up, you need to co figure the switch port as a dot1q trunk only allowing the vlans for the AP and guest. Set the native vlan on the trunk I the vlan the ap belongs on. On the h-reap ap, you will have another tab on the top for h-reap/FlexConnect. You enable vlan support and then put the vlan I'd the ap belongs on. Hit apply then go back to the h-reap/FlexConnect tab and click on vlan mapping. There you will see the guest SSID and then a box in which you can enter a vlan. That is where you will put your vlan for the guest. Now since this vlan your dsl is connected needs to reach all the AP's, you just need to create a layer 2 vlan and connect the dsl router to that. Users will get an ip from that dsl router etc.
    Sent from Cisco Technical Support iPhone App

  • [SOLVED]Wireless network will not autostart

    On my new install of Arch I've found that when I reach a command prompt, I have to manually setup my wireless card every time I reboot. While I was following the procedure in the beginners guide, I typed in the command for the net-auto-wireless.service, but it said that it didn't exist. Did I do something wrong during my install? May have to start over... at least now I know how to manually configure the card to get on the internet!!!
    Last edited by horsemanoffaith (2013-05-22 05:26:05)

    net-auto-wireless was part of the netcfg network manager, which has been deprecated in favor of netctl.  Netctl was designed from the ground up with systemd in mind, and works quite well.  Though netcfg still exists and I think is in the community repo now.
    So basically you need to either check to make sure that netctl is installed, or install it.
    It sounds like you are a beginner, so it may be worth installing wicd.  Since you are also apparently still at the point of setup where you don't yet have a graphical interface, you should know that wicd in our repos has been split into wicd and wicd-gtk.  The latter is the graphical interface/tray icon.  So all you need is the plain old wicd to get things going, as it includes wicd-curses, which is a ncurses based interface. 
    Wicd is what I used for quite some time, and it never did me wrong.  I just eventually learned that there were other alternatives out there, and I now use basically all of them depending on my mood.

  • [SOLVED] Wireless network card

    I have got it to work, but it lost the connection all the time and then it have the connection again.
    networkmanager and wpa_supplicant I have look into wireless how to arch and edit some files but it did not work 100%
    Last edited by amandus (2012-11-24 17:02:11)

    I had problem before with disconnecting but that was becouse I had netcfg and network manager enabled.Remowing netcfg worked for me.On my new Arch installation I use netcfg and wpa_supplicant without any problems.First time I  didn't read the wiki very carefully and it coused problem .

  • AirPlay Mirroring for iPad 2 without any wireless network setup

    Hi
    I maybe jumping the gun here. Can anyone tell me that can this new feature of iOS5 work without any form of network.
    What I mean is if I got AppleTV 2 , and iPad2, can I jsut stream what is on my iPad to AppleTV that is connect to a TV, without a Wif-fi or ehternet netork.
    I search on the internet look like all the situation is that they still want inernet access for AppleTV, but in my case if there is no internet access for my AppleTV is fine, as I only want to stream what is on my iPad to a TV.
    Thanks and Regards,
    Stephen

    IF you have a Mac you can use that to create a network, turn on Wifi, under the Wifi tab click "create network"... give it a name... WEP encryption if you like... and voila you have a wifi network that your iPad and apple TV should be able to see and use without needing to connect to the internet.

  • Changing Wireless Networks w/o Setup CD

    I need to setup my HP Officejet 6000 Wireless Printer on a new wireless network but have not been able to find a method of changing the network SSID and password the printer looks for.  The HP website and User Manual both require that you use the Setup CD that comes with the printer to setup wireless configuration via a USB connection to your computer (MacBook Pro with OSX 10.9.3) and I have long since misplaced it.
    If you don't have the CD, the HP articles tell you to download the drivers online; however, when I went through the steps for installing the wireless driver and connecting to the printer it assumes that the printer is already on the correct network. The printer does not seem to be equipped to auto-detect the network, use the WPS method, nor does it have a control panel to run a Wireless Setup Wizard. The "Wireless Network Test Report" from my printer shows that it is still trying to connect to the old network SSID as expected and recommends I "run the wireless network setup to configure your HP Printer" - how?
    Similarly, I don't have an HP Device Manager or HP Printer Utility on my computer as expected in some of the help articles.
    Any advice would be welcome - Thanks!

    Thank you for your helpful reply.  I believe I understand how this would circumvent my problem; however, I cannot get the printer to reset the wireless network settings using the button presses you described. 
    I held down the wireless button (replaces network button on my model) and pressed the resume button 3 times before releasing the wireless button - the printer then prints out the Wireless Network Test Report as if I had soley pressed the wireless button.  I verified that this was the correct way to to reset the network setting in the user's manual (checked method & button diagram - I am using the correct buttons) and retried it multiple times varying hold long I held the buttons down, restarting the printer, etc. and received the same result each time.  The Wireless Network Test Report continues to show the settings for the previous network and the hpsetup network has not appeared in my computer's list of available networks.
    Please let me know if you have an idea what I could be doing wrong or suggest another method.  Thank you again for the prompt and useful reply.  (I will likely not be able to respond to any reply before tomorrow evening)

  • My HP OfficeJet 6500A Plus printer/scanner/fax/copier won't connect to my wireless network

    I tried going through the Wireless Network setup on my HP OfficeJet 6500A Plus machine. The printer recognizes the network and I then type in my network's password but it won't connect to the network. What can I do? I would like to be able to print and scan wirelessly. Help please!

    Hello erking,
    Sorry to hear that you are having an issue with connecting the printer to your Mac over a wireless connection.
    I have done some research and I have found a great document that deals with The Printer Is Not Found During a Wireless Network Installation.
    Please feel free to write me back and I will be happy to assist you further with any questions or concerns you may have.
    Thanks for your time.
    Cheers,  
    Click the “Kudos Thumbs Up" at the bottom of this post to say “Thanks” for helping!
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    W a t e r b o y 71
    I work on behalf of HP

Maybe you are looking for

  • I uploaded the newest version of Itunes and now  Windows closes the program, is there a fix?

    Here's what I get: error Signature EventType : BEX     P1 : iTunes.exe     P2 : 11.2.2.3     P3 : 5383f31a    P4 : unknown     P5 : 0.0.0.0     P6 : 00000000     P7 : 00000008    P8 : c0000005     P9 : 00000008 C:\DOCUME~1\Owner\LOCALS~1\Temp\WERabac

  • BAPI_SALESORDER_CREATEFROMDAT2 and BAPI_TRANSACTION_COMMIT in php

    Hi, I'm trying to create salesorder in php with rfc BAPI_SALESORDER_CREATEFROMDAT2. I call it through webservice with php soap call. It works ok as I get response that order created with some number. However order is not created in sap. I also run BA

  • De-install oracle8i and 9i

    hi, i want to know how to de install oracle 8i and 9i from solaris 8 platform. can anyone plz assist me to know how to do ? with regards Boo

  • Word Truncate

    Hi Experts, In smartforms i have to print 180 characters in text element but when i print this, it prints only 50 characters remaining will be automatically truncated. Can any one tell me how to print that full characters. Regards, Harish

  • ITunes keeps crashing when I try to view a TV show

    Whenever I try to open up a TV show to watch, it says iTunes has stopped working and closes. I have the newest version of iTunes 10 It keeps crashing I have a season pass so I got the free download thing and it usually works but it's not working. I a