The time now is Mon 20 May 2013, 02:10
All times are UTC - 4 |
| Author |
Message |
sailorbrand
Joined: 31 May 2008 Posts: 344 Location: Germany
|
Posted: Wed 18 May 2011, 13:32 Post subject:
Treiber nachträglich einbasteln |
|
Ich hab hier mehrere Puppys.
In den neueren ist der Wlan-Treiber ATH9k mit drin.
Aber im 4.13 nicht. Hätt ich aber gerne.
ist so ein Treiber nicht auch nur ne Datei? Kann man diese dann einfach in das Treiber-Dir kopieren?
Wenn ja, welche mag das sein und wo findet man diese?
Die üblichen get the latest ath9k-Seiten hab ich zig mal gelesen. Aber nie verstanden. Zumal die ja auch nicht puppy-artig sein dürften...
_________________ Gruß Michael
Acer Aspire 5730ZG, 4GB Ram, 320 GiG HD, 2,0 Ghz Intel DualCore
nvidia Geforce 9300M GS TurboCache, Puppys & Ubuntu. Vista gelöscht!
|
|
Back to top
|
|
 |
rhadon

Joined: 27 Mar 2008 Posts: 1228 Location: Germany
|
Posted: Wed 18 May 2011, 15:17 Post subject:
|
|
Hallo Michael,
Treiber, also auch Wlantreiber, sind Kernelabhängig. Also nach Kernelversion + ath9k suchen, oder selber versuchen.
Du brauchst für 4.13 den Sourcecode (geht wohl am einfachsten, wenn's den als Sfs gibt), die für 4.13 entsprechende devx.sfs, und den eigentlichen Treiber.
Dann vermutlich mit den Befehlen configure, make und make install. Oder so ähnlich. Habe ich noch nie mit einem Wlantreiber gemacht, deshalb kann ich dir leider nicht weiterhelfen.
Viel Erfolg
Rolf
Edit: vieleicht hilft dieser Link weiter?
_________________ Ich verwende "frugal", und das ist gut so.
Raspberry Pi without Puppy? No, thanks.
|
|
Back to top
|
|
 |
Karl Godt

Joined: 20 Jun 2010 Posts: 2675 Location: Kiel,Germany
|
Posted: Thu 19 May 2011, 19:56 Post subject:
|
|
aus man modprobe :
--force-vermagic
Every module contains a small string containing important
information, such as the kernel and compiler versions. If a
module fails to load and the kernel complains that the "ver-
sion magic" doesn't match, you can use this option to remove
it. Naturally, this check is there for your protection, so
this using option is dangerous.
This applies to any modules inserted: both the module (or
alias) on the command line, and any modules it depends on.
--force-modversion
When modules are compiled with CONFIG_MODVERSIONS set, a sec-
tion is created detailing the versions of every interface
used by (or supplied by) the module. If a module fails to
load and the kernel complains that the module disagrees about
a version of some interface, you can use "--force-modversion"
to remove the version information altogether. Naturally,
this check is there for your protection, so using this option
is dangerous.
This applies any modules inserted: both the module (or alias)
on the command line, and any modules it depends on.
--set-version
Set the kernel version, rather than using uname(2) to decide
on the kernel version (which dictates where to find the mod-
ules). This also disables backwards compatibility checks (so
modprobe.old( will never be run).
aus kernel make menuconfig :
CONFIG_MODVERSIONS:
Usually, you have to use modules compiled with your kernel.
Saying Y here makes it sometimes possible to use modules
compiled for different kernels, by adding enough information
to the modules to (hopefully) spot any changes which would
make them incompatible with the kernel you are running. If unsure, say N.
findet einer in /etc/modules/DOTconfig*
modinfo MODULE zeigt version+magic
|
|
Back to top
|
|
 |
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|