Search found 8 matches
- Mon Mar 09, 2020 9:58 pm
- Forum: General Developer Support
- Topic: OHCI-related crashes on X1000
- Replies: 2
- Views: 5384
Re: OHCI-related crashes on X1000
Thanks. Are the release notes public? It still looks to me like the driver doesn't have an interrupt handler, which would suggest either unorthodox programming or that it has to work around some interrupt-related problem. The fact that eth3com.device doesn't work on the X1000 could be more than a ...
- Thu Mar 05, 2020 12:13 am
- Forum: General Developer Support
- Topic: OHCI-related crashes on X1000
- Replies: 2
- Views: 5384
OHCI-related crashes on X1000
Hi,
While testing my atheros5000.device wireless driver on my X1000, the system is locking up with OHCI-related error messages output on the serial port. The conditions for this are long-running FTP downloads. Running the 'factor' program at the same time to raise CPU usage to 100% seems to speed ...
While testing my atheros5000.device wireless driver on my X1000, the system is locking up with OHCI-related error messages output on the serial port. The conditions for this are long-running FTP downloads. Running the 'factor' program at the same time to raise CPU usage to 100% seems to speed ...
- Wed Feb 19, 2020 12:05 am
- Forum: Platform: AmigaOne X1000
- Topic: eth3com.device crashes on X1000
- Replies: 4
- Views: 5976
Re: eth3com.device crashes on X1000
Yes, I believe it was written for the internal NIC on the SE/XE. I don't know if it's officially supported, but it works fine for add-on cards on some machines (including the SAM440ep as I mentioned). It has to be a 3C905C card however; earlier revisions don't work.
- Mon Feb 17, 2020 1:15 am
- Forum: Platform: AmigaOne X1000
- Topic: eth3com.device crashes on X1000
- Replies: 4
- Views: 5976
Re: eth3com.device crashes on X1000
Thanks for the information Tony. It's a pretty clean system, as I only installed FE a few weeks ago. Anyway, it's not a big problem for me as I have other cards; I'm mainly just curious if it's a known issue. Perhaps it could have gone unreported as the 3Com cards are pretty old now and people ...
- Sun Feb 16, 2020 2:31 am
- Forum: Platform: AmigaOne X1000
- Topic: eth3com.device crashes on X1000
- Replies: 4
- Views: 5976
eth3com.device crashes on X1000
Hi,
eth3com.device 53.3 crashes when I try to use it with a 3Com 3C905C PCI card under OS4.1FE. The device gives a 0x80000002 guru upon opening. The same card works fine in my SAM440ep. Is there another version of the driver that works?
eth3com.device 53.3 crashes when I try to use it with a 3Com 3C905C PCI card under OS4.1FE. The device gives a 0x80000002 guru upon opening. The same card works fine in my SAM440ep. Is there another version of the driver that works?
- Sun Feb 16, 2020 1:51 am
- Forum: General Developer Support
- Topic: DMA cache issues on SAM440ep
- Replies: 1
- Views: 4494
DMA cache issues on SAM440ep
Hi,
I have encountered problems with my network drivers on the SAM440ep because of differing behaviour of Exec's DMA functions.
For example, when I call StartDMA()/EndDMA() without the DMA_ReadFromRAM flag, addresses outside the specified memory region are clobbered if they are unlucky enough to ...
I have encountered problems with my network drivers on the SAM440ep because of differing behaviour of Exec's DMA functions.
For example, when I call StartDMA()/EndDMA() without the DMA_ReadFromRAM flag, addresses outside the specified memory region are clobbered if they are unlucky enough to ...
- Sat Sep 20, 2014 8:32 am
- Forum: Platform: AmigaOne X1000 - Linux Only
- Topic: Problem booting Lubuntu 14.04
- Replies: 1
- Views: 3695
Problem booting Lubuntu 14.04
Hi,
I'm trying to boot Lubuntu 14.04 from DVD, but I always get "kernel panic: not syncing: No working init found". I'm booting kernel 3.17 from the LOADER partition on my OS4 disk. I set root to /dev/sr0. Any ideas?
BTW, I get the impression from reading other threads in this forum that the ...
I'm trying to boot Lubuntu 14.04 from DVD, but I always get "kernel panic: not syncing: No working init found". I'm booting kernel 3.17 from the LOADER partition on my OS4 disk. I set root to /dev/sr0. Any ideas?
BTW, I get the impression from reading other threads in this forum that the ...
- Wed Sep 18, 2013 3:51 am
- Forum: Platform: AmigaOne 500 and Sam series
- Topic: atheros WLAN driver
- Replies: 5
- Views: 11244
Re: atheros WLAN driver
Multiple SAM users have the same symptoms when using this driver, so I don't think it's a case of a bad card. The driver works with the A1SE, Peg-II and X1000.
It looks like interrupts are not being received by the driver. Could an OS developer investigate if there is a possible interrupt ...
It looks like interrupts are not being received by the driver. Could an OS developer investigate if there is a possible interrupt ...