-
Ah, no, the exception was slightly different. But it happend in CARTImpl as well. :(.
2005-05-15 09:47:08 UTC in FreeTTS
-
Same problem here. And indeed it did ouput a couple of error messages, in particular, it couldn't find some of the text files that should have been generated right at the beginning of the conversion script:
f0_lr_terms.txt
int_accent_cart.txt
int_tone_cart.txt
nums_cart.txt
In particular, a missing nums_cart.txt will throw the described exception. However, when I rerun the script a...
2005-05-15 09:44:34 UTC in FreeTTS
-
ulfjack registered the Conquer-Space.net project.
2005-03-04 17:50:59 UTC in Conquer-Space.net
-
Just to remember this:
From what I gather on the web, this card has versions 1, 2 and 3. Version 1 has a Prism 2 chipset. Version 2 has a ATMEL chipset and working linux drivers (but no WinNT drivers). Version 3 seems to be a Realtek 8180, found one reference here:
http://www.mail-archive.com/vox-tech@lists.lugod.org/msg06520.html
Please verify with lspci.
2004-08-02 08:51:30 UTC in RTL8180 (new) Device Driver Project
-
You would usually use lspci to find out the exact chips on your cards.
Example:
lspci
0000:00:00.0 Host bridge: VIA Technologies, Inc. VT8377 [KT400/KT600 AGP] Host Bridge
0000:00:01.0 PCI bridge: VIA Technologies, Inc. VT8235 PCI Bridge
0000:00:0e.0 Network controller: Cologne Chip Designs GmbH ISDN network controller [HFC-PCI] (rev 02)
0000:00:0d.0 Ethernet controller: D-Link System...
2004-08-02 08:40:00 UTC in RTL8180 (new) Device Driver Project
-
which is to say:
- they aren't implemented yet
or
- they aren't registered yet
?.
2004-07-29 13:37:02 UTC in RTL8180 (new) Device Driver Project
-
That's exactly what I meant, however:
insmod rtl8180.ko
lsmod
Module Size Used by
rtl8180 15808 0
iwconfig
eth0 no wireless extensions.
lo no wireless extensions.
dummy0 no wireless extensions.
ippp0 no wireless extensions.
eth1 no wireless extensions.
The rtl driver registers itself as eth1. (It should register as wlan0....
2004-07-29 08:24:27 UTC in RTL8180 (new) Device Driver Project
-
How can I configure the driver?.
2004-07-27 14:18:41 UTC in RTL8180 (new) Device Driver Project
-
--- rtl8180_driver.h 20 Mar 2004 15:23:14 -0000 1.2
+++ rtl8180_driver.h 27 Jul 2004 14:15:47 -0000
@@ -26,9 +26,14 @@
void __devexit rtl8180_remove(struct pci_dev *pdev);
+#define PCI_VENDOR_ID_DLINK 0x1186
+#define PCI_DEVICE_ID_DLINK_DWL510 0x3300
+
static struct pci_device_id rtl8180_pci_tbl[] = {
{ PCI_VENDOR_ID_REALTEK...
2004-07-27 14:17:31 UTC in RTL8180 (new) Device Driver Project
-
I actually got three rtl 8180 based cards, two PCI and one PCMCIA, but at this time I only run Windows on my laptop. The driver now compiles cleanly, thanks! It doesn't recognize the card though. The reason for that is probably that the card doesn't identify itself as RTL, but as DWL-510. It is the same chip. I actually got the realtek drivers to work.
lspci gives me this:
Ethernet...
2004-07-27 13:46:02 UTC in RTL8180 (new) Device Driver Project