otix

Napravljene poruke na forumu

Gledanje 1 članka (od 1 ukupno)
  • Autor
    Članci
  • kao odgovor na: Atheros wireless… #65849
    otix
    Učesnik

    Na Debianu se kernel moduli dodaju pomocu module assistant.
    Probaj ovo:

    Wifi:

    MadWifi (http://madwifi.org/wiki/UserDocs/Distro/Debian/MadWifi). Here is an official madwifi package in the non-free section of the Debian archive. Add non-free section in your /etc/apt/sources.list file, that would allow you to use apt to get madwifi.

    sources.list:

    # Stable

    deb ftp://ftp.au.debian.org/debian stable main contrib non-free

    deb-src ftp://ftp.au.debian.org/debian stable main contrib non-free

    Installation (with module-assistant): The preferred method of installing madwifi-modules uses the module-assistant (m-a) tool to automate all of the following steps: preparing the kernel source/headers, unpacking the module tarball, compiling, building a binary-modules debian package, installing and cleaning up.

    $ su

    # apt-get update

    # apt-get install madwifi-source

    # apt-get install madwifi-tools

    # m-a prepare

    # m-a a-i madwifi

    See /usr/share/doc/madwifi-source/README.Debian for extra details. The module-assistant documentation may also be of value (man m-a).

Gledanje 1 članka (od 1 ukupno)