Buongiorno,
sono nuovo qui, ho appena installato Debian 4.0
(kernel 2.6.18-6-686)
Premetto che uso già da quasi un anno Ubuntu e per spirito di curiosità ho voluto installare anche debian.
Ho subito riscontrato 3 problemi di cui uno solo sono riuscito a risolvere. Il primo è il funzionamento del X server per la grafica che ho risolto cambiando le impostazioni nel file /etc/X11/xorg.conf.
Gli altri due sono: la scheda audio k non viene rilevata dal sistema (intel integrata, e che a suo tempo su ubuntu l'ho risolto così
Quote:
Ubuntu da una numerazione per le schede audio che parte da zero (questo è il suo modo). 'Zero' corrisponde chiaramente alla scheda audio numero 'uno'. In pratica quella che parte di default
Insomma:
Apri il file /modules con
Codice:
sudo gedit /etc/modules
e alla fine del file inserisci:
Citazione
snd-hda-intel
salva esci.
Ora apri il file /alsa-base con:
Codice:
sudo gedit /etc/modprobe.d/alsa-basee in fondo al file inserisci questa stringa:
Codice:
options snd-hda-intel model=lenovo
salva esci riavvia la macchina.
Controlla
Codice:
alsamixer -V alltracce in mute abilitale con tasto 'M', mentre con frecce alzi i volumi e ti muovi lungo il mixer.
Buona musica
chiedendo direttamente aiuto nel forum di ubuntu.
il secondo è il collegamento della scheda di rete che pur avendo banalmente lo sponotto del cavo di rete collegato non mi dà nessuna connessione. Neanche a parlarne del collegamento wireless.
come faccio per ottenere tutti e due?
io ho un Asus pro57S series
scheda di rete intel pro/wireless 802.11 abgn+BT
(così c'è scritto
)
processore inel centrino duo T9300







ecco il comando lspci:

debian:/home/davide# lspci<br />00:00.0 Host bridge: Intel Corporation Mobile Memory Controller Hub (rev 03)<br />00:01.0 PCI bridge: Intel Corporation Mobile PCI Express Root Port (rev 03)<br />00:1a.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI #4 (rev 03)<br />00:1a.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI #5 (rev 03)<br />00:1a.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI #2 (rev 03)<br />00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03)<br />00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 (rev 03)<br />00:1c.1 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 2 (rev 03)<br />00:1c.2 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 3 (rev 03)<br />00:1c.3 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 4 (rev 03)<br />00:1c.4 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 5 (rev 03)<br />00:1c.5 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 6 (rev 03)<br />00:1d.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI #1 (rev 03)<br />00:1d.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI #2 (rev 03)<br />00:1d.2 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI #3 (rev 03)<br />00:1d.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI #1 (rev 03)<br />00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev f3)<br />00:1f.0 ISA bridge: Intel Corporation Mobile LPC Interface Controller (rev 03)<br />00:1f.1 IDE interface: Intel Corporation Mobile IDE Controller (rev 03)<br />00:1f.2 SATA controller: Intel Corporation Mobile SATA AHCI Controller (rev 03)<br />01:00.0 VGA compatible controller: nVidia Corporation Unknown device 0405 (rev a1)<br />02:00.0 Ethernet controller: Unknown device 1969:1048 (rev b0)<br />03:00.0 Network controller: Intel Corporation Unknown device 4229 (rev 61)<br />09:01.0 FireWire (IEEE 1394): Ricoh Co Ltd Unknown device 0832 (rev 05)<br />09:01.1 Generic system peripheral [0805]: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 22)<br />09:01.2 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter (rev 12)<br />09:01.3 System peripheral: Ricoh Co Ltd xD-Picture Card Controller (rev 12)<br />debian:/home/davide#<br /><br />di queste sigle che usa GNU/Linux non ci ho mai capito un granchè però da quel che intuisco da qui non mi riconosce la scheda di rete... è giusto o sto dicendo sciocchezze?
Davide.