Strona 2 z 2

: 30 października 2008, 13:52
autor: ilin
Pokaz wyniki polecen

Kod: Zaznacz cały

dpkg -l | grep linux
Oraz

Kod: Zaznacz cały

ls /usr/src

: 30 października 2008, 17:50
autor: larynx
larynx@netpanel-87-246-201-6:~$ dpkg -l | grep linux
ii libselinux1 2.0.65-2 SELinux shared libraries
ii libv4l-0 0.5.0-3~intrepid1 Collection of video4linux support libraries
ii linux-backports-modules-2.6.27-7-generic 2.6.27-7.4 Ubuntu supplied Linux modules for version 2.
ii linux-backports-modules-intrepid 2.6.27.7.11 Generic Linux backported drivers.
ii linux-backports-modules-intrepid-generic 2.6.27.7.11 Backported drivers for generic kernel image
ii linux-firmware 1.2 Firmware for Linux kernel drivers
ii linux-generic 2.6.27.7.11 Complete Generic Linux kernel
ii linux-headers-2.6.27-7 2.6.27-7.14 Header files related to Linux kernel version
ii linux-headers-2.6.27-7-generic 2.6.27-7.14 Linux kernel headers for version 2.6.27 on x
ii linux-headers-generic 2.6.27.7.11 Generic Linux kernel headers
ii linux-headers-lbm-2.6.27-7-generic 2.6.27-7.4 Header files related to linux-backports-modu
ii linux-image 2.6.27.7.11 Generic Linux kernel image.
ii linux-image-2.6.27-7-generic 2.6.27-7.14 Linux kernel image for version 2.6.27 on x86
ii linux-image-generic 2.6.27.7.11 Generic Linux kernel image
ii linux-libc-dev 2.6.27-7.14 Linux Kernel Headers for development
ii linux-restricted-modules 2.6.27.7.11 Generic Linux restricted modules.
ii linux-restricted-modules-2.6.27-7-generic 2.6.27-7.12 Non-free Linux kernel modules for version 2.
ii linux-restricted-modules-common 2.6.27-7.12 Non-free Linux 2.6.27 modules helper script
ii linux-restricted-modules-generic 2.6.27.7.11 Restricted Linux modules for generic kernels
ii linux-sound-base 1.0.17.dfsg-2ubuntu1 base package for ALSA and OSS sound systems
ii linux-source-2.6.27 2.6.27-7.14 Linux kernel source for version 2.6.27 with
ii linuxinfo 1.1.8-25 Displays extended system information
ii syslinux 2:3.63+dfsg-2ubuntu3 Bootloader for Linux/i386 using MS-DOS flopp
ii util-linux 2.14-1ubuntu2 Miscellaneous system utilities



larynx@netpanel-87-246-201-6:~$ ls /usr/src
linux linux-headers-2.6.27-7 linux-source-2.6.27.tar.bz2

: 30 października 2008, 17:58
autor: ilin
To instaluj tak
Przy instalacji sterownika dodaj opcję --kernel-source=/usr/src/linux-headers-2.6.27-7

Bądz zrob dowiązanie (tam masz jedno slepe)
Usun je najpierw

Kod: Zaznacz cały

 rm /usr/src/linux
potem zrób nowe

Kod: Zaznacz cały

ln -s linux-headers-2.6.27-7 /usr/src/linux

: 30 października 2008, 19:00
autor: larynx
Zrobiłem tym drugim sposobem czyli:
rm /usr/src/linux
ln -s linux-headers-2.6.27-7 /usr/src/linux
ale chyba to nic nie dało:
Obrazek

edit:
Zostawiam problem do niedzieli bo wyjeżdżam na ¦więto Zmarłych.

: 31 października 2008, 07:21
autor: ilin
Tu wyglada ze cos z tym ubuntowym linux-headers jest cos nie tak.

Wyszlo juz oficjalnie nowe ubuntu to moze juz poprawili.
Zassaj z repo aktualne jajo wraz z nagłówkami i wtedy próbuj instalowac ten spatchowany sterownik.

: 03 listopada 2008, 09:44
autor: larynx
Witam wszystkich po krótkiej przerwie
Po zaktualizowaniu spaczowany sterownik zainstalował się bez problemu, problem pojawił się po restarcie- wywala błąd i ubuntu odpala się w bezpiecznym trybie graficznym
Ubuntu is running in low-graphics mode
(EE) Problem parsing the config file
(EE) Error parsing the config file
Jak podejrzewam to mam coś skopane w /etc/X11/xorg.conf
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder57) Wed Jul 2 12:30:48 PDT 2008

Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection

Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
EndSection

Section "Module"
Load "dbe"
Load "extmod"
Load "type1"
Load "freetype"
Load "glx"
EndSection

Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 30.0 - 110.0
VertRefresh 50.0 - 150.0
Option "DPMS"
EndSection

Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

: 03 listopada 2008, 10:11
autor: ilin
Pokaż lepiej zawartość pliku /var/log/Xorg.0.log

P.S. Już nie trzeba patchować sterownika nvidia wydała nowy
http://www.nvnews.net/vbulletin/showthread.php?t=122139

: 03 listopada 2008, 10:27
autor: larynx
ilin pisze:Pokaż lepiej zawartość pliku /var/log/Xorg.0.log
proszę: http://wklej.org/id/14840/

: 03 listopada 2008, 10:33
autor: ilin
To jest log ze startu na sterowniku vesa.
Ja chce widzieć log z nieudanego startu na sterowniku nvidia.

: 03 listopada 2008, 10:41
autor: larynx
może i vesy bo jak odpalałem w bezpiecznym trybie graficznym to sie odpalało na vesie
Ale to już nie ważne naprawiłem błąd: odinstalowałem sterownik i zainstalowałem ten
P.S. Już nie trzeba patchować sterownika nvidia wydała nowy
http://www.nvnews.net/vbu...ad.php?t=122139
i wszysto już smiga jak należy :-D wielkie dzięki ilin za pomoc masz u mnie piwko :mrgreen: