View previous topic :: View next topic |
Author |
Message |
cirilloblu n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 16 Dec 2006 Posts: 8
|
Posted: Sat Dec 16, 2006 2:11 am Post subject: [risolto] 3c509 nel kernel 2.5.18 r4 |
|
|
salve
avete voi idea di dove può essere finita la voce per attivare il supporto per 3c509?
nel kernel, dove stava prima, non c'è più traccia
come driver per la serie 3com sono rimasti solo il 3c59x e typhoon, delle vecchie schede niente
pensavo a una eventuale eliminazione perchè oramai driver vecchio, però se controllo nei sorgenti del kernel c'è ancora il file 3c509.c e anche la documentazione...
c'è modo per riuscire a compilare questo come modulo, magari senza passare dal menuconfig del kernel?
oppure c'è qualche patch che "riattiva" le voci corrispondenti nel kernel?
grazie mille, attendo risposte
ciao e scusate il disturbo
Last edited by cirilloblu on Sat Dec 16, 2006 4:03 pm; edited 1 time in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Luc484 Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/15087080645550c40d7524.jpg)
Joined: 26 Mar 2005 Posts: 1035 Location: Italy
|
Posted: Sat Dec 16, 2006 4:21 am Post subject: |
|
|
Non ho capito bene dove tu la stia cercando. L'hai inserita come modulo nel kernel? Io ce l'ho sotto "Ethernet (10 or 100Mbit)". |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
cirilloblu n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 16 Dec 2006 Posts: 8
|
Posted: Sat Dec 16, 2006 5:10 am Post subject: |
|
|
il problema è che io non ce l'ho sotto "Ethernet (10 or 100Mbit)".
la cerco in "Ethernet (10 or 100Mbit) /3COM" come facevo in genere
la cerco proprio nel kernel, per attivarla! |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
.:chrome:. Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
![](images/avatars/1738078993454a825c7608f.jpg)
Joined: 19 Feb 2005 Posts: 4588 Location: Brescia, Italy
|
Posted: Sat Dec 16, 2006 8:56 am Post subject: |
|
|
dovresti guardare nella documentazione se per caso quel supporto è stato eliminato.
il file feature-removal-schedule.txt andrebbe sempre consultato prima di fare un aggiornamento.
se è così non devi fare altro che un downgrade alla 2.6.16 che è considerato IL kernel stabile per definizione.
l'unico branch ufficialmente considerato stabile e per la produzione è appunto quello del kernel 2.6.16 che viene costantemente aggiornato con le stesse presenti e bugfix introdotti nelle versioni successive. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
crisandbea Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
Joined: 03 Jul 2005 Posts: 1778 Location: BOSCO (SA) ... ma domiciliato a Bologna....
|
Posted: Sat Dec 16, 2006 9:09 am Post subject: |
|
|
cirilloblu wrote: | il problema è che io non ce l'ho sotto "Ethernet (10 or 100Mbit)".
la cerco in "Ethernet (10 or 100Mbit) /3COM" come facevo in genere
la cerco proprio nel kernel, per attivarla! |
che kernel usi ????
nel mio che è v2.6.18-gentoo-r4 , trovi tale supporto come descritto sotto, ovviamente devi prima inserire built-in la voce 3COM cards, e dopo vedrai i supporti.
Code: |
Linux Kernel v2.6.18-gentoo-r4 Configuration
────────────────────────────────────────────────────────────────────────────────────────────────────────────────
┌──────────────────────────────────────── Ethernet (10 or 100Mbit) ─────────────────────────────────────────┐
│ Arrow keys navigate the menu. <Enter> selects submenus --->. Highlighted letters are hotkeys. │
│ Pressing <Y> includes, <N> excludes, <M> modularizes features. Press <Esc><Esc> to exit, <?> for Help, │
│ </> for Search. Legend: [*] built-in [ ] excluded <M> module < > module capable │
│ │
│ ┌────────────────^(-)───────────────────────────────────────────────────────────────────────────────────┐ │
│ │ [*] 3COM cards │ │
│ │ < > 3c501 "EtherLink" support (NEW) │ │
│ │ < > 3c503 "EtherLink II" support (NEW) │ │
│ │ < > 3c505 "EtherLink Plus" support (NEW) │ │
│ │ < > 3c507 "EtherLink 16" support (EXPERIMENTAL) (NEW) │ │
│ │ < > 3c509/3c529 (MCA)/3c579 "EtherLink III" support (NEW) │ │
│ │ < > 3c515 ISA "Fast EtherLink" (NEW)
|
ciauz |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
.:chrome:. Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
![](images/avatars/1738078993454a825c7608f.jpg)
Joined: 19 Feb 2005 Posts: 4588 Location: Brescia, Italy
|
Posted: Sat Dec 16, 2006 9:21 am Post subject: Re: 3c509 nel kernel 2.5.18 r4 |
|
|
oooops... ho risolto l'arcano!
devi abilitare il bus ISA oppure EISA oppure MCA per poter selezionare quei driver |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
crisandbea Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
Joined: 03 Jul 2005 Posts: 1778 Location: BOSCO (SA) ... ma domiciliato a Bologna....
|
Posted: Sat Dec 16, 2006 9:27 am Post subject: Re: 3c509 nel kernel 2.5.18 r4 |
|
|
.:chrome:. wrote: | oooops... ho risolto l'arcano!
devi abilitare il bus ISA oppure EISA oppure MCA per poter selezionare quei driver |
quoto .....
precisamente questo:
Code: |
Linux Kernel v2.6.18-gentoo-r4 Configuration
────────────────────────────────────────────────────────────────────────────────────────────────────────────────
┌──────────────────────────────── Bus options (PCI, PCMCIA, EISA, MCA, ISA) ────────────────────────────────┐
│ Arrow keys navigate the menu. <Enter> selects submenus --->. Highlighted letters are hotkeys. │
│ Pressing <Y> includes, <N> excludes, <M> modularizes features. Press <Esc><Esc> to exit, <?> for Help, │
│ </> for Search. Legend: [*] built-in [ ] excluded <M> module < > module capable │
│ │
│ ┌───────────────────────────────────────────────────────────────────────────────────────────────────────┐ │
│ │ [*] PCI support │ │
│ │ PCI access mode (Any) ---> │ │
│ │ [ ] PCI Express support │ │
│ │ [ ] Message Signaled Interrupts (MSI and MSI-X) │ │
│ │ [*] ISA support <-----------------------Questa è la voce che devi abilitare. │ │
│ │ [ ] EISA support │ │
│ │ [ ] MCA support │ │
│ │ < > NatSemi SCx200 support │ │
│ │ PCCARD (PCMCIA/CardBus) support ---> │ │
│ │ PCI Hotplug Support ---> |
ciauz |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
cirilloblu n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 16 Dec 2006 Posts: 8
|
Posted: Sat Dec 16, 2006 4:02 pm Post subject: [risolto] 3c509 nel kernel 2.5.18 r4 |
|
|
ora funziona!!!
davvero grazie a tutti [si inchina][/topic] |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|