Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[conf] kernel 2.6.8-r7 e grub
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
lopio
Veteran
Veteran


Joined: 22 Dec 2003
Posts: 1161
Location: savona, Italy

PostPosted: Mon Oct 18, 2004 10:47 am    Post subject: [conf] kernel 2.6.8-r7 e grub Reply with quote

ciao con passaggio a kernel sopracitato ho dei problemi con grub nel senso che sostituendo il nome del kernel in grub.conf e dopo il seup (hd0) )al riavvio successivo al posto della solita maschera di dualboot ottengo il lancio di grub
Se poi specifico configfile /boot/grub/grub.conf tutto parte.
Come mai questo? Sembra che non riesca + a scrivere correttamente il MBR
Poi ho degli errori con netmount (ma meglio vederli dopo se riesco a postare dmesg) e la rete non parte.
Infine il portatile non si spegne + con il bottone (mi tocca staccare la corrente)

grazie ciao
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31348
Location: here

PostPosted: Mon Oct 18, 2004 11:00 am    Post subject: Reply with quote

Prova a creare il link simbolico (in /boot/grub) menu.lst che punta al grub.conf
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
lopio
Veteran
Veteran


Joined: 22 Dec 2003
Posts: 1161
Location: savona, Italy

PostPosted: Mon Oct 18, 2004 9:28 pm    Post subject: Reply with quote

fedeliallalinea wrote:
Prova a creare il link simbolico (in /boot/grub) menu.lst che punta al grub.conf

ciao, grazie dell'aiuto . il problema di grub ho risolto con e2fsck della partizione
Ora ho altri 2 problemi a cui accennavo in precedenza
Per quanto riguarda la rete mi da' errore di questo tipo quando viene lanciato netmount.
Il file net mi sembra sempre corrretto ma non saprei dire se file netmount sia cambiato per effetto di una installazione di qualche pacchetto
Code:

SICSIFADDR: No such device
 eth0: unknown interface: No such device
 SIOCSIFNETMASK: No such device


grazie ciao
PS il moduloe che carico e' sempre 8139too
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31348
Location: here

PostPosted: Mon Oct 18, 2004 9:40 pm    Post subject: Reply with quote

Prova a postare il tuo /etc/conf.d/net
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
lopio
Veteran
Veteran


Joined: 22 Dec 2003
Posts: 1161
Location: savona, Italy

PostPosted: Tue Oct 19, 2004 9:25 pm    Post subject: Reply with quote

fedeliallalinea wrote:
Prova a postare il tuo /etc/conf.d/net


ciao questo il mio net
Code:

# /etc/conf.d/net:
# $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/conf.d/net,v 1.7 2002/11/18 19:39:22 azarah Exp $

# Global config file for net.* rc-scripts

# This is basically the ifconfig argument without the ifconfig $iface
#
iface_eth0="192.168.2.2 broadcast 192.168.2.255 netmask 255.255.255.0"
#iface_eth1="207.170.82.202 broadcast 207.0.255.255 netmask 255.255.0.0"

# For DHCP set iface_eth? to "dhcp"
# For passing options to dhcpcd use dhcpcd_eth?
#
#iface_eth0="dhcp"
#dhcpcd_eth0="..."

# For adding aliases to a interface
#
#alias_eth0="192.168.0.3 192.168.0.4"

# NB:  The next is only used for aliases.
#
# To add a custom netmask/broadcast address to created aliases,
# uncomment and change accordingly.  Leave commented to assign
# defaults for that interface.
#
#broadcast_eth0="192.168.0.255 192.168.0.255"
#netmask_eth0="255.255.255.0 255.255.255.0"


# For setting the default gateway
#
gateway="eth0/192.168.2.1"



[/code]
Back to top
View user's profile Send private message
randomaze
Bodhisattva
Bodhisattva


Joined: 21 Oct 2003
Posts: 9985

PostPosted: Wed Oct 20, 2004 7:30 am    Post subject: Reply with quote

lopio wrote:
PS il moduloe che carico e' sempre 8139too


Ma quel modulo é caricato quando avvii la rete? Perché dall'errore sembra che non ci sia il driver della scheda...

cosa dice
Code:
dmaseg | grep eth0
?
_________________
Ciao da me!
Back to top
View user's profile Send private message
lopio
Veteran
Veteran


Joined: 22 Dec 2003
Posts: 1161
Location: savona, Italy

PostPosted: Sat Oct 23, 2004 12:08 pm    Post subject: Reply with quote

randomaze wrote:
lopio wrote:
PS il moduloe che carico e' sempre 8139too


Ma quel modulo é caricato quando avvii la rete? Perché dall'errore sembra che non ci sia il driver della scheda...

cosa dice
Code:
dmaseg | grep eth0
?


ciao il modulo (anche dmesg lo dice) e' caricato ma dmesg | grep eth0 non da' nulla
Back to top
View user's profile Send private message
randomaze
Bodhisattva
Bodhisattva


Joined: 21 Oct 2003
Posts: 9985

PostPosted: Sun Oct 24, 2004 7:15 pm    Post subject: Reply with quote

lopio wrote:
ciao il modulo (anche dmesg lo dice) e' caricato ma dmesg | grep eth0 non da' nulla


Mi verrebbe il dubbio che il modulo sia sbagliato.... :roll:
_________________
Ciao da me!
Back to top
View user's profile Send private message
lopio
Veteran
Veteran


Joined: 22 Dec 2003
Posts: 1161
Location: savona, Italy

PostPosted: Tue Oct 26, 2004 8:47 pm    Post subject: Reply with quote

randomaze wrote:
lopio wrote:
ciao il modulo (anche dmesg lo dice) e' caricato ma dmesg | grep eth0 non da' nulla


Mi verrebbe il dubbio che il modulo sia sbagliato.... :roll:

nel senso che non funziona (strano no) visto che con il kernel precedente era tutto ok
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31348
Location: here

PostPosted: Tue Oct 26, 2004 8:50 pm    Post subject: Reply with quote

Prova a postare un lspci e un lsmod
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
randomaze
Bodhisattva
Bodhisattva


Joined: 21 Oct 2003
Posts: 9985

PostPosted: Wed Oct 27, 2004 7:55 am    Post subject: Reply with quote

lopio wrote:
nel senso che non funziona (strano no) visto che con il kernel precedente era tutto ok


Nel senso che abbiano spostato la tua scheda su un altro 8139 (ricordo male o erano due o tre possibilità?)
_________________
Ciao da me!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum