From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gronico.org (gronico.net1.nerim.net [62.212.114.8]) by dsl2.external.hp.com (Postfix) with ESMTP id 1FE2C4841 for ; Fri, 7 Nov 2003 03:03:34 -0700 (MST) Received: from -allhosts (athena [10.2.0.200]) by gronico.org (Postfix) with ESMTP id F1056455D1 for ; Fri, 7 Nov 2003 11:03:37 +0100 (CET) From: Nicolas JULIEN To: parisc-linux@lists.parisc-linux.org Content-Type: text/plain Message-Id: <1068198742.3302.17.camel@athena> Mime-Version: 1.0 Date: Fri, 07 Nov 2003 10:52:23 +0100 Subject: [parisc-linux] pppd on 2.4.22-pa13 Sender: parisc-linux-admin@lists.parisc-linux.org Errors-To: parisc-linux-admin@lists.parisc-linux.org List-Help: List-Post: List-Subscribe: , List-Id: parisc-linux developers list List-Unsubscribe: , List-Archive: Hi, I was having some problems with pppd: Nov 6 10:13:03 tomawak kernel: sys32_ioctl: Unknown cmd fd(7) cmd(40047437) arg(00081cf0) and I was unable to launch an adsl session. I've found a solution and I've patched my kernel with: *** arch/parisc/kernel/ioctl32.c.old Thu Nov 6 10:18:21 2003 --- arch/parisc/kernel/ioctl32.c Thu Nov 6 10:18:52 2003 *************** *** 3176,3181 **** --- 3176,3182 ---- COMPATIBLE_IOCTL(PPPIOCCONNECT) COMPATIBLE_IOCTL(PPPIOCDISCONN) COMPATIBLE_IOCTL(PPPIOCATTCHAN) + COMPATIBLE_IOCTL(PPPIOCGCHAN) /* PPPOX */ COMPATIBLE_IOCTL(PPPOEIOCSFWD); COMPATIBLE_IOCTL(PPPOEIOCDFWD); Maybe it will be usefull to apply this to sources? Best regards, Nicolas JULIEN.