N
nicoal

  • 2 févr. 2011
  • Inscrit 13 août 2008
  • 0 meilleure réponse
  • Petit nouveau
  • @kamezine

    voici un résumé :
    # wget http://jan.ucc.nau.edu/wal2/l1e-linux-v1.0.1.0.tar.gz
    # tar -zxvf l1e-linux-v1.0.1.0.tar.gz
    # cd l1e-linux-v1.0.1.0/src
    # KBUILD_NOPEDANTIC=1 make
    # KBUILD_NOPEDANTIC=1 make install
    # modprobe atl1e
    va falloir te mettre à l'anglais....


    @nicoal
    Peut-être que le module existe mais cela m'étonnerait car sinon il aurait été chargé automatiquement par le noyau.

    ++
  • kwizart wrote:@nicoal
    Est ce que tu peux donner la sortie de /sbin/lspci ?
    Est ce que tu as un pilote alternatif de chargé lorsque ndiswrapper est utilisé ?

    A priori le module sera chargé automatiquement si ton matériel est supporté directement dans le noyau.
    Si il ne l'est pas. Il est peu probable que tu ais à compiler quoique ce soit. C'est que le support n'est pas encore pret.

    Préfères utiliser/tester un noyau récent
    lspci :
    00:00.0 Host bridge: Intel Corporation Mobile 945GME Express Memory Controller Hub (rev 03)
    00:02.0 VGA compatible controller: Intel Corporation Mobile 945GME Express Integrated Graphics Controller (rev 03)
    00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03)
    00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 02)
    00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 (rev 02)
    00:1c.1 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 2 (rev 02)
    00:1c.2 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 3 (rev 02)
    00:1c.3 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 4 (rev 02)
    00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #1 (rev 02)
    00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #2 (rev 02)
    00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #3 (rev 02)
    00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #4 (rev 02)
    00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller (rev 02)
    00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2)
    00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge (rev 02)
    00:1f.2 IDE interface: Intel Corporation 82801GBM/GHM (ICH7 Family) SATA IDE Controller (rev 02)
    00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 02)
    03:00.0 Ethernet controller: Attansic Technology Corp. Unknown device 1026 (rev b0)
    lshw -C network
      *-network               
           description: Ethernet interface
           product: Attansic Technology Corp.
           vendor: Attansic Technology Corp.
           physical id: 0
           bus info: pci@0000:03:00.0
           logical name: eth0
           version: b0
           serial: 00:22:15:71:33:fd
           size: 100MB/s
           capacity: 100MB/s
           width: 64 bits
           clock: 33MHz
           capabilities: pm msi pciexpress vpd bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd autonegotiation
           configuration: autonegotiation=on broadcast=yes driver=ATL1E driverversion=1.0.0.7-NAPI duplex=full firmware=L1e ip=192.168.2.5 latency=0 link=yes module=atl1e multicast=yes port=twisted pair speed=100MB/s
      *-network DISABLED
           description: Ethernet interface
           physical id: 1
           logical name: pan0
           serial: 66:7d:fc:52:a3:5d
           capabilities: ethernet physical
           configuration: broadcast=yes driver=bridge driverversion=2.3 firmware=N/A link=yes multicast=yes
    uname -r : 2.6.25.14-108.fc9.i686

    J'ai installé ndiswrapper mais n'ai pas encore trouvé le .inf qui va bien.
  • @nicoal
    Est ce que tu peux donner la sortie de /sbin/lspci ?
    Est ce que tu as un pilote alternatif de chargé lorsque ndiswrapper est utilisé ?

    A priori le module sera chargé automatiquement si ton matériel est supporté directement dans le noyau.
    Si il ne l'est pas. Il est peu probable que tu ais à compiler quoique ce soit. C'est que le support n'est pas encore pret.

    Préfères utiliser/tester un noyau récent