Dhcp in rc.conf

hello, I have a problem setting an ethernet interface as dhcp.
In rc.conf, it says that writing eth1="dhcp", the interface is set to use dhcp, but, if i do that, the system won't start again.
I just set eth1="eth1 dhcp" and it works, but when it's starts, i have no connection and i have to do dhclient.
I'm using firestarter because i'm sharing internet to another pc through eth0.
# /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="es_AR.utf8"
HARDWARECLOCK="localtime"
TIMEZONE="Buenos_Aires/America"
KEYMAP=es
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=(8139cp 8139too mii slhc ac97_bus snd-mixer-oss snd-pcm-oss snd-page-all
oc snd-pcm snd-timer snd snd-ac97-codec snd-intel8x0 soundcore)
# Scan for LVM volume groups at startup, required if you use LVM
USELVM="no"
# NETWORKING
HOSTNAME="dharma"
# 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
# Note: to use DHCP, set your interface to be "dhcp" (eth0="dhcp")
lo="lo 127.0.0.1"
eth0="eth0 192.168.0.1 netmask 255.255.255.0 broadcast 192.168.0.255"
eth1="eth1 dhcp"
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 crond alsa firestarter gdm)
# End of file
when arch starts up, i have to type:
dhclient && ifconfig eth0 192.168.0.1 && /etc/rc.d/firestarter restart
and then internet is up.
PD: I'm from argentina, so my english may be not good.

I think that the problem here is caused by syntax.
Try this:
lo="127.0.0.1"
eth0="192.168.0.1 netmask 255.255.255.0 broadcast 192.168.0.255"
eth1="dhcp"
INTERFACES=(lo eth0 eth1)
if that causes any problems (which should not... matter of fact I would expect the duplication of interface ID , as you have now, should ) be assured it is not the syntax it is something else. What type of cards are you using?
Are they the same?
Post the result of "ifconfig" see if we can figure out what's wrong.
R

Similar Messages

  • Virtual NIC, DHCP and rc.conf

    Hello!
    I'm running an Arch box as my home server. My ISP offers me 5 public IP addresses, and I would like to have 2 assigned to my server. Is it possible to get Arch to use two ip addresses on the same NIC using rc.conf? I would also like to have the virtual NIC pull an IP address from the DHCP server.
    Thanks!

    I don't think you can do this in rc.conf because you can't have colons (:) in bash variable names I don't believe...
    You can just add it to rc.local like:
    ip a a x.x.x.x/yy dev eth0
    Replace x.x.x.x/yy with the appropriate IP address and CIDR mask.

  • DHCP works, static does not.

    When I enable DHCP in rc.conf, my little Netgear router gives an IP address to my Arch Linux machine - and also supplies the DNS value.  When I try to manually set things, it seems my DNS values are not working. 
    My AL box can ping itself, at both 127.0.0.1 and 192.168.0.99.  It can ping my Windows box at 192.168.0.23. It can also ping my netgear router at 192.168.0.1.
    I tried putting "alias eth0 pcnet32" in my modules.conf, and now it generated a warning during bootup, something about modules.conf having a newer timestamp than a kernel lib.
    I added my ISP's DNS address to my resolv.conf:
    nameserver 167.206.1.103
    I'm not sure how to add the second DNS address.
    I'm actually running Arch Linux inside VMWare4, and documenting all the steps it takes to get AL running inside VM4, so other people can try it out easily.  A blind-leading-the-blind type guide.
    Any suggestions?
    thx

    I fixed it.
    I need to change:
    ROUTES=(!gateway)
    to
    ROUTES=(gateway)
    in my rc.conf file.
    oops!
    Well I'll be sure to put that in my How-To.   

  • [SOLVED] dns is grabbed over dhcp instead of the hardcoded one

    Hi, for some reason I'm using my ISP's dns, even though I've specified otherwise in wicd.
    From what I can read, it might be that dhcpd is getting the addresses over dhcp and writing them to /etc/resolv.conf.
    Any takes on what I can do about this?
    Optimally, the settings in wicd should count, but I'll settle for configuring dhcp or resolv.conf if those are the options.
    EDIT: I hope I'm posting in the right sub forum?
    Last edited by Bladtman242 (2012-07-07 18:22:23)

    Or else, why this can't work:
    I guess that would work
    But now that it is set up, I still don't see why the profiles are a bad thing? Again, not really arguing, just trying to understand what I currently do not.
    Using the dhcp-supplied dns is not an option because they are usually not the name servers I want to use.
    ISP's are required by law to block certain pages on dns level here, but it is handled most unprofessionally.
    A few weeks back they accidentally dumped 10.000 sites in the filter, including some of google's services. Unacceptable.
    I realise the dns speed is hard to measure. But if I remember correctly, there was a notable difference when testing for some of the sites I frequent
    EDIT: Just thought I'd add that circumventing the dns blocks is not illegal. So you're not helping me break the law or anything
    Last edited by Bladtman242 (2012-07-14 21:10:20)

  • [(somewhat) SOLVED] Dnsmasq simply won't work - crashed?

    Hi there,
    I'm having a problem with dnsmasq (v2.54 [<- how is this possible anyway? I just reinstalled it, pacman calls it "2.53-1", 'dnsmasq --version' calls it '2.54'…]). I'm just trying to use it as a DNS cache, nothing special.
    It seems to be started (with the "log dns queries" option enabled) without problems, but without any queries too (even though there should have been some at this time):
    Jun 7 20:39:04 dnsmasq[1717]: started, version 2.54 cachesize 150
    Jun 7 20:39:04 dnsmasq[1717]: compile time options: IPv6 GNU-getopt no-DBus no-I18N DHCP TFTP
    Jun 7 20:39:04 dnsmasq[1717]: reading /etc/resolv.conf
    Jun 7 20:39:04 dnsmasq[1717]: ignoring nameserver 127.0.0.1 - local interface
    Jun 7 20:39:04 dnsmasq[1717]: read /etc/hosts - 1 addresses
    Jun 7 20:39:15 dnsmasq[1717]: reading /etc/resolv.conf
    Jun 7 20:39:15 dnsmasq[1717]: reading /etc/resolv.conf
    Jun 7 20:39:15 dnsmasq[1717]: ignoring nameserver 127.0.0.1 - local interface
    I learned "ignoring nameserver 127.0.0.1 - local interface" is not a bug but a feature (makes sense of course).
    As far as I can tell in this short (but complete) log, there is nothing wrong here.
    Still, it is not used:
    dig google.de:
    ;; Query time: 2 msec
    ;; SERVER: 192.168.178.1#53(192.168.178.1)
    dig google.de again:
    ;; Query time: 2 msec
    ;; SERVER: 192.168.178.1#53(192.168.178.1)
    Here's my not exactly spectacular resolv.conf:
    # Generated by dhcpcd from eth0
    nameserver 127.0.0.1
    nameserver 192.168.178.1
    # /etc/resolv.conf.tail can replace this line
    /etc/hosts (if needed at all):
    #<ip-address> <hostname.domain.org> <hostname>
    127.0.0.1 localhost.localdomain localhost
    # End of file
    Nothing fancy here either.
    I've made two more observations:
    1. A few days ago I switched from a "normal" network setup (using 'eth0="dhcp"' in rc.conf) to 'net-auto-wired' using netcfg.
    Browsing using a domain name like 'google.de' has become very slow since then, i.e. connecting to a new website takes a few seconds; following a few links on that (now dns-resolved) website is fast. Browsing using IP addresses is fast as usual.
    2. I cannot restart dnsmasq.
    sudo /etc/rc.d/dnsmasq restart:
    :: Stopping DNS/DHCP daemon [DONE]
    :: Starting DNS/DHCP daemon [FAIL]
    Nothing else (not in the logs either). What I can observe in my process list is that a second dnsmasq process is started even though the original process is NOT stopped. After a few seconds, the second, newly created dnsmasq process disappears.
    "killall dnsmasq" simply does nothing. It's like pushing Return in my console. No message, no effect, no nothing.
    These 2 observations lead me to my assumption, that dnsmasq crashes at some point; an application tries to give its DNS queries to it -> nothing happens -> the applications uses the second entry in my resolv.conf which is my router.
    I have no idea whether this assumption is true nor why trying to SIGKILL it doesn't end dnsmasq's miseral life.
    I'm stuck here. Can anybody help me?
    Thanks a lot.
    Last edited by EdgarButan (2010-06-08 16:59:52)

    Alright, I seem to be able to kill dnsmasq with "kill -9 PID".
    "killall" nor the process list of KDE worked which has never occured to me.
    This topic is now a duplicate of the other one, let's call it "SOLVED".

  • Network card doesn't start automatic on virtualbox

    Hi,
    I came back at Arch after a long time!
    I try to install on virtualbox with 2 network: first NAT (eth0) and second host-only (eth1)  but at each reboot my eth0 not start.
    My rc.conf
    # Network
    # interface=eth0
    # address=10.0.2.15
    # netmask=255.255.255.0
    # gateway=10.0.2.2
    interface=eth0
    address=10.0.2.15
    netmask=255.255.255.0
    gateway=10.0.2.2
    interface=eth1
    address=192.168.56.101
    netmask=255.255.255.0
    After boot:
    [root@arch ~]# 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
    3: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000
    link/ether 08:00:27:0b:65:9e brd ff:ff:ff:ff:ff:ff
    inet 192.168.56.101/24 brd 192.168.56.255 scope global eth1
    inet6 fe80::a00:27ff:fe0b:659e/64 scope link
    valid_lft forever preferred_lft forever
    After dhcpcd eth0
    dhcpcd[378]: version 5.6.2 starting
    dhcpcd[378]: eth0: carrier lost
    dhcpcd[378]: eth0: carrier acquired
    dhcpcd[378]: eth0: sending IPv6 Router Solicitation
    dhcpcd[378]: eth0: sendmsg: Cannot assign requested address
    dhcpcd[378]: eth0: rebinding lease of 10.0.2.15
    dhcpcd[378]: eth0: acknowledged 10.0.2.15 from 10.0.2.2
    dhcpcd[378]: eth0: checking for 10.0.2.15
    dhcpcd[378]: eth0: sending IPv6 Router Solicitation
    dhcpcd[378]: eth0: leased 10.0.2.15 for 86400 seconds
    dhcpcd[378]: forked to background, child pid 415
    [root@arch ~]# 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: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000
    link/ether 08:00:27:78:c6:d7 brd ff:ff:ff:ff:ff:ff
    inet 10.0.2.15/24 brd 10.0.2.255 scope global eth0
    inet6 fe80::a00:27ff:fe78:c6d7/64 scope link
    valid_lft forever preferred_lft forever
    3: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000
    link/ether 08:00:27:0b:65:9e brd ff:ff:ff:ff:ff:ff
    inet 192.168.56.101/24 brd 192.168.56.255 scope global eth1
    inet6 fe80::a00:27ff:fe0b:659e/64 scope link
    valid_lft forever preferred_lft forever
    I have already try to set eth0 dhcp in rc.conf:
    interface="eth0"
    address=
    netmask=
    gateway=
    but eth0 after reboot isn't up.
    Where is the mistake??
    Thanks,
    Mirr0r

    During your absence there were a lot of changes, rolling as usual  . I guess.
    One of those was that multiple interfaces in rc.conf are not supported anymore. You can use "netcfg" profiles now for that. Have a look at the new wiki and the frontpage news.

  • Delayed/Slow Boot to DT, Program Delay

    Greetings, fellow Archers:
    I've been trying to find a solution to an inconvenience I've been having, and have so far
    been unable to come to a resolution.  My computer has been showing a delay/lag in going
    from cold to fully loaded Openbox ever since installing Arch -
    If I let it do its thing:
    BIOS splash to prompt:  32 - 34 seconds
    'startx' to ready to go:  25 - 27 seconds
    Total:  57 - 61 seconds
    If I move the mouse or repeatedly click a key (I use "shift"):
    BIOS splash to prompt:  20 - 22 seconds
    'startx' to ready to go:  8 - 12 seconds
    Total:  28 - 34 seconds
    Any program run via OB or terminal exhibits a delay (including something simple like 'ls') of 1 - 5 seconds
    after a fresh boot, or after a few minutes (8 - 10) of non-use.
    Again, it's an inconvenience (everything works just fine), but that's a significant time difference, especially considering the whole point of a netbook.
    In the interest of full disclosure, I'm a self-taught budding novice *nix user.  I've broken many things and fixed
    more and more as I learn.  That said, this is what I've done so far:
    - "pci=noacpi" added to menu.lst
    - all D's except 'syslog-ng' and 'hal' have been backgrounded in rc.conf
    - not initializing eth0 in rc.conf (don't need it right now, don't mind manually configuring after boot)
    - not starting dhcp in rc.conf
    - reviewed /var/log/messages.log and Xorg.0.log and found nothing of note
    - Arch forum, Ubuntu forum and Google searches
    - EDIT:  Learned about bootchart/bootchart2 during my searches, going to give that a try tonight
    Searches turned up posts with some similar items, but no results had all or even most of my issues.  Most common
    was interrupt issues that (in some cases) the resolution was 'noacpi'.  This has worked for me on this computer
    when I was running #!, but not since loading Arch.  I DO think its interrupt related do to the keyboard and mouse
    signals speeding up the process, but I'm at a loss.  Anyone else seen this or have some insight?
    My specs:
    [Toshiba NB305 netbook], [2.6.34-ARCH], [i686 Intel(R) Atom(TM) CPU N450], [1GB RAM], [openbox 3.4.11.2], [tint2], [conky]
    Sorry for the wordiness.
    Thanks,
         Hound
    Last edited by hound (2010-10-12 16:08:58)

    @hound,
    Please post the contents of your /var/log/Xorg.0.log and the results of this command:
    time xrandr -q

  • Automatic connection to wireless network

    In FreeBSD I had my wireless connections set up in wpa_supplicant.conf and in rc.conf I had someting like: ifconfig_ath0="WPA DHCP". Nothing else. It would automatically connect to the first available network (according to the settings in wpa_supplicant.conf). I believe it also automatically switched over to another network, as I moved arround with my laptop.
    In Arch I tried the same thing, but I don't think it understood wlan0="wpa dhcp" in rc.conf, because it didn't work. It surprises me that it doesn't seem to be as simple as that.
    I have two questions:
    1) Is there a way to set this up as simple as in FreeBSD - without installation of netcfg or anythink like that - just using wpa_supplicant?
    2) With netcfg I have a long waiting time while wireless profiles fail at boot - one after another. Can I have netcfg do it faster - perhaps by having it do a scan and NOT try to connect to networks that aren't even in the scan results?

    1) Briefly, no. More specifically, you will need netcfg, wicd, networkmanager, or some other similar utility to automate wpa connections. I'm not familiar with FreeBSD, but based on the information provided, I'm absolutely certain that it is using scripting similar to netcfg. The only difference seems to be that they provide it by default, whereas Arch allows the users to install it or not as required.

  • MTU keeps changing from 1500 to 576

    I wanted to lock the MTU to 1500 for my Internet port so I made the following changes:
    In rc.local I placed the command
    ifconfig eth0 mtu 1500
    In /etc/conf.d/dhcpcd  I added:
    nohook mtu eth0
    Note that the eth0 port is set up to use dhcp in rc.conf.
    So it boots correctly, MTU is set to 1500, and Internet access is fine. Sometime during the day the MTU changes to 576.
    Does anyone know what process is doing this? Is it something I can change?
    Thanks in advance.
    Mark

    walterjwhite wrote:576 as that would dramatically slow down
    MTU is a can of worms - I've played with it, to try to get my ADSL modem reliable, and now do:
    ip route replace default via 192.168.1.1 mtu 1460
    So now for me this works:
    ping -s 3000 www.dslreports.com
    576 is the *safest* value, AFAICT, because all IPV4 networks need to support it, as a minimum. And increasing the MTU is a trade-off between responsiveness and throughput, with the risk that MTU negotiation (via ICMP) can fail.
    It would be interesting to know the rationale. Maybe it's a case of, "if you have to ask for the MTU, we'll answer with the safest MTU value."

  • [SOLVED] No network when setting static IP on boot

    When I have:
    eth0="eth0 192.168.1.73 netmask 255.255.255.0 broadcast 192.168.1.255"
    set in rc.conf at boot, I get no network.  I can't even ping machines on the LAN.  When I have
    eth0="dhcp"
    in rc.conf at boot, the network works fine.  What I can't figure out is why, if I boot with the dhcp line in rc.conf, then change that line to read
    eth0="eth0 192.168.1.73 netmask 255.255.255.0 broadcast 192.168.1.255"
    and execute
    /etc/rc.d/network restart
    the network works fine and I get what I want: a static IP.  How can I set it so I get my desired IP on boot?
    Last edited by hbarnwheeler (2009-08-07 22:54:52)

    fukawi2 wrote:
    What is the exact problem you've having?
    At a guess, I'd say the DHCP client sets you Default Route and DNS Servers in /etc/resolv.conf which you may not be doing when you change to static IP. It works it you boot with DHCP, then change to Static because the DHCP client has already set them, but if you boot directly to a Static IP address, they don't get set.
    I figured something like this must be happening.  I.e.  DHCP server does more than bring up the interface with IP, broadcast IP and subnet mask.  I solved the problem by changing
    ROUTES=(!gateway)
    to
    ROUTES=(gateway)

  • Two network cards configuration

    Hi
    I have problem with my network - I have two network cards and it seems they can't live both but I need them both so:
    1st card (rtl8139) is connected to cable modem and gets ip by DHCP (eth0="dhcp" in rc.conf)
    2nd card (nv forcedeth) is connected to router and gets ip by DHCP too (eth1="dhcp")
    When I start them both -> 1st and 2nd card gets good IP by DHCP but when I want to ping google.com for example packet is lost.
    What I want ? I want to use my eth0 (1st card) for internet and my 2nd card for local network.
    ##EDIT##
    My resolv.conf is 192.168.1.1 but I need DNS from 1st interface -> how to do this?
    Last edited by cpu (2007-02-22 22:46:09)

    Messy setup IMO, but anyway....
    Your faulty resolv.conf is the reason you can't ping google. Edit it manually as required, and then use the -R flag in /etc/conf.d/dhcpcd to prevent it being overwritten. DHCP on both interfaces will probably cause routing issues as well, in which case you will need the -G flag.

  • How do i auto load "dhcpcd eth1"?

    i have network card in my pc, but i use usb modem for internet. i add eth1="dhcp" in rc.conf, every time i need to type in terminal "dhcpcd eth1" then i can get work my internet. is that edit anything can skip that step?

    praxis wrote:
    you should have something along the lines of this:
    lo="lo 127.0.0.1"
    eth1="dhcp"
    INTERFACES="lo eth1"
    Hrmm... no that's not quite it either... There's no need for 'lo' so you can ditch that along with the lo="blah" statement.  Also, the INTERFACES is an array declaration, so it should look like this:
    eth0="dhcp"
    INTERFACES=(eth0)

  • How to I send host-name to my router?

    When I log into my netgear router's webmin page, my Arch Linux connection is reported as "UNKOWN" even though /etc/rc.conf has
    HOSTNAME="thinkpad"
    eth0="dhcp"
    and /etc/conf.d/dhcpcd has
    DHCPCD_ARGS="-t 30 -h $HOSTNAME"
    Can someone please tell me why my hostname is not being sent to my router and what I need to do to get to be sent?

    Sjoden wrote:
    All the small office/home office routers I've used were unable to get the hostname from my linux boxes. Netgear, SMC, Actiontec... I don't think it is uncommon.
    Zack
    i have had this same experience.  the only boxes on my home network that ever show a hostname are either windows or my roommate's ubuntu.  possibly the use of dhclient vs dhcpcd, but i'm not entirely sure.

  • Host name not showing up under Active Clients

    When I go into my router and check active connections, I can see all host names like "Acer Laptop", "IPhone" etc..., IP and MAC address' that are connected to router. Today, when I was in there looking, I saw an asterisk where host name should be for the TouchPad. (it took me a while to figure out it was the TouchPad) Is there a reason why Host name would not show up?
    I have gone into "Device Settings" and set "Name" as "Chucks TouchPad". Is that the host name that should be showing on router?
    Thank You for any assistance.
    Post relates to: HP TouchPad (WiFi)

    Sure is, but it will involve some commandline work. First, you're going to need to install the SDK. You only need the Novacom part of the SDK, but AFAIK there's no seperate download for Windows... you have to get the whole thing. The SDK is available here: https://developer.palm.com/content/resources/devel​op/sdk_pdk_download.html
    Next, you're going to need to enable Developer mode on your TouchPad, here's how to do that:
    Start a Just Type search and enter webos20090606
    A Developer Mode icon will display, tap it
    Tap the toggle switch to turn it On
    Leave the password blank and tap Sumbit
    Close the Developer Mode app
    Now, connect your TouchPad to your computer. Next, you're going to find a file called Novaterm.bat. It's buried in the install directory of the SDK. I don't remember the exact path (I don't use Windows anymore) but it's something like C:\Program Files\Palm SDK\Current\bin (keep digging around for bin folders in the C:\Program Files\Palm SDK path and you'll find it eventually). Doubleclick that to start a nice little terminal app. Choose your TouchPad from the drop down list and click connect.
    Now, time for some command line stuff. Run the following commands in the terminal:
    mount -o remount,rw /
    cd /etc/dhcp
    vi dhclient.conf
    Press the I key on your keyboard to go into edit mode (this is a Vi specific thing)
    Remove the # at the beginning of line 14 and change the andare.fugue.com inside the quotes to whatever you want your TouchPad reporting as. For example: #send host-name "andare.fugue.com"; would become send host-name "RidiusTouchPad";
    To save your changes, hit the ESC key (to exit edit mode), then type :wq and hit enter. Note there is a colon in there. Again, this is Vi specific stuff.
    sync
    mount -o remount,ro /
    Once you've done this, disable and re-enable your Wi-Fi and your TouchPad should be reporting a hostname. Kind of a lot of work if you ask me (unless you already have the SDK installed).

  • Linksys wmp11_v4 wireless pci card finally working

    It's a common cheap wireless  pci card. I just got it working today so thought i would post it here in case anyone searches for wmp11.
    Heres how i got it to work.
    The _v4 pci cards use an inproconn chipset. I have it working perfectly with ndiswrapper and this driver ftp://ftp.linksys.com/pub/network/wmp11_v4_dr.zip
    you have to ./configure && make && make install ndiswrapper from source!!! Then load all 3 inf files with 'ndiswrapper -i file.inf'
    I added 'wlan0="dhcp"' to rc.conf and added ndiswrapper to the modules. instead of restarting, as root 'modprobe ndiswrapper'
    lastly do 'ifconfig wlan0 up', after that either use the gtk wifi-radar or kwifimanager or read some man pages...
    I'm stealing my neighbors wireless right now using this card..
    Last edited by droog (2007-06-30 08:01:09)

    The error you're getting means the card is having a hard time properly connecting to the signal of your router. This maybe a cause of interference or a distance problem. Since everything was working before, it's possible that a new interference in your environment is causing the problem or there's something wrong either with the router or the card.
    Have you picked up other SSIDs on the card also showing a decent signal strength and using the same channel as yours? You may also upgrade the firmware of your router or update the driver of the card though.

Maybe you are looking for

  • URGENT!!!! - select open items from DFKKOP

    Hello experts, I have one big problem. I need to select lots of data using contract account or business partner (the best will be to have FM where is a range of CA or BP at the entry) from DFKKOP (millions..) and the FM FKK_LINE_ITEMS_WITH_SELECTION

  • Issue with the field (Trading Partner) in the BW report

    The Info Object 0PCOMPANY (Trading Partner) is having a reference char 0COMPANY in the BW system so the data for the field Trading partner text will be pulled from 0COMPANY_TEXT data source. I have checked in the info object 0PCOMPANY in the tab mast

  • How to connect viewer to second display

    I cannot find  the window for "Viewer on secondary monitor." I have a mini-port to VGA connection.

  • Where can I store my VI's so I can use them in other programs

    When I write a VI where can I store this VI to use in other programs as sub-VI's and how do I retreave them. (Example) I build a special timing program and want to use this timing in other programs. So iI don't have to re-write this program over and

  • Teaming in CUCM

    Hi we have Call manager cluster with 2 NIC in each server. we want to do teaming of both the NIC interfaces in each server for redundancy purpose.. Can someone guide me how to do that. as per my understanding is the below command is enough to do the