From owner-freebsd-questions Thu Sep 30 5:48:17 1999 Delivered-To: freebsd-questions@freebsd.org Received: from CS.UTK.EDU (CS.UTK.EDU [128.169.94.1]) by hub.freebsd.org (Postfix) with ESMTP id AB1C314A10 for ; Thu, 30 Sep 1999 05:47:43 -0700 (PDT) (envelope-from ifup@yifan.net) Received: from NCHM06A65.RMT.UTK.EDU (marvin@localhost) by CS.UTK.EDU with ESMTP (cf v2.9s-UTK) id IAA04267; Thu, 30 Sep 1999 08:47:37 -0400 (EDT) Received: from NCHM06A65.RMT.UTK.EDU (128.169.251.65 -> NCHM06A65.RMT.UTK.EDU) by CS.UTK.EDU (smtpshim v1.0); Thu, 30 Sep 1999 08:47:38 -0400 Date: Thu, 30 Sep 1999 08:48:09 -0400 (EDT) From: ifup X-Sender: ifup@rg.dhis.org To: freebsd-questions@FreeBSD.ORG Subject: cs4236b soundcard and USR internel modem Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hi, all: I am trying to let my soundcard and PPP work. I configured everything for ppp. I "dial" in "ppp", the following appeared in ppp log ===================== ppp log ========================== ppp[227]: tun0: Command: /dev/tty: dial Sep 25 20:51:16 rg ppp[227]: tun0: Phase: bundle: Establish Sep 25 20:51:16 rg ppp[227]: tun0: Phase: deflink: closed -> opening Sep 25 20:51:16 rg ppp[227]: tun0: Chat: Failed to open device (attempt 1 of 1) Sep 25 20:51:16 rg ppp[227]: tun0: Phase: deflink: opening -> closed ======================================================== ===================== messages log ===================== Sep 25 20:48:59 rg /kernel: CSN 1 Vendor ID: CSC0b35 [0x350b630e] Serial 0xffffffff Comp ID: @@@0000 [0x00000000] Sep 25 20:48:59 rg /kernel: CSN 2 Vendor ID: USR3090 [0x90307256] Serial 0xcf87eaa9 Comp ID: @@@0000 [0x00000000] Sep 25 20:48:59 rg /kernel: sio4: type 16550A Sep 25 20:48:59 rg /kernel: sio4 (siopnp sn 0xcf87eaa9) at 0x2f8-0x2ff irq 3 on isa Sep 29 20:04:27 rg /kernel: . . . . Sep 25 20:48:59 rg /kernel: sio0 at 0x3f8-0x3ff irq 4 flags 0x10 on isa Sep 25 20:48:59 rg /kernel: sio0: type 16550A Sep 25 20:48:59 rg /kernel: sio1 not probed due to I/O address conflict with sio4 at 0x2f8 ========================================================= ================== kernel config file =================== # Serial (COM) ports device sio0 at isa? port "IO_COM1" flags 0x10 tty irq 4 device sio1 at isa? port "IO_COM2" tty irq 3 device sio2 at isa? disable port "IO_COM3" tty irq 5 device sio3 at isa? disable port "IO_COM4" tty irq 9 ========================================================= My modem works in Linux just fine. /dev/modem -> /dev/ttyS1 (COM2). I tried to tune it when recompiling kernel. No success. It's an internel modem... ~~~~~~~~~~~ ****** ~~~~~~~~~~~~ ONE more question: I have cs4236b soundcard, which was coming with my Dell computer. It is supported in Linux kernel(working) and it is supposed to be supported by freeBSD too. However, I am not able to configure it right. I added lines in kernel config file: ==================== kernel config file =================== #Soundcard cs4236b controller snd0 device css0 at isa? port 0x534 irq 5 drq 1 flags 0x08 device opl0 at isa? port 0x388 device mpu0 at isa? port 0x330 irq 6 drq 0 device uart0 at isa? port 0x330 irq 5 ========================================================== ==================== messages log ======================== Sep 29 19:56:37 rg /kernel: Probing for PnP devices: Sep 29 19:56:37 rg /kernel: CSN 1 Vendor ID: CSC0b35 [0x350b630e] Serial 0xffffffff Comp ID: @@@0000 [0x00000000] . . . Sep 29 20:04:28 rg /kernel: css0 not found at 0x534 Sep 29 20:04:28 rg /kernel: opl0 at 0x388 on isa Sep 29 20:04:28 rg /kernel: snd0: Sep 29 20:04:28 rg /kernel: mpu0 at 0x330 irq 6 drq 0 on isa Sep 29 20:04:28 rg /kernel: mpu0 not attached due to irq conflict with fdc0 at 6 Sep 29 20:04:28 rg /kernel: uart0 not found at 0x330 ========================================================== In linux, that soundcard is supported by OSS in the kernel as cs4232. OK, that's all. PPP and sound are two thing I am not able to live without. Please help me with it. I appreciete it. Weizhong To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message