Re: Sun GEM PPC32 Bug?

From: R. Herbst
Date: Sun Feb 06 2011 - 09:22:35 EST


Am 05.02.2011 21:32, schrieb Matt:
Is there a special Kernel parameter (sysctl.conf), that makes it
possible to use the Network. So how it is now I canÅt work with it. What
can I do at the moment?
linuxopjemac, thank you for referring to Ben. He replied and might look into it.
Meanwhile, I put the module reloading and interface restarting into a cron job that executes every hour: sudo crontab -e
# m h dom mon dow command
0 * * * * /usr/sbin/fix-sungem

and the script /usr/sbin/fix-sungem contains
/sbin/ifdown eth0&& /sbin/rmmod sungem&& /sbin/modprobe sungem&&
/sbin/ifup eth0

Hope that helps somewhat

Regards

Matt
Sorry. No positive effect in my case. Same bad Kernel-Messages for Sun-Gem.

Regards
RÃdi
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/