From nobody@FreeBSD.org  Tue Mar 26 20:15:56 2002
Return-Path: <nobody@FreeBSD.org>
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP id 6724337B400
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 26 Mar 2002 20:15:55 -0800 (PST)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.11.6/8.11.6) id g2R4Ft874248;
	Tue, 26 Mar 2002 20:15:55 -0800 (PST)
	(envelope-from nobody)
Message-Id: <200203270415.g2R4Ft874248@freefall.freebsd.org>
Date: Tue, 26 Mar 2002 20:15:55 -0800 (PST)
From: shanker <shanker@csam.com.my>
To: freebsd-gnats-submit@FreeBSD.org
Subject: xe0: Xircom (CreditCard Ethernet 10/100 + Modem 56) how to enable the modem 
X-Send-Pr-Version: www-1.0

>Number:         36357
>Category:       i386
>Synopsis:       xe0: Xircom (CreditCard Ethernet 10/100 + Modem 56) how to enable the modem
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          wish
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 26 20:20:01 PST 2002
>Closed-Date:    Wed Mar 27 00:41:53 PST 2002
>Last-Modified:  Wed Mar 27 00:50:02 PST 2002
>Originator:     shanker
>Release:        4.5-RC2 FreeBSD 4.5-RC2
>Organization:
csam
>Environment:
FreeBSD alvanthan 4.5-RC2 FreeBSD 4.5-RC2 #0: Wed Mar 27 02:35:36 MYT 2002     
root@alvanthan:/usr/src/sys/compile/NEW  i386

>Description:
      Mar 27 20:12:05 alvanthan /kernel: xe0 at port 0x2e8-0x2ef iomem 0xd1000-0xd1fff irq 11 slot 0 on pccard0
Mar 27 20:12:05 alvanthan /kernel: xe0 at port 0x2e8-0x2ef iomem 0xd1000-0xd1fff irq 11 slot 0 on pccard0
Mar 27 20:12:05 alvanthan /kernel: xe0: Xircom CEM56, bonding version 0x55, 100Mbps capable, with modem
Mar 27 20:12:05 alvanthan /kernel: xe0: Xircom CEM56, bonding version 0x55, 100Mbps capable, with modem
Mar 27 20:12:05 alvanthan /kernel: xe0: DingoID = 0x444b, RevisionID = 0x1, VendorID = 0
Mar 27 20:12:05 alvanthan /kernel: xe0: DingoID = 0x444b, RevisionID = 0x1, VendorID = 0
>How-To-Repeat:
My modem is not working can anyone advice me
>Fix:
      
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: cjc 
State-Changed-When: Wed Mar 27 00:41:11 PST 2002 
State-Changed-Why:  
As explained in my email response, PRs are not an appropriate forum 
for support questions. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=36357 

From: "Crist J. Clark" <cjc@FreeBSD.ORG>
To: shanker <shanker@csam.com.my>
Cc: freebsd-gnats-submit@FreeBSD.ORG
Subject: Re: i386/36357: xe0: Xircom (CreditCard Ethernet 10/100 + Modem 56) how to enable the modem
Date: Wed, 27 Mar 2002 00:40:01 -0800

 On Tue, Mar 26, 2002 at 08:15:55PM -0800, shanker wrote:
 [snip]
 
 > My modem is not working can anyone advice me
 
 A PR is not really the correct manner to get help with this. Try
 freebsd-mobile@freebsd.org for questions like this that are skewed
 towards notebook PCs.
 
 However, IIRC, you can either use the modem or the NIC, but not
 both. Here is what I would do. See the entry for your card in
 /etc/defaults/pccard.conf,
 
 # Xircom CreditCard Ethernet 10/100 + modem (Ethernet part) (CEM56)
 card "Xircom" "CreditCard Ethernet 10/100 + Modem 56"
         config  0x27 "xe" ?
 #       config  auto "sio" ?
         insert  /etc/pccard_ether $device start
         remove  /etc/pccard_ether $device stop
 
 Copy it to /etc/pccard.conf. Comment out the line for "sio" when you
 want a NIC and "xe0" when you want a modem. After you edit the
 /etc/pccard.conf file, restart the pccardd(8) daemon,
 
   # kill -HUP `cat /var/run/pccardd.pid`
 
 So it re-reads the configuration files. Then reset the PC Card,
 
   # pccardc power <slot> 0
   # pccardc power <slot> 1
 
 You can also use pccardc(8) to setup the card manually and skip the
 file editing.
 -- 
 Crist J. Clark                     |     cjclark@alum.mit.edu
                                    |     cjclark@jhu.edu
 http://people.freebsd.org/~cjc/    |     cjc@freebsd.org
>Unformatted:
