diff -Naur linux-2.6.6.old/Documentation/telephony/phonecard.txt linux-2.6.6/Documentation/telephony/phonecard.txt --- linux-2.6.6.old/Documentation/telephony/phonecard.txt Thu Jan 1 01:00:00 1970 +++ linux-2.6.6/Documentation/telephony/phonecard.txt Mon May 24 15:55:39 2004 @@ -0,0 +1,54 @@ +Running Quicknet PhoneCARD with Linux 2.6 drivers +================================================= +Fritz Reichmann (fritz@reichmann.tv), 24.5.2004 + +1. Installing: +-------------- +Compile the driver as kernel modules, checking the following in +your kernel configuration: +CONFIG_PHONE=m +CONFIG_PHONE_IXJ=m +CONFIG_PHONE_IXJ_PCMCIA=m + +The modules built are called ixj.ko, ixj_pcmcia.ko and phonedev.ko and +located in the directory /lib/modules/2.6.x/kernel/drivers/telephony/. + +Then configure the pcmcia-cs: +Create a file /etc/pcmcia/quicknet.conf which contains: + +device "ixj_cs" + class "Telephony" + module "phonedev", "ixj_pcmcia" +card "PhoneCARD" + manfid 0x0257, 0x0600 + version "Quicknet" + bind "ixj_cs" + +Be sure to have the line + +source ./*.conf + +in your /etc/pcmcia/config file so that the quicknet.conf file is +referenced by it. If the "manfid" numbers should be different for your +model then look into /var/log/messages for a pcmcia-cs error message +containing the correct numbers for your card. + +2. Testing: +----------- +When you instert the PhoneCard this should give you the following in +/var/log/messages: + +May 24 15:30:34 linux cardmgr[13474]: socket 0: PhoneCARD +May 24 15:30:34 linux kernel: Linux telephony interface: v1.00 +May 24 15:30:35 linux kernel: $Id: ixj.c,v 4.7 2001/08/13 06:19:33 craigs Exp $ +May 24 15:30:35 linux kernel: PCMCIA Version 4.1 +May 24 15:30:35 linux kernel: Quicknet Internet PhoneCARD version 0002 + +and "cat /dev/phone0" should return not a "No such device" message but +a simple return to the shell prompt. "lsmod" should show that the +modules ixj and ixj_pcmcia have been loaded. + +After this you may install e.g. ohphone or gnomemeeting to place voice +calls. + +Tested on Linux 2.6.6 and pcmcia-cs 3.2.7.