|
|||||||
|
|
|
![]() |
|
|
Strumenti |
|
|
#41 | |
|
Senior Member
Iscritto dal: Jul 2004
Città: Napoli
Messaggi: 2029
|
Quote:
|
|
|
|
|
|
|
#42 |
|
Senior Member
Iscritto dal: Jul 2004
Città: Napoli
Messaggi: 2029
|
questo è il mio lspci
ghiotto:/home/ghiotto86# lspci 0000:00:00.0 Host bridge: Silicon Integrated Systems [SiS] 755 Ho 0000:00:01.0 PCI bridge: Silicon Integrated Systems [SiS] SG86C20 0000:00:02.0 ISA bridge: Silicon Integrated Systems [SiS] SiS85C5idge) (rev 25) 0000:00:02.5 IDE interface: Silicon Integrated Systems [SiS] 5513 0000:00:02.6 Modem: Silicon Integrated Systems [SiS] AC'97 Modem a0) 0000:00:02.7 Multimedia audio controller: Silicon Integrated Syst Controller (rev a0) 0000:00:03.0 USB Controller: Silicon Integrated Systems [SiS] USB (rev 0f) 0000:00:03.1 USB Controller: Silicon Integrated Systems [SiS] USB (rev 0f) 0000:00:03.3 USB Controller: Silicon Integrated Systems [SiS] USB 0000:00:04.0 Ethernet controller: Silicon Integrated Systems [SiSst Ethernet (rev 91) 0000:00:06.0 FireWire (IEEE 1394): Texas Instruments TSB43AB22/A Controller (PHY/Link) 0000:00:09.0 CardBus bridge: O2 Micro, Inc. OZ711M1 SmartCardBusontroller (rev 20) 0000:00:09.1 CardBus bridge: O2 Micro, Inc. OZ711M1 SmartCardBusontroller (rev 20) 0000:00:09.2 System peripheral: O2 Micro, Inc. OZ711Mx MultiMedia 0000:00:0b.0 Network controller: RaLink Ralink RT2500 802.11 Cardard (rev 01) 0000:00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 NorthBr 0000:00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 NorthBr 0000:00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 NorthBr 0000:00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 NorthBr 0000:01:00.0 VGA compatible controller: ATI Technologies Inc RV35eon 9600 M10] mi dici per favore le voci che devo mettere come statico nel kernel??? |
|
|
|
|
|
#43 | |
|
Senior Member
Iscritto dal: Dec 2000
Città: Milano
Messaggi: 2089
|
Quote:
tuttavia io staticamente compilerei: Per il chipset (staticamente) 0000:00:00.0 Host bridge: Silicon Integrated Systems [SiS] 755 Ho 0000:00:01.0 PCI bridge: Silicon Integrated Systems [SiS] SG86C20 0000:00:02.0 ISA bridge: Silicon Integrated Systems [SiS] SiS85C5idge) (rev 25) Cerca per il chipset SiS o Silicon Integrated System Stessa cosa per i driver audio (modulari però!!!) Supporto firewire mettilo modulare, invece metti statico per la sk di rete 0000:00:0b.0 Network controller: RaLink Ralink RT2500 802.11 Cardard (rev 01) Però non saprei dirti quale mettere... non ho un kernel da spulciare qui! Per la sk video metti modulare, così se installi i driver della ati non hai problemi
__________________
---- Debian Clan official Sherlock Holmes ----
|
|
|
|
|
|
|
#44 | |
|
Senior Member
Iscritto dal: Jul 2004
Città: Napoli
Messaggi: 2029
|
Quote:
drivers/built-in.o(.text+0xa62a8): In function `isd200_get_inquiry_data': : undefined reference to `ide_fix_driveid' make[1]: *** [.tmp_vmlinux1] Error 1 make[1]: Leaving directory `/usr/src/kernel-source-2.6.10' make: *** [stamp-build] Error 2 ghiotto:/usr/src/linux# che casso è??? prima andava bene. |
|
|
|
|
|
|
#45 |
|
Senior Member
Iscritto dal: Dec 2000
Città: Milano
Messaggi: 2089
|
Non so cosa dirti
__________________
---- Debian Clan official Sherlock Holmes ----
|
|
|
|
|
|
#46 | |
|
Senior Member
Iscritto dal: Jul 2004
Città: Napoli
Messaggi: 2029
|
Quote:
|
|
|
|
|
|
|
#47 |
|
Senior Member
Iscritto dal: Dec 2001
Città: /dev/rotfl
Messaggi: 7276
|
we
allora: prova a vedere se hai tutto ciò che ti serve: $apt-get install make gcc kernel-package libncurses5-dev modules-init-tools scaricati: http://ck.kolivas.org/patches/2.6/2....2.6.10-ck5.bz2 scaricati i sorgenti del 2.6.10 da kernel.org e ridecomprimili puliti puliti. (http://www.kernel.org/pub/linux/kern...2.6.10.tar.bz2) $tar -jxvf linux-2.6.10.tar.bz2 - spostali in /usr/src $mv -f linux-2.6.10 /usr/src/ $cd /usr/src/ -rimuovi il link vecchio: $rm linux -nuovo link $ln -s linux-2.6.10 linux $cd linux $pwd /usr/src/linux Applicare la patch kolivas: -spostare la patch: $mv patch-2.6.10-ck5.bz2 /usr/src/linux/ -decompressione: $bunzip patch-2.6.10-ck5.bz2 -prova la patch: $patch -Np1 -i patch-2.6.10-ck5 --dry-run se non ci sono errori applicare la patch: $patch -Np1 -i patch-2.6.10-ck5 - prendi il .config che del kernel attualmente funzionante (anche se non è il 2.6.10 basti che sia della sere 2.6.x ) con il quale avvi il pc e posti sul forum - copia del file di configurazione sui sorgenti da preparare: $cp /dove/sta/il_file/.config /usr/src/linux/.config -backup .config: $cp .config ../ -pulizia : $make mrproper -ripristino .config poco fa eliminato dalla pulizia: $mv ../.config . -adattamento del .config del vecchio kernel al nuovo 2.6.10 $make oldconfig rispodi dando INVIO in modo da impostare la scelta che viene consigliata. $cp .config ../.config_forse_funzionante-2.6.10 $make-kpkg clean $make-kpkg kernel_image $dpkg -i ../kernel-image-2.6.10....Custom_i386.deb $saluti e figli maschi
__________________
....::::fluxbox è talmente veloce che quando digito startx, il WM aspetta che il server Xorg lo raggiunga - PiloZ::::...
|
|
|
|
|
|
#48 | |
|
Senior Member
Iscritto dal: Dec 2000
Città: Milano
Messaggi: 2089
|
Quote:
__________________
---- Debian Clan official Sherlock Holmes ----
|
|
|
|
|
|
|
#49 | |
|
Senior Member
Iscritto dal: Dec 2001
Città: /dev/rotfl
Messaggi: 7276
|
Quote:
attentiamo risposte dal ghiottone86
__________________
....::::fluxbox è talmente veloce che quando digito startx, il WM aspetta che il server Xorg lo raggiunga - PiloZ::::...
|
|
|
|
|
|
|
#50 |
|
Senior Member
Iscritto dal: Dec 2000
Città: Milano
Messaggi: 2089
|
Zì zì... intanto spammiamo un po'!
In effetti poi vediamo se c'è sto baco nel driver vesa del kernel debianizzato!
__________________
---- Debian Clan official Sherlock Holmes ----
|
|
|
|
|
|
#51 | |
|
Senior Member
Iscritto dal: Dec 2001
Città: /dev/rotfl
Messaggi: 7276
|
Quote:
__________________
....::::fluxbox è talmente veloce che quando digito startx, il WM aspetta che il server Xorg lo raggiunga - PiloZ::::...
|
|
|
|
|
|
|
#52 |
|
Senior Member
Iscritto dal: Dec 2000
Città: Milano
Messaggi: 2089
|
Pure io, poi sono passato ai precompilati debian, poi ai sorgenti debian... e in questo c'era sto bachetto... menomale che ho trovato che c'era... sennò ero ancora lì a piangere perchè non avevo bootsplash!
Al prossimo kernel voglio mettere il refresh del framebuffer a 85 Hz... così la pernacchia a winzozz diventa ancora più rumorosa!!!
__________________
---- Debian Clan official Sherlock Holmes ----
|
|
|
|
|
|
#53 |
|
Senior Member
Iscritto dal: Dec 2001
Città: /dev/rotfl
Messaggi: 7276
|
ma ghiotto86 invece di provare a compilare non starà mica giocando a Need For Speed 3 Hot Pursuit
__________________
....::::fluxbox è talmente veloce che quando digito startx, il WM aspetta che il server Xorg lo raggiunga - PiloZ::::...
|
|
|
|
|
|
#54 | |
|
Senior Member
Iscritto dal: Jul 2004
Città: Napoli
Messaggi: 2029
|
Quote:
va bene??? ghiotto:/usr/src/linux# patch -Np1 -i patch-2.6.10-ck5 --dry-run patching file arch/i386/Kconfig Hunk #1 succeeded at 549 (offset 36 lines). Hunk #2 succeeded at 777 (offset 36 lines). patching file arch/i386/kernel/cpu/common.c Reversed (or previously applied) patch detected! Skipping patch. 2 out of 2 hunks ignored -- saving rejects to file arch/i386/kernel/cpu/common.c.rej patching file arch/i386/kernel/cpu/cpufreq/gx-suspmod.c Reversed (or previously applied) patch detected! Skipping patch. 1 out of 1 hunk ignored -- saving rejects to file arch/i386/kernel/cpu/cpufreq/gx-suspmod.c.rej patching file arch/i386/kernel/cpu/cpufreq/p4-clockmod.c Reversed (or previously applied) patch detected! Skipping patch. 1 out of 1 hunk ignored -- saving rejects to file arch/i386/kernel/cpu/cpufreq/p4-clockmod.c.rej patching file arch/i386/kernel/entry.S patching file arch/i386/kernel/traps.c patching file arch/i386/lib/delay.c patching file arch/i386/mm/init.c patching file arch/i386/oprofile/nmi_int.c patching file arch/mips/kernel/irixelf.c Reversed (or previously applied) patch detected! Skipping patch. 4 out of 4 hunks ignored -- saving rejects to file arch/mips/kernel/irixelf.c.rej patching file arch/sh/lib/delay.c patching file arch/sparc64/kernel/binfmt_aout32.c Reversed (or previously applied) patch detected! Skipping patch. 5 out of 5 hunks ignored -- saving rejects to file arch/sparc64/kernel/binfmt_aout32.c.rej patching file arch/sparc64/kernel/pci_psycho.c Reversed (or previously applied) patch detected! Skipping patch. 1 out of 1 hunk ignored -- saving rejects to file arch/sparc64/kernel/pci_psycho.c.rej patching file arch/sparc64/lib/delay.c patching file arch/sparc64/solaris/ioctl.c Reversed (or previously applied) patch detected! Skipping patch. 2 out of 2 hunks ignored -- saving rejects to file arch/sparc64/solaris/ioctl.c.rej patching file arch/sparc64/solaris/socksys.c Reversed (or previously applied) patch detected! Skipping patch. 1 out of 1 hunk ignored -- saving rejects to file arch/sparc64/solaris/socksys.c.rej patching file arch/sparc64/solaris/timod.c Reversed (or previously applied) patch detected! Skipping patch. 2 out of 2 hunks ignored -- saving rejects to file arch/sparc64/solaris/timod.c.rej patching file arch/x86_64/ia32/ia32_aout.c Reversed (or previously applied) patch detected! Skipping patch. 5 out of 5 hunks ignored -- saving rejects to file arch/x86_64/ia32/ia32_aout.c.rej patching file arch/x86_64/Kconfig patching file arch/x86_64/lib/delay.c patching file drivers/acpi/ibm_acpi.c Reversed (or previously applied) patch detected! Skipping patch. 1 out of 1 hunk ignored -- saving rejects to file drivers/acpi/ibm_acpi.c.rej patching file drivers/acpi/video.c Reversed (or previously applied) patch detected! Skipping patch. 1 out of 1 hunk ignored -- saving rejects to file drivers/acpi/video.c.rej patching file drivers/atm/zatm.c Reversed (or previously applied) patch detected! Skipping patch. 1 out of 1 hunk ignored -- saving rejects to file drivers/atm/zatm.c.rej patching file drivers/block/cfq-iosched.c Reversed (or previously applied) patch detected! Skipping patch. 1 out of 1 hunk ignored -- saving rejects to file drivers/block/cfq-iosched.c.rej patching file drivers/block/elevator.c patching file drivers/block/noop-iosched.c Reversed (or previously applied) patch detected! Skipping patch. 1 out of 1 hunk ignored -- saving rejects to file drivers/block/noop-iosched.c.rej patching file drivers/block/scsi_ioctl.c Hunk #2 FAILED at 337. 1 out of 2 hunks FAILED -- saving rejects to file drivers/block/scsi_ioctl.c.rej patching file drivers/char/moxa.c Reversed (or previously applied) patch detected! Skipping patch. 4 out of 4 hunks ignored -- saving rejects to file drivers/char/moxa.c.rej patching file drivers/char/random.c Reversed (or previously applied) patch detected! Skipping patch. 2 out of 2 hunks ignored -- saving rejects to file drivers/char/random.c.rej patching file drivers/ide/ide-probe.c Reversed (or previously applied) patch detected! Skipping patch. 1 out of 1 hunk ignored -- saving rejects to file drivers/ide/ide-probe.c.rej patching file drivers/ide/pci/generic.c Reversed (or previously applied) patch detected! Skipping patch. 1 out of 1 hunk ignored -- saving rejects to file drivers/ide/pci/generic.c.rej patching file drivers/input/gameport/Makefile Reversed (or previously applied) patch detected! Skipping patch. 1 out of 1 hunk ignored -- saving rejects to file drivers/input/gameport/Makefile.rej patching file drivers/parport/parport_pc.c Reversed (or previously applied) patch detected! Skipping patch. 2 out of 2 hunks ignored -- saving rejects to file drivers/parport/parport_pc.c.rej patching file drivers/pci/search.c patching file drivers/scsi/libata-core.c Reversed (or previously applied) patch detected! Skipping patch. 3 out of 3 hunks ignored -- saving rejects to file drivers/scsi/libata-core.c.rej patching file drivers/serial/serial_core.c Reversed (or previously applied) patch detected! Skipping patch. 1 out of 1 hunk ignored -- saving rejects to file drivers/serial/serial_core.c.rej patching file drivers/usb/serial/ftdi_sio.c Reversed (or previously applied) patch detected! Skipping patch. 1 out of 1 hunk ignored -- saving rejects to file drivers/usb/serial/ftdi_sio.c.rej patching file drivers/video/console/vgacon.c patching file drivers/video/matrox/matroxfb_base.c Reversed (or previously applied) patch detected! Skipping patch. 1 out of 1 hunk ignored -- saving rejects to file drivers/video/matrox/matroxfb_base.c.rej patching file fs/binfmt_aout.c Reversed (or previously applied) patch detected! Skipping patch. 6 out of 6 hunks ignored -- saving rejects to file fs/binfmt_aout.c.rej patching file fs/binfmt_elf.c Reversed (or previously applied) patch detected! Skipping patch. 5 out of 5 hunks ignored -- saving rejects to file fs/binfmt_elf.c.rej patching file fs/dcache.c patching file fs/exec.c patching file fs/ext3/balloc.c patching file fs/ext3/ialloc.c patching file fs/ext3/namei.c patching file fs/ext3/super.c patching file fs/fs-writeback.c patching file fs/inode.c patching file fs/jbd/checkpoint.c patching file fs/jbd/commit.c patching file fs/jbd/recovery.c patching file fs/nfs/dir.c Reversed (or previously applied) patch detected! Skipping patch. 2 out of 2 hunks ignored -- saving rejects to file fs/nfs/dir.c.rej patching file fs/nfs/direct.c Reversed (or previously applied) patch detected! Skipping patch. 1 out of 1 hunk ignored -- saving rejects to file fs/nfs/direct.c.rej patching file fs/nfs/inode.c Reversed (or previously applied) patch detected! Skipping patch. 1 out of 1 hunk ignored -- saving rejects to file fs/nfs/inode.c.rej patching file fs/proc/array.c patching file fs/select.c patching file include/asm-alpha/io_trivial.h Reversed (or previously applied) patch detected! Skipping patch. 2 out of 2 hunks ignored -- saving rejects to file include/asm-alpha/io_trivial.h.rej patching file include/asm-alpha/spinlock.h patching file include/asm-arm/spinlock.h patching file include/asm-i386/page.h patching file include/asm-i386/processor.h Reversed (or previously applied) patch detected! Skipping patch. 2 out of 2 hunks ignored -- saving rejects to file include/asm-i386/processor.h.rej patching file include/asm-i386/smp.h patching file include/asm-i386/spinlock.h patching file include/asm-ia64/spinlock.h patching file include/asm-mips/spinlock.h patching file include/asm-parisc/spinlock.h patching file include/asm-parisc/system.h patching file include/asm-ppc64/spinlock.h patching file include/asm-ppc/spinlock.h patching file include/asm-s390/spinlock.h patching file include/asm-sh/spinlock.h patching file include/asm-sparc64/pgtable.h Reversed (or previously applied) patch detected! Skipping patch. 1 out of 1 hunk ignored -- saving rejects to file include/asm-sparc64/pgtable.h.rej patching file include/asm-sparc64/spinlock.h patching file include/asm-sparc/spinlock.h patching file include/asm-x86_64/smp.h patching file include/asm-x86_64/spinlock.h patching file include/linux/hardirq.h patching file include/linux/init_task.h patching file include/linux/interrupt.h patching file include/linux/ipv6.h Reversed (or previously applied) patch detected! Skipping patch. 2 out of 2 hunks ignored -- saving rejects to file include/linux/ipv6.h.rej patching file include/linux/mmzone.h patching file include/linux/pci.h patching file include/linux/preempt.h patching file include/linux/sched.h patching file include/linux/smp.h patching file include/linux/smp_lock.h patching file include/linux/spinlock.h patching file include/linux/swap.h patching file include/linux/sysctl.h patching file include/linux/writeback.h patching file include/net/route.h patching file include/net/snmp.h patching file init/main.c patching file kernel/cpu.c patching file kernel/exit.c patching file kernel/irq/handle.c patching file kernel/kthread.c patching file kernel/module.c patching file kernel/power/process.c patching file kernel/printk.c patching file kernel/sched.c patching file kernel/softirq.c patching file kernel/spinlock.c patching file kernel/stop_machine.c patching file kernel/sysctl.c patching file kernel/timer.c patching file kernel/workqueue.c patching file lib/Kconfig.debug patching file lib/kernel_lock.c patching file Makefile patching file mm/memory.c patching file mm/mmap.c Hunk #2 FAILED at 1320. Hunk #3 FAILED at 1390. Hunk #4 FAILED at 1429. Hunk #5 FAILED at 1445. Hunk #6 succeeded at 1839 with fuzz 1 (offset 37 lines). 4 out of 6 hunks FAILED -- saving rejects to file mm/mmap.c.rej patching file mm/msync.c patching file mm/page_alloc.c patching file mm/page-writeback.c patching file mm/slab.c patching file mm/vmscan.c Hunk #9 FAILED at 1083. Hunk #10 succeeded at 1195 (offset 1 line). 1 out of 10 hunks FAILED -- saving rejects to file mm/vmscan.c.rej patching file net/core/sock.c patching file net/ipv4/netfilter/ip_conntrack_proto_sctp.c Reversed (or previously applied) patch detected! Skipping patch. 3 out of 3 hunks ignored -- saving rejects to file net/ipv4/netfilter/ip_conntrack_proto_sctp.c.rej patching file net/ipv4/netfilter/ip_conntrack_proto_tcp.c Reversed (or previously applied) patch detected! Skipping patch. 1 out of 1 hunk ignored -- saving rejects to file net/ipv4/netfilter/ip_conntrack_proto_tcp.c.rej patching file net/ipv4/netfilter/ip_conntrack_standalone.c Reversed (or previously applied) patch detected! Skipping patch. 3 out of 3 hunks ignored -- saving rejects to file net/ipv4/netfilter/ip_conntrack_standalone.c.rej patching file net/ipv4/netfilter/ipt_ECN.c Reversed (or previously applied) patch detected! Skipping patch. 1 out of 1 hunk ignored -- saving rejects to file net/ipv4/netfilter/ipt_ECN.c.rej patching file net/ipv4/netfilter/ipt_recent.c Reversed (or previously applied) patch detected! Skipping patch. 2 out of 2 hunks ignored -- saving rejects to file net/ipv4/netfilter/ipt_recent.c.rej patching file net/ipv4/tcp.c Reversed (or previously applied) patch detected! Skipping patch. 3 out of 3 hunks ignored -- saving rejects to file net/ipv4/tcp.c.rej patching file net/ipv4/tcp_ipv4.c patching file net/ipv6/sit.c Reversed (or previously applied) patch detected! Skipping patch. 1 out of 1 hunk ignored -- saving rejects to file net/ipv6/sit.c.rej patching file net/sctp/input.c Reversed (or previously applied) patch detected! Skipping patch. 1 out of 1 hunk ignored -- saving rejects to file net/sctp/input.c.rej patching file net/sunrpc/sched.c Reversed (or previously applied) patch detected! Skipping patch. 3 out of 3 hunks ignored -- saving rejects to file net/sunrpc/sched.c.rej patching file net/sunrpc/xdr.c Reversed (or previously applied) patch detected! Skipping patch. 3 out of 3 hunks ignored -- saving rejects to file net/sunrpc/xdr.c.rej patching file security/dummy.c Reversed (or previously applied ???????? io ne avevo n'altra da bootsplash.de |
|
|
|
|
|
|
#55 |
|
Senior Member
Iscritto dal: Dec 2000
Città: Milano
Messaggi: 2089
|
Eh mi sa che hai ragione... mmmuoviti ghiottoooooooooo!!!
__________________
---- Debian Clan official Sherlock Holmes ----
|
|
|
|
|
|
#56 |
|
Senior Member
Iscritto dal: Dec 2000
Città: Milano
Messaggi: 2089
|
Difatti quella è un'altra patch, applichi quella e poi quella di bootsplash... però... non so ha dato dei FAILED... piloz dove seiiiii? vieni a spiegare!!!
__________________
---- Debian Clan official Sherlock Holmes ----
|
|
|
|
|
|
#57 | |
|
Senior Member
Iscritto dal: Jul 2004
Città: Napoli
Messaggi: 2029
|
Quote:
|
|
|
|
|
|
|
#58 | |
|
Senior Member
Iscritto dal: Dec 2001
Città: /dev/rotfl
Messaggi: 7276
|
Quote:
__________________
....::::fluxbox è talmente veloce che quando digito startx, il WM aspetta che il server Xorg lo raggiunga - PiloZ::::...
|
|
|
|
|
|
|
#59 | |
|
Senior Member
Iscritto dal: Jul 2004
Città: Napoli
Messaggi: 2029
|
Quote:
dove sta il file della config funzionante??? forse in /boot?? ma quello non è .confg. $cp ../.config . lo devo scrivero così com'è qua?? e mv ../.config anche questo??? poi Ultima modifica di ghiotto86 : 27-01-2005 alle 16:46. |
|
|
|
|
|
|
#60 |
|
Senior Member
Iscritto dal: Dec 2000
Città: Milano
Messaggi: 2089
|
Domanda:
Questo driver Device Drivers -> ATA/ATAPI/MFM/RLL support -> <*> SiS5513 chipset support L'hai compilato statico? e anche questo? Device Drivers -> SCSI device support -> SCSI low-level drivers -> <*> SiS 964/180 SATA support (se usi anche il sata) Il primo è abbastanza importante... senza il supporto al chipset un bel kernel panic è probabile!
__________________
---- Debian Clan official Sherlock Holmes ----
|
|
|
|
|
| Strumenti | |
|
|
Tutti gli orari sono GMT +1. Ora sono le: 18:14.











---- Debian Clan official Sherlock Holmes ----








