Which kernel module for Intel PRO/100 S Desktop Adapt

Which kernel module I should load for support LAN Card "Intel® PRO/100 S Desktop Adapter" Board ID "751767-004" , Based on Controller 82550

Finded in /usr/src/linux-2.6.5/drivers/net/Kconfig
config E100
    tristate "Intel(R) PRO/100+ support"
    depends on NET_PCI && PCI
    select MII
    ---help---
      This driver supports Intel(R) PRO/100 family of adapters, which
      includes:
      Controller  Adapter Name                       Board IDs
      82558       PRO/100+ PCI Adapter               668081-xxx,
      689661-xxx
      82558       PRO/100+ Management Adapter        691334-xxx,
      701738-xxx,
      721383-xxx
      82558       PRO/100+ Dual Port Server Adapter  714303-xxx,
      711269-xxx,
      A28276-xxx
      82558       PRO/100+ PCI Server Adapter        710550-xxx
      82550       PRO/100 S Server Adapter           752438-xxx
      82559                                          A56831-xxx,
      A10563-xxx,
      A12171-xxx,
      A12321-xxx,
      A12320-xxx,
      A12170-xxx
      748568-xxx
      748565-xxx
      82550       PRO/100 S Desktop Adapter          751767-xxx
      82559                                          748592-xxx,
      A12167-xxx,
      A12318-xxx,
      A12317-xxx,
      A12165-xxx,
      748569-xxx
      82559       PRO/100+ Server Adapter            729757-xxx
      82559       PRO/100 S Management Adapter       748566-xxx,
      748564-xxx
      82550       PRO/100 S Dual Port Server Adapter A56831-xxx
      82551       PRO/100 M Desktop Adapter          A80897-xxx
      PRO/100 S Advanced Management Adapter
      747842-xxx,
      745171-xxx
      CNR         PRO/100 VE Desktop Adapter         A10386-xxx,
      A10725-xxx,
      A23801-xxx,
      A19716-xxx
      PRO/100 VM Desktop Adapter         A14323-xxx,
      A19725-xxx,
      A23801-xxx,
      A22220-xxx,
      A23796-xxx
      To verify that your adapter is supported, find the board ID number
      on the adapter. Look for a label that has a barcode and a number
      in the format 123456-001 (six digits hyphen three digits). Match
      this to the list of numbers above.
      For more information on how to identify your adapter, go to the
      Adapter & Driver ID Guide at:
      http://support.intel.com/support/networ … /21397.htm
      For the latest Intel PRO/100 network driver for Linux, see:
      http://appsr.intel.com/scripts-df/support_intel.asp
      More specific information on configuring the driver is in
      <file:Documentation/networking/e100.txt>.
      To compile this driver as a module, choose M here and read
      <file:Documentation/networking/net-modules.txt>.  The module
      will be called e100.

Similar Messages

  • Does my Intel PRO/100 VE Desktop Adapter have auto-negotiate?

    My two desktops have all but identical hardware & software (both run XP Pro SP2). I use no router or hub (at least not between these two computers) and for security and other reasons, connect PC 1 to a CAT 6 cable for web surfing and downloading. Occasionally, however, I'll want to back up those youtube videos I download to PC1 onto PC2. I've been using flash drives to do this, but I was curious whether this could also be done via the Intel Pro/100VE NICs in both pcs. Once this simple pc-to-pc network is set up, I thought that during a backup session, I'd just have to disconnect PC2's CAT cable from the house Internet jack, connect the cable between both NICs make a copy of the file(s) that I want to send from the C drive of PC2 to that of PC1 and click send.
    However, I've read that the first step is to have valid connectivity between the NICs. That is, you need a CAT crossover cable, not the CAT patch cable I have. OR one, if not both NICs need to have auto-negotiate capability. During a file sharing session, auto-negotiate (which I think is the same as auto-detect, ditto Auto-MDIX, ditto Auto-MID-X) senses that the cable is a patch configuration and electrically re-routes the connections as a crossover (for what I think the Wikipedia calls Full Duplex data communication).
    Thus, I connected both NICs with the patch cable. But in Explorer on both PCs, when I click on Network Connections, click the NICs icon, click Configure, click Advanced click Link Speed and Duplex scroll to Auto Detect and click OK, I can't get the NICs to communicate (ie. the red X stays on the icons and the LEDs on the NICs don't light).
    So does anyone know if 1.) The Intel Pro/100VE NICs have auto-negotiate. 2.) If yes, how do I enable it or is it done automatically when I connect a patch cable instead of a crossover cable? 3.) If these NICs do have auto-negotiate and if it's fully plug & play, what else has to be done to get these NICs to talk to each other?
    Can this kind of NIC to NIC card file sending via CAT 5 cable be done without having to load the Windows XP CD every time I want to transfer files from the hard drive of one pc to that of the other?
    And does this involve little more than creating a unique IP address for each of the pcs. If yes, can someone please provide a step-by-step procedure?
    Message Edited by chane on 02-16-2009 06:31 PM

    Hello,
    Try the following URL for help on this interface:
    http://www.opensolaris.org/os/community/laptop/wireless/;jsessionid=D977D56D1808AFBA7DD28EB0CA3FF6D6
    HTH
    Tom

  • Unable to compile module for Intel VTUNE with 3.16.4-1 kernel

    I am currently running  3.16.4-1-ARCH #1 and I tried to compile the kernel module for Intel Vtune XE 2013 (r17).
    Unluckily, GCC stops reporting the following errors:
    /opt/intel/vtune_amplifier_xe_2013/sepdk/src/vtsspp/collector.c: In function ‘vtss_target_new’:
    /opt/intel/vtune_amplifier_xe_2013/sepdk/src/vtsspp/collector.c:985:35: error: ‘VSYSCALL_START’ undeclared (first use in this function)
    addr = (unsigned long)VSYSCALL_START;
    ^
    /opt/intel/vtune_amplifier_xe_2013/sepdk/src/vtsspp/collector.c:985:35: note: each undeclared identifier is reported only once for each function it appears in
    /opt/intel/vtune_amplifier_xe_2013/sepdk/src/vtsspp/collector.c:986:36: error: ‘VSYSCALL_MAPPED_PAGES’ undeclared (first use in this function)
    size = (unsigned long)(VSYSCALL_MAPPED_PAGES * PAGE_SIZE)
    As the source code points out:
    #include <asm/fixmap.h> /* VSYSCALL_START */
    The missing symbols are expected to be found under /usr/lib/modules/3.16.4-1-ARCH/build/arch/x86/include/asm/fixmap.h, but it seems that they are not present anymore.
    Grepping the headers could not help at all.
    What am I missing here ?

    It looks like the macros:
    VSYSCALL_START
    VSYSCALL_SIZE
    VSYSCALL_END
    VSYSCALL_MAPPED_PAGES
    got dropped after v3.15
    I wonder if I need to downgrade.

  • How to configure Intel Pro/100 ethernet in PXI-8176 controller for RedHat Linux kickstart installation?

    I have trouble configuring the Intel Pro/100 ethernet for the PXI-8176 controller during the kickstart installation. Did anyone have better luck?

    Not with Linux but...
    I had trouble setting it up for RT.
    There is an issue with the chipsets used and the firmware of the 8176 when sizing the bus.
    There was a KB article.
    NI support should be able to chase down your details for you.
    Ben
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction

  • Which kernel module should I use for Marvell Yukon 88E8001?

    Which kernel module should I use for Marvell Yukon 88E8001?
    a. sky2
    b. skge
    c. sk98lin

    I found this in the kernel''s /driver/net/Kconfig:
    config SKGE
    tristate "New SysKonnect GigaEthernet support"
    depends on PCI
    select CRC32
    ---help---
    This driver support the Marvell Yukon or SysKonnect SK-98xx/SK-95xx
    and related Gigabit Ethernet adapters. It is a new smaller driver
    with better performance and more complete ethtool support.
    It does not support the link failover and network management
    features that "portable" vendor supplied sk98lin driver does.
    This driver supports adapters based on the original Yukon chipset:
    Marvell 88E8001, Belkin F5D5005, CNet GigaCard, DLink DGE-530T,
    Linksys EG1032/EG1064, 3Com 3C940/3C940B, SysKonnect SK-9871/9872.
    It does not support the newer Yukon2 chipset: a separate driver,
    sky2, is provided for Yukon2-based adapters.
    To compile this driver as a module, choose M here: the module
    will be called skge. This is recommended.
    Looks like your module is "skge"

  • DRIVERS for T42 Type 2378 - FZU w/ Intel PRO/100 CardBus II

    Hello All,
    I have just re-installed WIndows XP Professional on my T42.  The only thing I have installed onthe machine at the moment is my Office 2007, and I was trying to locate all the drivers I need to load back onto my system. 
    In order to atleast connect to the internet so I can download ll the drivers I need, I was trying to get my driver installed for the Intel PRO/100 CardBus II.  I downloaded the driver available off of Intel's website and have attempted to install it numerous times, and after it installs, it says it cannot locate the driver?  I have gone through all the obvious troubleshooting (uninstall and re-install) and nothing is working.   My device manager recognizes my Intel PRO/100 CardBus II under Network Adapters, but Other Devices section has yellow question marks and exclamation marks on Ethernet Controller and the rest of the items listed in the Other devices sub category.
    I am thinking that maybe there is a better driver download somewhere or something?  Any help would be appreciated! 
    Thanks much!

    Hi StephG8,
    Is there a specific reason behind your not installing the drivers from lenovo website?:- http://www-307.ibm.com/pc/support/site.wss/MIGR-55386.html
    Also remember, installing lenovo drivers is a two step process, the first setup file extracts itself to a given or default folder in C:\drivers...... you subsequently have to go there and run second setup from there.
    Hope it helps.
    Maliha (I don't work for lenovo)
    ThinkPads:- T400[Win 7], T60[Win 7], IBM 240[Win XP]
    IdeaPad: U350
    Apple:- Macbook Air [Snow Leopard]
    Did someone help you today? Compliment them with a Kudos!
    Was your question answered today? Mark it as an Accepted Solution! 
      Lenovo Deutsche Community     Lenovo Comunidad en Español 
    Visit my YouTube Channel

  • Trouble building kernel module for sensor support

    Hi, I'm new here but have been using Arch for a while.  Recently, I decided to install Arch on an old laptop (Toshiba A70) and have managed to work out most of the kinks to where it runs nicely.  Unfortunately, ACPI support is spotty and the /sys/class/thermal directory gives me only cooling_device0.  I installed the lm-sensors package and ran sensors-detect, which yielded no results.  Although the laptop runs smoothly otherwise, I would like to know the CPU's temp so that I would be able to set up a fan control scheme and CPU scaling (so far it's stuck at the lowest frequency, and that's kind of a big deal for me since the laptop runs on an archaic mobile P4 chip).
    Sorry for the story but I felt some context was necessary.  I did manage to find a kernel module that would connect those sensors to ACPI for me (http://sourceforge.net/projects/omnibook/), however I'm having trouble building it on the latest kernel.  Here is the output from running make:
    make -C /lib/modules/3.16.1-1-ARCH/build SUBDIRS=/root/omnibook-2.20070211 modules
    make[1]: Entering directory '/usr/lib/modules/3.16.1-1-ARCH/build'
    CC [M] /root/omnibook-2.20070211/init.o
    In file included from /root/omnibook-2.20070211/init.c:26:0:
    /root/omnibook-2.20070211/laptop.h:25:3: warning: initialization from incompatible pointer type
    .callback = dmi_matched,
    ^
    /root/omnibook-2.20070211/laptop.h:25:3: warning: (near initialization for ‘omnibook_ids[0].callback’)
    /root/omnibook-2.20070211/laptop.h:34:3: warning: initialization from incompatible pointer type
    .callback = dmi_matched,
    ^
    /root/omnibook-2.20070211/laptop.h:34:3: warning: (near initialization for ‘omnibook_ids[1].callback’)
    /root/omnibook-2.20070211/laptop.h:43:3: warning: initialization from incompatible pointer type
    .callback = dmi_matched,
    ^
    // I left out most of the 'incompatible pointer type' warnings since they repeat for a while.
    ^
    /root/omnibook-2.20070211/laptop.h:1001:3: warning: (near initialization for ‘omnibook_ids[108].callback’)
    /root/omnibook-2.20070211/init.c: In function ‘dmi_matched’:
    /root/omnibook-2.20070211/init.c:141:16: warning: assignment discards ‘const’ qualifier from pointer target type
    laptop_model = dmi_get_system_info(DMI_PRODUCT_VERSION);
    ^
    /root/omnibook-2.20070211/init.c: In function ‘omnibook_init’:
    /root/omnibook-2.20070211/init.c:281:3: error: implicit declaration of function ‘create_proc_entry’ [-Werror=implicit-function-declaration]
    proc_entry = create_proc_entry(feature->name, pmode, omnibook_proc_root);
    ^
    /root/omnibook-2.20070211/init.c:281:14: warning: assignment makes pointer from integer without a cast
    proc_entry = create_proc_entry(feature->name, pmode, omnibook_proc_root);
    ^
    /root/omnibook-2.20070211/init.c:290:13: error: dereferencing pointer to incomplete type
    proc_entry->data = feature;
    ^
    /root/omnibook-2.20070211/init.c:291:13: error: dereferencing pointer to incomplete type
    proc_entry->read_proc = &procfile_read_dispatch;
    ^
    /root/omnibook-2.20070211/init.c:293:14: error: dereferencing pointer to incomplete type
    proc_entry->write_proc = &procfile_write_dispatch;
    ^
    /root/omnibook-2.20070211/init.c:294:13: error: dereferencing pointer to incomplete type
    proc_entry->owner = THIS_MODULE;
    ^
    cc1: some warnings being treated as errors
    scripts/Makefile.build:257: recipe for target '/root/omnibook-2.20070211/init.o' failed
    make[2]: *** [/root/omnibook-2.20070211/init.o] Error 1
    Makefile:1333: recipe for target '_module_/root/omnibook-2.20070211' failed
    make[1]: *** [_module_/root/omnibook-2.20070211] Error 2
    make[1]: Leaving directory '/usr/lib/modules/3.16.1-1-ARCH/build'
    Makefile:88: recipe for target 'omnibook.ko' failed
    make: *** [omnibook.ko] Error 2
    I have honestly no idea what to make of any of this and would really appreciate any help towards a solution.  Thanks for reading

    Welcome to Arch Linux
    That looks like it is a 2.6 kernel module
    http://sourceforge.net/p/omnibook/bugs/58/
    Did you try either of these AUR offerings?
    ewaller$@$odin ~ 1001 %packer -Ss omnibook
    aur/omnibook-git 20110911-9 (7)
    Kernel module for HP OmniBook,Pavilion,Toshiba and Compal ACL00 laptops
    aur/omnibook-svn-zen 268-1 (1)
    Kernel module for HP OmniBook, Pavilion, Toshiba and Compal ACL00 laptops
    ewaller$@$odin ~ 1002 %
    Last edited by ewaller (2014-08-23 23:33:53)

  • Tried to install software for canon pro 100 getting  message "you can't open the application "setup.app" because it is not supported on this architecture"

    tried to install software for canon pro 100 getting  message "you can't open the application "setup.app" because it is not supported on this architecture"
    any suggestions?

    This is what Canon suggested,  still doesn't work.
    Thank you for your E-mail inquiry regarding your PIXMA PRO-100.
    Based on the information provided in your email, I recommend you download and install the driver for your PIXMA PRO-100 from the web site listed below.
    http://www.usa.canon.com/cusa/support/professional/professional_printers/destop_ printers/pixma_pro_100#DriversAndSoftware
    You will be required to download and install the following:
    1. PRO-100 series Mini Master Setup (OS X 10.5/10.6/10.7/10.8) (under Drivers)
    Should you require further assistance, please feel free to email us or visit our customer support website at http://www.canon.ca
    still receiving Alert This software is not supported by your computer (powerPC-based Macintosh)
    Also received error You can't open the application "Setup.app" because it is not supported on this architecture.
    thanks for your reply A Brody.

  • Is Bluetooth module for Mac Pro/iMac compatible with FW800 MDD?

    I've been looking at fitting an internal Apple Bluetooth module in my FW800 MDD G4, and I've noticed the later modules for Intel Macs appear to have the same form factor. The connection to the logic board looks identical, as do the mounting holes. The only physical difference seems to be where the BT antenna connects (below on the original G4 card, above on the later modules).
    Has anyone tried fitting one with success?

    if you got the guts, shove it in there. think the issue you will have is the original machines supported the 1.1 cards, the card you speak of is 2.0

  • Can SSD which is configured for intel rapid start be used to store data files as a normal drive

    Can SSD which is configured for intel rapid start(No Smart Response) be used to store data files as a normal drive
    Lenovo ideapad u310 with 24 GB SSD Partition , only 4GB has been configured as Hibernate partition for Intel rapid start, rest of the 18.36 GB has been labelled as Healthy(Primary partition).Can this 18.36 GB of SSD be configured to store data files on it without affecting Intel rapid start.

    I think I have discovered the answer to my own question!
    I have disabled Adobe Reader plug-in, and can now see PDFs in Chrome.
    (Steps: Chrome Menu, Settings option, Click Advanced Settings link, then Content Settings button, then select Disable Individual Plug-Ins, and a list of plug-ins is offered to enable or disable).
    I then get a different result depending on whether or not Chrome PDF viewer is enabled - with it enabled I see the PDF document in Chrome, or with it disabled then the option is offered to download it, but either way I can get it it via Chrome without having to run Internet explorer in another browser window.

  • Need Help with Oracleasm - a kernel module for the ASM library

    I am a beginner, trying to install Oracle RAC. I have a system with SuSE Linx 11 (64 bit) loaded. I need to get the correct ASMLib packages needed for installing ASM. I think I got the following packages that are needed for installing ASM
    1) oracleasmlib- the ASM libraries (oracleasmlib-2.0.4-1.SLE11.x86_64.rpm)
    2) oracleasm-support- utilities needed to administer ASMLib (oracleasm-support-2.1.3-1.SLE11.x86_64.rpm)
    I am unable to find the third package.
    3) Oracleasm - a kernel module for the ASM library
    I looked at my kernel version it says "2.6.27.19-5-default". I am not sure where I can get the above third package. If you have an answer/know ase share your thoughts.
    Thank You

    Hi!
    Don't use ASMLib, it will be no longer available, it will only came in Oracle Unbreakable Kernel for Linux 6.
    The easly way to set the permissions on your devices is with a /etc/init.d script that do the job.
    Here is an example:
    #! /bin/bash
    # chkconfig: 2345 25 19
    # description: Set ASM Permissions on to devices at boot.
    case "$1" in
    start)
    /bin/chown oracle:oinstall /dev/sdb1
    /bin/chmod 0660 /dev/sdb1
    stop)
    #do nothing
    status)
    ls -l /dev/sdb1
    echo "Usage: $0 {start|stop|status}"
    exit 1
    esac
    exit o
    You need to replace the /dev/sdb1 for your acctual partitions.
    Please check the Docs to be sure that you meet all pre-reqs.
    http://docs.oracle.com/cd/E11882_01/relnotes.112/e23558/toc.htm
    http://docs.oracle.com/cd/E11882_01/install.112/e22489/toc.htm
    http://docs.oracle.com/cd/E11882_01/install.112/e24321/toc.htm
    Hope it's helps.
    Best Regards,
    Julio

  • Turn off the Printers color management function for the Pro-100

    I've tried everything to get this printer to print realistic colors.  I had the Pro-9000 MK II and it was spot on.  I'm running Mac OS 10.9.1 and downloaded all the current drivers for the Pro-100.  The colors are way off.  I am using Print Studio Pro, Under color management I'm selecting the ICC profile for the paper being used, the printer profile was downloaded from Canon's web site and that's selected the same paper type.  Color matching is grayed out.  
    My monitor has been calibrated so I know that's not the issue.  Especially since the Pro-9000 was right on the mark.  Any suggestions???
    Thanks in advance.
    Rob 
    Mesa, AZ

    Rob:
     “I am using Print Studio Pro, under color management I'm selecting the ICC profile for the paper being used, the printer profile was downloaded from Canon's web site and that's selected the same paper type.  Color matching is grayed out.”
    I use the same setup as you and I print with, Print Studio Pro and LR4. My monitor is not calibrated. I only use Canon ink and Canon paper and the corresponding ICC profiles. My color output is exceptional. Black & white is good but not exceptional.
    When I purchased this printer (a couple of months ago) I just followed the installation instructions and it worked great (for color prints) right out of the box. You may want to try a reinstall to see if that solves the issue. The Pro-100 is a very good printer.
    Tinman
    Mesa, AZ
    Nikon D600; Nikkor 50mm f/1.8G, 85mm f/1.8G, 70-300mmG f/4.5 - 5.6 VR

  • How to write a kernel module for Solaris

    Hi
    I would like to know where I can find information about writing a kernel module for Solaris. Is there a pdf developers reference?

    http://docs.sun.com
    Search "writing device drivers".Even if I don't intend writing a device driver?

  • P35 Platinum - Intel PRO 1000 MT Network Adapter problem

    Greetings.
    Found out very strage thing - installation of "Intel PRO 1000 MT  Network Adapter" in any PCI slot disabled onboard Intel raid controller!  :(
    If this card installed Intel Matrix Storage Manager screen  do not appear in boot process and Raid do not listed in Boot Sequence bios options, instead
     I can see Network Adapter in this list. I tryed "Boot from othe devices" option, bus it not work too.
    So with this adapter installed I'm not able to boot from raid.
    Currently I use bios version 1.4
    Any idea how to solve this?
    P.S. Installation of old 3COM 3C905CX-TX-M Adapter did not have such effect, but there is no Win x64 drivers for it.

    Hi Maesus,
    Thanks, I did and filled information about my computer configuration.
    Hope it'll help solve the problem.
    AaronYuri, thans go reply.
    But maybe it's some misundestanding - when I say that installation of Intel adapter in PCI slot "disabled onboard Intel raid controllr" it does not mean that raid controller disabled in bios settings - settings in "Integrated Peripherals->On-chip ATA devices" are the same (PCI IDE BusMaster = Enabled, Raid mode = RAID), but it's looks like bios "did not see" raid controller - it disappers from list of devices to boot from and I did not see screen of Intel Matrix in boot proces (this screen alwais presents if controller switched in raid mode) 

  • GPS module for Macbook Pro

    Hi, I am wondering if there are any GPS module for Mac? I am trying to find one that can fit into the express slot of Macbook Pro. Does anyone knows of such a device?

    Not necessarily Express, but these solutions are known to be Mac compatible.
    Those which are Universal software will work with the MacBook Pro.
    http://discussions.apple.com/thread.jspa?messageID=607273
    You may find others on my FAQ* through the software links and Intel compatibility section:
    http://www.macmaps.com/macosxnative.html
    * Links to my page may give me compensation.

Maybe you are looking for

  • Logitech Keyboard Issues with Fast User Switching

    I'm running OSX 10.4 on an 800 MHz iMac, and using a Logitech Cordless Navigator keyboard. The keyboard's main feature (for me) is the ability to have the function keys (F1-F12) automatically open applications and folders and such. When I have multip

  • Site only works well in Safari...Firefox & IE are all screwed up

    can everyone check out my website (you will get a good laugh): http://www.usbgaggifts.com. i just did a huge site upgrade and these are the problems that i am having: FIREFOX -- the text is screwed up (XXXL and all over the place) on the movies & sto

  • Help! pop-up problems!

    my brother just bought a macbook. and he's using the leopard system. (i'm a mac user of 2 years) but he's having major problems with popups when using hotmail. i checked to see if the pop-up blocker is on, and it is, it's enabled. but whenever he log

  • MX: onEnterFrame not being triggered

    I have this code that is supposed to move a movieclip once loaded. It is loading into the initial position but doesn't then trigger the onEnterFrame

  • How and Where linked server queries are processing ?

    Hi experts,  Its my curiosity, i want to know where the linked server queries are running.I create linked server in local server. i am accessing one table,How the query is processing and how the it forming result set ? pls guide me.