View previous topic :: View next topic |
Author |
Message |
Lorenzo522 n00b
Joined: 14 Jul 2004 Posts: 28
|
Posted: Thu Dec 23, 2004 8:13 am Post subject: [RISOLTO]scheda wireless, funziona.. ma |
|
|
.. ma mi fa una cosa strana.
Nel senso che se la scheda la inserisco a caldo tutto ok, ma se accendo il computer con la scheda già inserita non me la vede. La devo togliere e rimettere. Ho cercato un pò a giro ma sembra che sia l'unico (sai che fortuna!! ) ad avere questo problema
che ne pensate?
grazie in anticipo!
Last edited by Lorenzo522 on Thu Dec 23, 2004 9:25 am; edited 1 time in total |
|
Back to top |
|
|
randomaze Bodhisattva
Joined: 21 Oct 2003 Posts: 9985
|
Posted: Thu Dec 23, 2004 9:03 am Post subject: Re: scheda wireless, funziona.. ma |
|
|
Lorenzo522 wrote: | Nel senso che se la scheda la inserisco a caldo tutto ok, ma se accendo il computer con la scheda già inserita non me la vede. |
Sembra che tu non abbia emerso coldplug oppure non l hai aggiunto tra i servizi che devono partire all'accensione della macchina.
Code: | emerge coldplug # per installarlo
rc-update add coldplug default #per aggiungerlo tra i servizi |
(controlla con una ricerca nel forum che il runlevel corretto per coldplug sia 'default' e non 'boot', al momento non mi ricordo!) _________________ Ciao da me! |
|
Back to top |
|
|
Lorenzo522 n00b
Joined: 14 Jul 2004 Posts: 28
|
Posted: Thu Dec 23, 2004 9:24 am Post subject: |
|
|
Hai ragionissimo
ora funziona tutto, grazie mille!
Lorenzo |
|
Back to top |
|
|
n3mo l33t
Joined: 28 Mar 2004 Posts: 657 Location: In a Cruel World
|
Posted: Thu Dec 23, 2004 9:27 am Post subject: |
|
|
Il runlevel giusto è boot, dalla GWN: Quote: | 8. Tips and Tricks
Hotplugging? Coldplugging!
Today's tip comes straight from Gentoo's kernel package maintainer and developer department, and it reflects quite an important change in the behaviour of a core mechanism during the boot process. The sys-apps/hotplug package is commonly installed on desktop systems in order to provide automatic loading of modules when hardware is plugged in during system operation. As well as automatically loading modules when new devices are plugged in, the previous hotplug releases also scanned the system hardware at bootup and loaded modules for any detected hardware.
Technically, autoloading modules at bootup is not hotplugging, and as such, this functionality has been removed from the latest hotplug release. If you previously relied on hotplug autoloading modules at bootup and wish to keep it that way, then all you need to do is install the more appropriately named coldplug package:
Code Listing 8.1: Emerge and activate coldplug
emerge coldplug
rc-update add coldplug boot
Bear in mind that it is generally safer to include the modules you want to autoload in the /etc/modules.autoload.d/kernel-2.x file, though. Do yourself a favor and switch back to the canonical way if you ever experience problems with coldplug. |
_________________ Google, really. |
|
Back to top |
|
|
randomaze Bodhisattva
Joined: 21 Oct 2003 Posts: 9985
|
Posted: Thu Dec 23, 2004 10:08 am Post subject: |
|
|
n3mo wrote: | Il runlevel giusto è boot, dalla GWN |
Uh, ok, ricordavo male
Lorenzo522, devi cambiargli il runlevel:
Code: | rc-update del coldplug default
rc-update add coldplug boot |
Naturalmente una lettura della apposita sezione de manuale ti chiarisce i vari passaggi che ti ho detto _________________ Ciao da me! |
|
Back to top |
|
|
Lorenzo522 n00b
Joined: 14 Jul 2004 Posts: 28
|
Posted: Thu Dec 23, 2004 2:00 pm Post subject: |
|
|
lo faccio subito
Grazie mille ragazzi! |
|
Back to top |
|
|
|