Teresa Noviello wrote: > When i use 01:05.0 Ethernet controller: Realtek Semiconductor Co., Ltd. > RTL-8139/8139C/8139C+ (rev 10) - eth0 > "rtnet start" works but "rtnet stop" causes kernel panic. > > What's the problem?
Well it seems akwards at first sight, but as far as I know, the rtnet start and stop scripts are not the most stable solutions. Most people write their own script according to their setup, so they can be sure there won't be any problems, like the kernelpanic in your case. Either way, a more verbose description would be nice. When exactly does the kernel panic happen (which module is supposed to be unloaded). > Furthermore i can't use the gigabit ethernet. > > When I try to use the gigabit adapter, eth1, i write in rtnet.conf > > ... > # RT-NIC driver > #RT_DRIVER="rt_eepro100" > #RT_DRIVER="rt_8139too" > RT_DRIVER="rt_r8169" >From the README.r8169 file: "This driver was actually only tested with a D-Link DGE-528T; for other NICs you may have to extend the PCI device id table within the driver." plus it is an experimental driver, so you have to expect that it won't just work out of the box ;o) Try to use cards=1 or leave it out. The parameter is only used, if you have more than one card of the SAME kind. In you case it won't do anything, execpt in you configuration just ignore the first r8169 and look for a second one, which it doesn't find. I don't know if thats the problem, but try it out. regards, Fabian ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ RTnet-users mailing list RTnet-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/rtnet-users