Nie jesteś zalogowany.
Jeśli nie posiadasz konta, zarejestruj je już teraz! Pozwoli Ci ono w pełni korzystać z naszego serwisu. Spamerom dziękujemy!
Prosimy o pomoc dla małej Julki — przekaż 1% podatku na Fundacji Dzieciom zdazyć z Pomocą.
Więcej informacji na dug.net.pl/pomagamy/.
Witam.Mam problem z instalacją sterowników do NF4.Mianowicie jak chce zainstalować je to wyskakuje mi że chce kernel-source.Sprawdzałem na plycie i nie moge znaleźć takich pakietów.Mój kernel to 2.6.8-11-amd64-k8 i domyslam sie że chodzi tu o źródła tego jajka.Tylko nie wiem co znimi zrobić jak je ściagne (bo ściągnąć zapewne mam z www.kernel.org ;) ).Prosze o wyrozumiałość pozdrawiam
Offline
Musowo zainstaluj najnowszy kernel z www.backports.org
Dodajesz linię
deb http://www.backports.org/debian/ sarge-backports main[/quote]
do Twojego
[color=blue]/etc/apt/sources.list[/color]
i poniższe linie do [color=blue]/etc/apt/preferences[/color] (jeśli pliku nie ma to go stwórz)
Package: *
Pin: release a=sarge-backports
Pin-Priority: 200[/quote]
Następnie wykonujeszKod:
apt-get update apt-get -t sarge-backports install linux-image-2.6-amd64-k8 linux-headers-2.6-amd64-k8Nie będziesz potrzebował instalować żadnych sterowników.
[url=http://www.debian.org/][img]http://www.debian.org/logos/openlogo-nd-50.png[/img][/url]Offline
Byłoby dobrze aleeee.....sieć mi właśnie nie działa bo nie mam tych sterowników.Chyba że jest inny sposób na sieć z NFORCE to dalej bym zrobił tak jak tu jest ;)
Offline
Jeśli masz płytki z sarge, to zainstaluj pakiety
kernel-headers-2.6.8-11 i kernel-headers-2.6.8-11-amd64-k8, oraz gcc i wtedy instalator sterów powinien zadziałać.
Jeśli nie masz to dociągnij sobie jakoś.
http://ftp.de.debian.org/debian-amd64/debian/pool/updates/main/k/kernel-image-2.6.8-amd64/kernel-headers-2.6.8-11_2.6.8-16sarge1_amd64.deb
http://ftp.de.debian.org/debian-amd64/debian/pool/updates/main/k/kernel-image-2.6.8-amd64/kernel-headers-2.6.8-11-amd64-k8_2.6.8-16sarge1_amd64.deb
Offline
Zainstalowałem puściłem instalke sterowników i zrobiło build kernel module potem wywaliło
Unable to load kernel module 'nvnet.ko'.
Znalazłem petenta z podobnym problemem i on rozwiązał to w ten sposób
SUCCESS cd /usr/src/linux ln -s linux-2.6.5-7.104 (I think this was my problem) make cloneconfig make prepare-all (only for kernel-source >= 2.6.5-7.75) cd to folder with nforce driver run nforce.run comand with --kernel-source-path=<path to your kernel source>. I'm one happy camper! Snakedriver
Tylko że ja nie mam katalogu linux-2.6.8-11 czy nawet podobnego w /usr/src
pozdrawiam
Offline
Zobacz czy czasem nie masz załadowanego modułu
lsmod | grep forcedeth
Jeśli tak to go wyładuj
rmmod forcedeth
i spróbuj załadować
modrpobe nvnet
Offline
Nie mam załadowanego forcedeth a jak wpisze żeby załadowalo modprobe nvnet to wyskakuje FATAL:Module nvnet not found
Offline
Wrzuć loga z instalacji sterów, po instalacji instalator wskazuje jego miejsce.
[color=blue]Edit:[/color]
Możesz też zainstalować paczki z nowszym jądrem ręcznie:
ściągnij:
http://www.backports.org/debian/pool/main/l/linux-2.6/linux-image-2.6-amd64-k8_2.6.16-13bpo1_amd64.deb
http://www.backports.org/debian/pool/main/u/udev/udev_0.093-0bpo1_amd64.deb
http://www.backports.org/debian/pool/main/m/module-init-tools/module-init-tools_3.2.2-2bpo1_amd64.deb
http://www.backports.org/debian/pool/main/i/initramfs-tools/initramfs-tools_0.67bpo1_all.deb
Wykonaj:
touch /etc/udev/kernel-upgrade
A następnie zainstaluj pakiety.
Po tym sieciówka powinna już działać po restarcie. Chyba nie pominąłem, żadnego ważnego pakietu.
Offline
Oto log:
nforce-installer log file '/var/log/nvidia-nforce-installer.log' creation time: Sat Jul 15 15:12:10 2006 option status: license pre-accepted : false expert : false uninstall : false driver info : false no precompiled interface : false no ncurses color : false no questions : false silent : false Installer install prefix : /usr kernel source path : (not specified) net kernel install path : (not specified) audio kernel install path : (not specified) proc mount point : /proc ui : (not specified) tmpdir : /tmp Using: nvidia-installer ncurses user interface -> Found package NVIDIA audio driver for Linux-x86_64 -> Found package NVIDIA network driver for Linux-x86_64 -> Please select packages for installation: Selections: NVIDIA network driver for Linux-x86_64 (1.0-13) -> Starting install of NVIDIA network driver for Linux-x86_64 -> Checking for loaded module nvnet -> Checking for loaded module forcedeth -> License accepted. -> Skipping check for conflicting rpms. -> /proc/version is Linux version 2.6.8-11-amd64-k8 (buildd@athlon.lowpingbastards.de) (gcc version 3.4.4 20050314 (prerelease) (Debian 3.4.3-13)) #1 Wed Jun 1 01:03:08 CEST 2005 -> No precompiled kernel interface was found to match your kernel; this means that the installer will need to compile a new kernel interface. -> Kernel source path: '/lib/modules/2.6.8-11-amd64-k8/build' -> Kernel output path: '/lib/modules/2.6.8-11-amd64-k8/build' -> Performing cc_version_check with CC="cc". -> running command /bin/grep "^PATCHLEVEL =" /lib/modules/2.6.8-11-amd64-k8/build/Makefile | /usr/bin/cut -d " " -f 3 -> Kernel module filename is nvnet.ko Cleaning kernel module build directory. executing: 'cd ./nvnet; make clean'... rm -f *.ko *mod.* *.cmd nvenet.o nvenetif.o nvnet.o *~ core -> Building kernel module: executing: 'cd ./nvnet; make module SYSSRC=/lib/modules/2.6.8-11-amd64-k8/bu ild SYSOUT=/lib/modules/2.6.8-11-amd64-k8/build'... make -C /lib/modules/2.6.8-11-amd64-k8/build KBUILD_SRC=/usr/src/kernel-headers-2.6.8-11-amd64-k8 KBUILD_VERBOSE=1 KBUILD_CHECK= KBUILD_EXTMOD="/tmp/selfgz3792/NFORCE-Linux-x86_64-1.0-0310-pk g1/nvnet" -f /usr/src/kernel-headers-2.6.8-11-amd64-k8/Makefile modules mkdir -p /tmp/selfgz3792/NFORCE-Linux-x86_64-1.0-0310-pkg1/nvnet/.tmp_versio ns make -f /usr/src/kernel-headers-2.6.8-11-amd64-k8/scripts/Makefile.build obj =/tmp/selfgz3792/NFORCE-Linux-x86_64-1.0-0310-pkg1/nvnet cc -Wp,-MD,/tmp/selfgz3792/NFORCE-Linux-x86_64-1.0-0310-pkg1/nvnet/.nvenet .o.d -nostdinc -iwithprefix include -D__KERNEL__ -Iinclude -Iinclude2 -I/usr /src/kernel-headers-2.6.8-11-amd64-k8/include -I/tmp/selfgz3792/NFORCE-Linu x-x86_64-1.0-0310-pkg1/nvnet -Wall -Wstrict-prototypes -Wno-trigraphs -fno-s trict-aliasing -fno-common -mno-red-zone -mcmodel=kernel -pipe -fno-reorder- blocks -Wno-sign-compare -fno-asynchronous-unwind-tables -O2 -fomit-frame-po inter -DDRIVERVER="9999" -I/tmp/selfgz3792/NFORCE-Linux-x86_64-1.0-03 10-pkg1/nvnet -Wall -Wimplicit -Wreturn-type -Wswitch -Wformat -Wchar-subscr ipts -Wparentheses -Wpointer-arith -Wno-multichar -Werror -O -MD -Wno-cast-q ual -Wno-error -DREMAP_NEW -DMODULE -DKBUILD_BASENAME=nvenet -DKBUILD_MODNAM E=nvnet -c -o /tmp/selfgz3792/NFORCE-Linux-x86_64-1.0-0310-pkg1/nvnet/.tmp_n venet.o /tmp/selfgz3792/NFORCE-Linux-x86_64-1.0-0310-pkg1/nvnet/nvenet.c In file included from include/linux/list.h:7, from include/linux/wait.h:14, from include/asm/semaphore.h:42, from include/linux/sched.h:18, from include/linux/module.h:10, from /tmp/selfgz3792/NFORCE-Linux-x86_64-1.0-0310-pkg1/nvne t/nvenet.h:20, from /tmp/selfgz3792/NFORCE-Linux-x86_64-1.0-0310-pkg1/nvne t/nvenet.c:22: include/linux/prefetch.h: In function `prefetch_range': include/linux/prefetch.h:62: warning: pointer of type `void *' used in arith metic In file included from include/asm/dma-mapping.h:4, from include/linux/dma-mapping.h:16, from include/asm/pci.h:362, from include/linux/pci.h:861, from /tmp/selfgz3792/NFORCE-Linux-x86_64-1.0-0310-pkg1/nvne t/nvenet.h:32, from /tmp/selfgz3792/NFORCE-Linux-x86_64-1.0-0310-pkg1/nvne t/nvenet.c:22: include/asm-generic/dma-mapping.h: In function `dma_map_page': include/asm-generic/dma-mapping.h:79: warning: pointer of type `void *' used in arithmetic ld -m elf_x86_64 -d -r -o /tmp/selfgz3792/NFORCE-Linux-x86_64-1.0-0310-pkg 1/nvnet/nvnet.o /tmp/selfgz3792/NFORCE-Linux-x86_64-1.0-0310-pkg1/nvnet/nven etlib.o /tmp/selfgz3792/NFORCE-Linux-x86_64-1.0-0310-pkg1/nvnet/nvenet.o Building modules, stage 2. make -rR -f /usr/src/kernel-headers-2.6.8-11-amd64-k8/scripts/Makefile.modpo st scripts/mod/modpost -i /usr/src/kernel-headers-2.6.8-11-amd64-k8/Module.sy mvers /tmp/selfgz3792/NFORCE-Linux-x86_64-1.0-0310-pkg1/nvnet/nvnet.o cc -Wp,-MD,/tmp/selfgz3792/NFORCE-Linux-x86_64-1.0-0310-pkg1/nvnet/.nvnet. mod.o.d -nostdinc -iwithprefix include -D__KERNEL__ -Iinclude -Iinclude2 -I/ usr/src/kernel-headers-2.6.8-11-amd64-k8/include -I/usr/src/kernel-headers-2 .6.8-11-amd64-k8/ -I -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-al iasing -fno-common -mno-red-zone -mcmodel=kernel -pipe -fno-reorder-blocks - Wno-sign-compare -fno-asynchronous-unwind-tables -O2 -fomit-frame-pointer - DKBUILD_BASENAME=nvnet -DKBUILD_MODNAME=nvnet -DMODULE -c -o /tmp/selfgz3792 /NFORCE-Linux-x86_64-1.0-0310-pkg1/nvnet/nvnet.mod.o /tmp/selfgz3792/NFORCE- Linux-x86_64-1.0-0310-pkg1/nvnet/nvnet.mod.c ld -m elf_x86_64 -r -o /tmp/selfgz3792/NFORCE-Linux-x86_64-1.0-0310-pkg1/n vnet/nvnet.ko /tmp/selfgz3792/NFORCE-Linux-x86_64-1.0-0310-pkg1/nvnet/nvnet. o /tmp/selfgz3792/NFORCE-Linux-x86_64-1.0-0310-pkg1/nvnet/nvnet.mod.o -> done. -> Kernel module compilation complete. -> Testing kernel module: -> Copying test module ./nvnet/nvnet.ko to /lib/modules/2.6.8-11-amd64-k8/kernel/drivers/net/nvnet.ko ERROR: Unable to load the kernel module 'nvnet.ko'. This is most likely because the kernel module was built using the wrong kernel source files. Please make sure you have installed the kernel source files for your kernel; on Red Hat Linux systems, for example, be sure you have the 'kernel-source' rpm installed. If you know the correct kernel source files are installed, you may specify the kernel source path with the '--kernel-source-path' commandline option. -> Kernel module load error: FATAL: Error inserting nvnet (/lib/modules/2.6.8-11-amd64-k8/kernel/drivers/net/nvnet.ko): Invalid module format -> Testing completed. ERROR: Installation of the network driver has failed. Please see the file '/var/log/nvidia-nforce-installer.log' for details. You may find suggestions on fixing installation problems in the README available on the Linux driver download page at www.nvidia.com.
I jeszcze mam jedno pytanie przy okazji ;) jaka ścieżke ma pendrak (dysk ma np:/dev/sda1) bo zapomniałem a z pendraczkiem bedzie wygodniej ;)
Offline
Spróbuj tego co napisałem wyżej ↑ :)
Offline
co do pendraczka to system sam Ci powie numer urządzenia. Na czystej konsoli (nie musisz się logować) włącz pendraczka do portu a na ekranie wyrzuci Ci numer urządzenia.
Ja ma takiego jednego ciekawego kompa który podaje parametr: /dev/uga1
Offline
No jezeli chodzi o pendraczka to zrobiłem tak i wyskoczyło coś takiego (nie widze nigdzie adresu):
hub.c: new USB device 00:1d.7-2, assigned address 4
ze sterownikami mi narazie nic nie wyszlo wczoraj walczyłem 9h i dzisiaj podejście 2gie ;)
Offline
w pliku .var/log/messages mam takie wpisy po podpięciu pendraka:
Jul 16 17:58:57 localhost kernel: usb 1-5: new high speed USB device using ehci_hcd and address 4
Jul 16 17:58:57 localhost kernel: usb 1-5: configuration #1 chosen from 1 choice
Jul 16 17:58:57 localhost kernel: scsi0 : SCSI emulation for USB Mass Storage devices
Jul 16 17:58:57 localhost kernel: usbcore: registered new driver ub
Jul 16 17:59:02 localhost kernel: Vendor: Kingston Model: DataTraveler 2.0 Rev: PMAP
Jul 16 17:59:02 localhost kernel: Type: Direct-Access ANSI SCSI revision: 00
Jul 16 17:59:03 localhost kernel: SCSI device sda: 2015232 512-byte hdwr sectors (1032 MB)
Jul 16 17:59:03 localhost kernel: sda: Write Protect is off
Jul 16 17:59:03 localhost kernel: SCSI device sda: 2015232 512-byte hdwr sectors (1032 MB)
Jul 16 17:59:03 localhost kernel: sda: Write Protect is off
Jul 16 17:59:03 localhost kernel: sda:<7>usb-storage: queuecommand called
Jul 16 17:59:03 localhost kernel: [color=red]sda1[/color]
Jul 16 17:59:03 localhost kernel: sd 0:0:0:0: Attached scsi removable disk sda
Jul 16 17:59:03 localhost kernel: sd 0:0:0:0: Attached scsi generic sg0 type 0[/quote]
Debian jest lepszy niż wszystkie klony
Linux register users: #359018
[img]http://www.freebsd.org/gifs/powerlogo.gif[/img]
[url=https://goo.gl/photos/5XGKFkvaMimLwM2s9]Beskid Niski[/url]
Offline
No u mnie robi tak:
Jul 16 21:19:58 localhost kernel: usb.c: USB disconnect on device 00:1d.7-2 address 3 Jul 16 21:20:08 localhost kernel: hub.c: new USB device 00:1d.7-2, assigned address 4 Jul 16 21:20:11 localhost usb.agent[5274]: usb-storage: already loaded
Offline
Time (s) | Query |
---|---|
0.00011 | SET CHARSET latin2 |
0.00004 | SET NAMES latin2 |
0.00094 | SELECT u.*, g.*, o.logged FROM punbb_users AS u INNER JOIN punbb_groups AS g ON u.group_id=g.g_id LEFT JOIN punbb_online AS o ON o.ident='3.137.217.236' WHERE u.id=1 |
0.00062 | REPLACE INTO punbb_online (user_id, ident, logged) VALUES(1, '3.137.217.236', 1738346024) |
0.00047 | SELECT * FROM punbb_online WHERE logged<1738345724 |
0.00036 | SELECT topic_id FROM punbb_posts WHERE id=36069 |
0.00005 | SELECT id FROM punbb_posts WHERE topic_id=4525 ORDER BY posted |
0.00057 | SELECT t.subject, t.closed, t.num_replies, t.sticky, f.id AS forum_id, f.forum_name, f.moderators, fp.post_replies, 0 FROM punbb_topics AS t INNER JOIN punbb_forums AS f ON f.id=t.forum_id LEFT JOIN punbb_forum_perms AS fp ON (fp.forum_id=f.id AND fp.group_id=3) WHERE (fp.read_forum IS NULL OR fp.read_forum=1) AND t.id=4525 AND t.moved_to IS NULL |
0.00005 | SELECT search_for, replace_with FROM punbb_censoring |
0.00149 | SELECT u.email, u.title, u.url, u.location, u.use_avatar, u.signature, u.email_setting, u.num_posts, u.registered, u.admin_note, p.id, p.poster AS username, p.poster_id, p.poster_ip, p.poster_email, p.message, p.hide_smilies, p.posted, p.edited, p.edited_by, g.g_id, g.g_user_title, o.user_id AS is_online FROM punbb_posts AS p INNER JOIN punbb_users AS u ON u.id=p.poster_id INNER JOIN punbb_groups AS g ON g.g_id=u.group_id LEFT JOIN punbb_online AS o ON (o.user_id=u.id AND o.user_id!=1 AND o.idle=0) WHERE p.topic_id=4525 ORDER BY p.id LIMIT 0,25 |
0.00075 | UPDATE punbb_topics SET num_views=num_views+1 WHERE id=4525 |
Total query time: 0.00545 s |