Intel Wireless Card doesn't work with Linksys?

My wired computer works great with the WRT54GX2, but my wireless cannot hold a signal for very long. Support says they can't help me because I have a Intel wireless card. Intel does not support for that card anymore and I can't see where to buy a Linksys card. Please, help.
Bonnie

check the link for the linksys retailers
Retailers
Message Edited by Maximus on 07-21-2006 05:48 PM
I do know everything, just not all at once. It's a virtual memory problem.

Similar Messages

  • Seems RTL8192EE wireless card doesn't work with Linux 3.19

    Hi all, I just fresh installed ArchLinux on my new Thinkpad T450s. The installation has been smooth enough. I can use wifi-menu on ArchISO image (which is based on kernel 3.18.6) to get my wifi connected. Everything works great. But when I reboot into the new hard disk installation, the WiFi connection always fails.
    I have tried to connect manually via wpa_supplicant and dhcpcd. It didn't show any error information like driver issue or so. The problem I can see is the link is really slow: too slow to get authenticated by router. At a small chance I can connect to the WiFi but then failed to get dhcpcd work. And at a really really small chance I can get an IP from the router but the ping latency to gateway is about seconds, so I cannot visit any service via this network.
    This issue happens to Linux 3.19. I have tested on 3.19.2 in core and 3.19.3 in testing.
    Is there any of you have the same issue, and is there a solution for this currently?
    EDIT: typo
    Last edited by sunng (2015-04-02 07:16:12)

    fabiopicchi wrote:
    For those using kernel 4.0, the problem is partially gone. The wireless connection doesn't randomly drops and you can always connect correctly but you can get really slow speed, and sometimes all packages are lost.
    Installing this new version of the driver solves the problem:
    sudo git clone http://github.com/lwfinger/rtlwifi_new.git
    cd ./rtlwifi_new
    sudo make
    sudo make install
    sudo modprobe -v rtl8192ee
    Yes, rtlwifi_new works for me. I do hope this can be merged into mainline some day.

  • Ethernet card doesn't work with new arch install?

    Hi guys,
    so this is kinda my first post, not that I'm new to arch i just never had an issue i couldn't figure out on my own... But i love arch i have been using it for about a year now and have had no serious problems except for this. I have had arch running on an older dell vostro 200 desktop before i reinstalled with a vary similar issue except that the fix i came up with doesn't work anymore. I will tell you about the first issue first because i ALMOST posted on here about it originally but i figured out a way to make it work even though it was a hassle.
    After cold/rebooting my computer the network card doesn't work at all. lspci reported that the kernel module e1000e was the correct one (i have verified this) and that the kernel has loaded it, i verified that with dmesg but still it wouldn't work. After much much anguish and hairpulling, I realized that it had to have something to do with the module so i tried forcing it to reload with rmmod e1000e and modprobe e1000e and it still wouldn't work until i physically unpluged the ethernet cord and pluged it back in until the light on the NIC turned on. After that everything works as normal i could even unplug and plug it back in with no problems. So eventually i wrote a script that did this for me (except for the uplugging and plugging part)  and i used that when i cold/rebooted.
    But now i have the exact same issue after reinstalling arch to the T except for the fact that the (crazy) fix i came up with doesn't work now. I used my "fix" after booting from the arch cd and it worked just like it always has. And now after rebooting into my fresh system the fix doesn't work anymore. So now i'm back where i was to begin with but i have no idea what to try next. I didn't do anything particularly different during installation except i added a udev rule for the e1000e module just to see if somehow that would fix the problem... it didnt and i have since deleted that (to see if it was the problem). The only other thing that is different is the root and home are now btrfs partitions instead of ext4.
    I have booted several other live cds and dvds (diferent distros) including arch derivatives such as manjaro and they all worked just fine, using the same kernel module (e1000e).  I'm not sure what that could mean but i know that it means there is a fix for this some way or another. I am going to hook up a wifi adapter and connect that computer to the internet to put some more information up if it's needed (asked for) but for now  lspci -vnn | grep -i -A 10 net reports
    00:19.0 Ethernet controller [0200]: Intel Corporation 82562V-2 10/100 Network Connection [8086:10c0] (rev 02)
    Subsystem: Dell Device 0238
    Flags: bus master, fast devsel, latency 0, IRQ 42
    Memory at fdfc0000 (32-bit non-prefetchable) [size=128k]
    Memory at fdfff000 (32-bit non-prefetchable) [size=4k]
    I/0 ports at ff00 [size=32]
    Capabilities: [c8] Power Management version 2
    Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
    Capabilities: [e0] Vendor Specific Information: Len=06 <?>
    Kernel driver in use: e1000e
    Kernel modules: e1000e
    ip a reports:
    1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
    valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host
    valid_lft forever preferred_lft forever
    3: enp0s25: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
    link/ether 00:1d:09:8c:36:f6 brd ff:ff:ff:ff:ff:ff
    4: wlp0s29f7u3: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
    link/ether 64:66:b3:16:92:10 brd ff:ff:ff:ff:ff:ff
    inet 172.16.1.55/16 brd 172.16.255.255 scope global wlp0s29f7u3
    valid_lft forever preferred_lft forever
    inet6 fe80::6666:b3ff:fe16:9210/64 scope link
    valid_lft forever preferred_lft forever
    lsmod | grep e1000e
    e1000e 215644 0
    ptp 17692 1 e1000e
    any help on what to do next would be greatly appreciated.
    Last edited by mvheart/dev/null (2014-08-18 04:02:12)

    Sorry I was thinking that it was say "state up" after that, I was looking in the wrong place... It's been a long time since I was playing around with this. So it is as i thought it was before?
    [aaron@arch-box Arch-Linux]$ sudo systemctl start [email protected]
    [sudo] password for aaron:
    Job for [email protected] failed. See 'systemctl status [email protected]' and 'journalctl -xn' for details.
    [aaron@arch-box Arch-Linux]$ systemctl status -l [email protected]
    ● [email protected] - dhcpcd on enp0s25
    Loaded: loaded (/usr/lib/systemd/system/[email protected]; disabled)
    Active: failed (Result: exit-code) since Mon 2014-08-18 11:20:29 EDT; 4min 11s ago
    Process: 17650 ExecStart=/usr/bin/dhcpcd -q -w %I (code=exited, status=1/FAILURE)
    Aug 18 11:19:59 arch-box dhcpcd[17650]: version 6.4.3 starting
    Aug 18 11:19:59 arch-box dhcpcd[17650]: enp0s25: adding address fe80::ae3:ee04:7099:77c5
    Aug 18 11:19:59 arch-box systemd[1]: Starting dhcpcd on enp0s25...
    Aug 18 11:19:59 arch-box dhcpcd[17650]: enp0s25: waiting for carrier
    Aug 18 11:20:29 arch-box systemd[1]: [email protected]: control process exited, code=exited status=1
    Aug 18 11:20:29 arch-box systemd[1]: Failed to start dhcpcd on enp0s25.
    Aug 18 11:20:29 arch-box systemd[1]: Unit [email protected] entered failed state.
    Last edited by mvheart/dev/null (2014-08-18 15:50:10)

  • Satellite M40-129: PCMCIA Card doesn't work with Linux

    I have D-Link DWL-G650 with Atheros Chipset which is good supported under linux (madwifi). But if I boot Linux the card is not found. I tested the card with an Fujitsu Siemens Notebook and it worked out of the box!
    Any idea why it doesn't work with my M40-129 ?

    Hi
    Like you know Toshiba doesnt support the Linux and there are no Toshiba drivers for the Linux OS but I was able to find this useful Toshiba page about the notebook configuration with Linux:
    http://newsletter.toshiba-tro.de/main/
    You should check the OS machine compatibility and the other areas.
    Im sure you will find many useful tips.
    Good luck

  • Wireless Music doesn't work with new software

    Hello-
    I can't get my wireless music to work after I update the software to the latest version. The only one that will work is when I install it from the CD. But, I would like to use the most recent version of the software. As soon as I update, the Media Server won't launch on my computer. I am using a linksys WRT54G wireless router. If I check DHCP clients, the wireless music receiver is successfully getting an IP address. I have tried all of the things that linksys suggested (disable WEP, firewall, broadcast SSID, etc...) to no avail. Has anyone gotten the latest media server software to work with WRT54G? I have tried it on both my XP and W2K machine, with the same results (doesn't work).
    Thanks,
    Rich

    <SPAN>Hi Jeremy
    <SPAN>I have the similar problem, I've installed the software on my desktop, no error messages (apart from the certificate) and everything seems to be fine. After about 2 minutes the message appears that the network is not ready and consequently the media server is not running.
    <SPAN>Without the server running I can't setup the Network and the entire system is not working. I could ping it but that was about it.
    <SPAN>I've reset my router, renamed the SSID, tried with and without WEP, MAC, without firewall, opened a new account on my desktop with admin rights installed the software again into a new folder - result still not working, same error message.
    <SPAN>To make really bad, I installed it on my laptop, same procedure and it works fine! So it seem that it has nothing to do with my wireless devices or configurations, there must be a problem while setting up the software on my desktop.
    <SPAN>I really would appreciate your help a lot!
    <SPAN>
    <SPAN>Cheers
    <SPAN>
    <SPAN>Balz

  • Satellite Pro 4600 Wireless card does not work with WIN2K ?

    I have a Satellite Pro 4600 with UK dealer installed PA3070U-1MPC wireless card running with Windows 2000
    The wireless client manager finds the network of my wireless router and reports the signal is excellent and I see all green bars swhowing.
    However I can't mske a connection, in 'connections' the wireless one says 'network cable is disconnected'
    the router works ok with other laptops in my house.
    I have latest version of Win2K also have downloaded and installed latest versions of client manager and WLAN card driver for win2k from toshiba website.
    The 'toshiba support in Turkey' told me 'I need a different driver for Win2K for my wireless card cause the win2K driver on the toshiba website is not for 'this' wireless card'. I have waited for this for 3 weeks now and have been unable to reach the elusive UK Level 3 support who supposedly have this driver. I have seen on the internet the same wireless card is has been sold as a 'made by toshiba' accessory and it says it is compatible with Wim2K
    What do I do next please ? Does this run at all with Win2K , is there 'another driver' and so on ?
    Thanks

    hello
    please be more scpecific - what do you mean by 'disconnect the LAN' - I have nothing conneced there anyway ? do you mean 'disable' the LAN even though there is nothing plugged in ? can you please post the exact sequence of this so I can try ir too.
    In the meantime my laptop has been to Toshiba for them to sort out at their highest level UK support base. I was hoping my troubles would be over - but no, read below what happened. They are basically saying my win2k is not in order but I had just installed and updated it so right now I haven't a clue what to do next.
    START QUOTE of Toshiba Support response:
    Sat Pro 4600
    Serial No: 31474181G
    Windows 2000 SP4 (customers build not recovery CD)
    BIOS V1.80 not current therefore updated to V2.60
    The notebooks wireless card is functional and has the correct driver installed, it also has the correct and latest version of the Wireless Client Manager. The wireless function appears to see the router but will not connect and obtain an IP address. Irrespective of the settings applied within Internet Explorer or the Wireless client manager you cannot obtain a connection. The customer did not have any Toshiba utilities installed such as, Power Saver, Common Modules, Chipset drivers, network device switch, I therefore installed these missing components and updated the BIOS to the most current revision. However despite this the unit will still not connect to the wireless.
    I therefore removed the customers HDD and replaced his HDD with a Toshiba loan HDD with a fresh build that I had created. When using the machine with this build the wireless connected without issue and I was able to browse the internet etc. I placed the customers HDD into our machine and the problem with the wireless was replicated on our machine here, therefore the problem is not with the wireless card or any hardware aspect of the machine, the problem lies with the customer's build of Win 2000. I examined for anything obvious but could not find anything, therefore I'm sending this machine back to customer with the advice that his build needs addressing or he needs to reload Win 2000 his machine.
    As you can see from the above comments, the machine performs as per specification with loan HDD and fresh build of Win 2000 installed, the problem is only present with you HDD and build in the machine. In addition to this I have replaced the missing screws on the base of the machine ensuring the machine is structure is maintained.
    5 x B16 Screws
    1 x B6 Screw
    1 x Memory Cover Screw
    END QUOTE

  • MacPro eSata Port/Card doesn't work with new Hard Disk

    I just bought 4 x 3TB Hard Disc http://tinyurl.com/d2rglvn (specs of disc)
    Which I put in Macally Enclosures to work on my Barracuda internal Hard Drive externally http://tinyurl.com/clg8yjo
    I already have like 5 x 1,5 TB that works perfectly well with eSata connections (with exact same enclosures)
    **My problem is that my 4 new Hard Discs works really fine with my Mac Pro but only with the USB connections but won't work with the eSata Connection. I tried it on a MacBook Pro with an ATA to eSata adaptor and it works perfectly fine (So my discs are not the problem)  **
    I am working on a Mac Pro (bought in 2007) - Mac OSX 10,6,8 and this is (I think) the card where I put the eSata :
    PCI Card :
    pci1095,3132:
      Type:    Other Mass Storage Controller
      Driver Installed:    Yes
      MSI:    No
      Bus:    PCI
      Slot:    Slot-2
      Vendor ID:    0x1095
      Device ID:    0x3132
      Subsystem Vendor ID:    0x1095
      Subsystem ID:    0x3132
      Revision ID:    0x0001
      Link Width:    x1
      Link Speed:    2.5 GT/s
    I am kind of new using Mac and its support so what want to know is :
    Do I need to update my PCI Card ? If yes how can I do that ?
    If not, what can I do to make my disc work ?
    My disks are eSata III (6GB/s) is it compatible with my  Mac Pro ?
    Thank you Very Much for your time

    Difference between the disk that works in eSata and those that doesnt is this....
    Works : ** 1.5TB 7200 RPM 32MB Cache SATA 3.0Gb/s 3.5"
    Doesn't Work : **3TB, SATA III (6Gb/s), 3.5", 7200RPM, 64MB
    it is probably the problem but i don't know what to do to fix it !

  • Wireless router doesn't work with Windows 8

    Does anyone have experience with attempted installs of wireless routers using windows 8? I have tried to install three devices but they will not install for windows 8 and I can't find a single one that is. I don't need the internet just a router for my home wireless. Printer, mp3, etc. If you look at all of the Linksys specs online, none of them say they are compatible with windows 8 just up to 7. I have tried to install two Linksys routers and two Belkin routers and none of them will install due to windows 8 being my OS. I use a verizon hotspot for my 4g internet.

    To sfd1117:
    I am able to see your post in this thread: http://community.linksys.com/t5/Social-Media-Support/Facebook-com-WRT110-Internet-access-problem/m-p.... I’ve posted a reply but let me post it here:
    If other devices are connecting without any problem through the router then the problem might be on the new laptop. First thing that you can try is check if the laptop can detect other wireless networks. If it can, try connecting to the other network. If it’s able to connect then it must have something to do with the wireless settings of the router. If it can’t then the problem might be on the built in wireless card of that laptop. Before calling the laptop manufacturer though, you can still try changing a setting (channel) on the router and see if the windows 8 laptop will be able to connect. For instructions, refer to this link: Changing the Wireless Channel on a Linksys Router.
    By the way, what is the model number of your router?

  • Globe SIM card doesn't work with my iPad

    I really desire to use my iPad as my alternate Text messaging gadget but the problem is my Globe micro-SIM doesn't work on it. The name and Signal strength of my Telco, however, do appear on the upper left corner of my iPad. I cannot send text messages from my iPad using my Local service provider (Globe Telecoms Philippines). Any suggested solution to my problem, please...

    The micro-SIM on an iPad is used only for internet data connection (web browsing, email, etc.), not SMS or voice.
    Depending on what facilities are available to the people with whom you wish to communicate, you might be able to use one of the many internet-based forms of messaging. (For example, iMessage within the Apple ecosystem, AIM, Jabber, or GoogleTalk.)

  • MOVED: mainboard h81m-e35 with hdmi and 4600 intel graphic card doesn't work

    This topic has been moved to MSI Intel boards.
    https://forum-en.msi.com/index.php?topic=182774.0

      So what is the actual hardware? We know it's H81m-e35 but apart from that, what's the CPU, RAM 
    Here, follow this! >>Posting Guide<<

  • Logitech wireless mouse doesn't work with Linux 3.10

    When I rebooted after updating to the 3.10 kernel my mouse stopped working. The cursor is displayed but it doesn't move. I downgraded back to 3.9.9-1 and it works fine again. As far as I could see it was detecting it in the dmesg output, so I'm not sure of the cause (maybe just a regression in the driver). I've never had any problems with this mouse before.
    The mouse is a Logitech M515 connected wirelessly with a Logitech Unifying receiver.
    This is the dmesg line (on 3.9.9):
    logitech-djreceiver 0003:046D:C52B.0003: hiddev0,hidraw0: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-2/input2
    Last edited by shaurz (2013-07-25 19:20:53)

    Mine works fine with Logitech Anywhere MX, never noticed any problems. Is this still an issue?
    According to the bug report, Logitech Anywhere MX should be broken I guess. If you need any info dumped to figure out why it's working for some, tell me what you need.
    Kernel:
    Linux xarch 3.10.3-1-ARCH #1 SMP PREEMPT Fri Jul 26 11:26:59 CEST 2013 x86_64 GNU/Linux
    lsusb:
    Bus 007 Device 002: ID 046d:c52b Logitech, Inc. Unifying Receiver
    dmesg:
    [ 3.332661] logitech-djreceiver 0003:046D:C52B.0003: hiddev0,hidraw0: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:13.0-1/input2
    ( I have a keyboard attached to the same unifying receiver. Paired them up using a windows laptop. Maybe that's the difference? I guess pairing hardware to the receiver using logitech software could theoretically mess with... uhm... magical internal mapping stuff that I have no idea how it works? Ok, I'll stop guessing making things up now ,  good luck with the bug :3 )
    Last edited by whoops (2013-07-29 10:54:39)

  • How come "INTEL APP ACCELERATOR" doesn't work with the 875p NEO?

    i tried both versions, the raid and normal. says my hardware isnt compatible or cant be found or something like that. anyone got it running on there 875p? is there a patch or something, adifferent version im missing or something?

    On the Intel site where(I hope) you downloaded the APP Accelerator, if you scroll down the page http://www.intel.com/support/chipsets/iaa/> you will come across a line that says "Supported Chipsets". Click on it and read it. It tells you everything you need to know. The Intel Chipset Software Installation Utility, or INF Chipset utility, is already optimized for these chipsets. Use that instead. That is what is used for the new chipsets. DO NOT GORGET to uninstall APP Accelerator, or you might have problems. Good Luck!

  • PCI SCSI Doesn't work with GF4 4400

    I swapped my old Herc GF2 out for the new MSI GF4 TI4400 card and found out that my PCI SCSI card doesn't work with it in. Swapped back in the GF2 and it works fine, and also works in a diff PC.
    Flashed BIOS of my Abit KG7-RAID, no change...
    ?!

    someone suggested this may have to do with a BIOS limitation about how much ROM space can be used for initialization routines such as video BIOS, mobo BIOS, and any other I/O cards such as the SCSI... Apparently most SCSI cards use 64K or so of memory at init and shrink back to like 16K or so....
    Going to play with moving the cards around to change the order of initialization and we'll see if any change occurs...

  • I'm trying to pay an app and my acount doesn't work with my payment method (credit card)

    Last december I bought the iDraw app for iPad and the charge of my credit card doesn't work, my credit card is ok, but my iTunes account don't let put another type of credit card to do the payment for the app.
    Please help me because I can't download any app or update them.
    Thanks

    DELETING APPS
    Touch the app and hold your finger down until all the apps start to jiggle. You will see a circled "x" in the upper left corner. Tap it to delete an app. When done press the Home button.
    You cannot delete any pre-installed iOS app.
    If there is No 'X' on any apps you have Downloaded... then check in Restrictions... Settings > General > Restrictions > Deleting Apps  =  Off / On
    If the app is in iTunes, then you delete the app in iTunes (Select the App and Press Delete on your Keyboard). If you then sync with your iDevice, the app will also be deleted from your iDevice.

  • The volume keys on my Logitech K760 wireless keyboard do not work with my 2.3 GHz, Intel Core i5 Mac mini which runs Mac OS X 10.7.4. Anyone know how to correct this without having to re-code firmware?

    My first post to the Apple Support Community so it looks like all I wanted to know is covered in the title. The research I have done led me to solutions that I am not comfortable trying for fear of irreparably damaging my keyboard and/or Mac mini. Does anyone have a simpler solution? Please? Hellooooo?
    Just in case the title is too long to show, I have re-pasted here:
    The volume keys on my Logitech K760 wireless keyboard do not work with my 2.3 GHz, Intel Core i5 Mac mini which runs Mac OS X 10.7.4. Anyone know how to correct this without having to re-code firmware?

    BDAqua wrote:
    Hello & welcome to the Forums!
    I think Spark cured this for another person and the same problem...
    http://www.shadowlab.org/Software/spark.php
    http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=ukelele
    http://doublecommand.sourceforge.net/
    Thank you for the response. Unfortunately, I could not figure out how to work the above applications. I thought that i had managed to assign the appropriate function keys in Spark to their volume counterparts, but it had no effect. Below is a screen shot. Do you see anything amiss?

Maybe you are looking for