Re: PCMCIA help needed

2002-02-24 Thread Net Llama


--- Stew Benedict [EMAIL PROTECTED] wrote:
 
 On Thu, 21 Feb 2002, Net Llama wrote:
 
  The only thing is a reference to the memory range to exclude in
  config.opts, which i already got by default in the pcmcia-cs RPM
 that
  came with YellowDog.
  
 
 
 Don't know if input from the buggy distro is welcome, but I don't
 recall
 seeing the ranges/ports you are using. As another datapoint I use:
 
 # System resources available for PCMCIA devices
 
 include port 0x1000-0x1fff
 include memory 0x9000-0x9003

Tried these values instead, and still no luck.  All i see is that an
unidentified card was inserted.


=

Lonni J. Friedman [EMAIL PROTECTED]

Linux Step-by-step help:   http://netllama.ipfox.com

 .

__
Do You Yahoo!?
Yahoo! Sports - Coverage of the 2002 Olympic Games
http://sports.yahoo.com
___
Linux-users mailing list - http://linux-sxs.org/mailman/listinfo/linux-users
Subscribe/Unsubscribe info, Archives,and Digests are located at the above URL.



Re: PCMCIA help needed

2002-02-24 Thread Stew Benedict


On Sun, 24 Feb 2002, Net Llama wrote:

  # System resources available for PCMCIA devices
  
  include port 0x1000-0x1fff
  include memory 0x9000-0x9003
 
 Tried these values instead, and still no luck.  All i see is that an
 unidentified card was inserted.
 
 

Do you still get lockups?  At least if that's resolved you're down to a
matter of defining the right driver to load in the remaining config files.
some cards need an definition setup. (Like my compaq wireless cards).

Stew Benedict

___
Linux-users mailing list - http://linux-sxs.org/mailman/listinfo/linux-users
Subscribe/Unsubscribe info, Archives,and Digests are located at the above URL.



Re: PCMCIA help needed

2002-02-24 Thread Net Llama

--- Stew Benedict [EMAIL PROTECTED] wrote:
 
 On Sun, 24 Feb 2002, Net Llama wrote:
 
   # System resources available for PCMCIA devices
   
   include port 0x1000-0x1fff
   include memory 0x9000-0x9003
  
  Tried these values instead, and still no luck.  All i see is that an
  unidentified card was inserted.
  
  
 
 Do you still get lockups?  At least if that's resolved you're down to
 a
 matter of defining the right driver to load in the remaining config
 files.
 some cards need an definition setup. (Like my compaq wireless cards).

Yes, it locked up again.  And the filesystem just became swiss cheese
again too.  Something is wrong with the hardware.

=

Lonni J. Friedman [EMAIL PROTECTED]

Linux Step-by-step help:   http://netllama.ipfox.com

 .

__
Do You Yahoo!?
Yahoo! Sports - Coverage of the 2002 Olympic Games
http://sports.yahoo.com
___
Linux-users mailing list - http://linux-sxs.org/mailman/listinfo/linux-users
Subscribe/Unsubscribe info, Archives,and Digests are located at the above URL.



Re: PCMCIA help needed

2002-02-21 Thread David A. Bandel

On Thu, 21 Feb 2002 09:09:19 -0800 (PST)
begin  Net Llama [EMAIL PROTECTED] spewed forth:

 THe problem here is that this isn't a memory card, its a modem. 
 According to the PCMCIA HOWTO, cardmgr falls back to assuming a memory
 card when it can't figure out what's been inserted.  

I've seen things like this happen when the driver used is i82365 (a 16 bit
driver), and you have a cardbus card inserted.  Make sure you're using
yenta_socket (in /etc/sysconfig/pcmcia, ensure you have
PCIC=yenta_socket).

Ciao,

David A. Bandel
-- 
Focus on the dream, not the competition.
-- Nemesis Racing Team motto
Internet (H323) phone: 206.28.187.30
___
Linux-users mailing list - http://linux-sxs.org/mailman/listinfo/linux-users
Subscribe/Unsubscribe info, Archives,and Digests are located at the above URL.



Re: PCMCIA help needed

2002-02-21 Thread Net Llama

--- David A. Bandel [EMAIL PROTECTED] wrote:
 On Thu, 21 Feb 2002 09:09:19 -0800 (PST)
 begin  Net Llama [EMAIL PROTECTED] spewed forth:
 
  THe problem here is that this isn't a memory card, its a modem. 
  According to the PCMCIA HOWTO, cardmgr falls back to assuming a
 memory
  card when it can't figure out what's been inserted.  
 
 I've seen things like this happen when the driver used is i82365 (a 16
 bit
 driver), and you have a cardbus card inserted.  Make sure you're using
 yenta_socket (in /etc/sysconfig/pcmcia, ensure you have
 PCIC=yenta_socket).

Thanks Dave.  I made that change, and now I see the following instead:
Feb 21 12:04:35 dhcp-net10-5-sw11-208 cardmgr[1420]: watching 2 sockets
Feb 21 12:09:46 dhcp-net10-5-sw11-208 cardmgr[1420]: initializing socket
1
Feb 21 12:09:46 dhcp-net10-5-sw11-208 cardmgr[1420]: unsupported card in
socket 1
Feb 21 12:09:46 dhcp-net10-5-sw11-208 kernel: cs: unable to map card
memory!
Feb 21 12:09:46 dhcp-net10-5-sw11-208 kernel: cs: unable to map card
memory!
Feb 21 12:09:46 dhcp-net10-5-sw11-208 cardmgr[1420]:   no product info
available


=

Lonni J. Friedman [EMAIL PROTECTED]

Linux Step-by-step help:   http://netllama.ipfox.com

 .

__
Do You Yahoo!?
Yahoo! Sports - Coverage of the 2002 Olympic Games
http://sports.yahoo.com
___
Linux-users mailing list - http://linux-sxs.org/mailman/listinfo/linux-users
Subscribe/Unsubscribe info, Archives,and Digests are located at the above URL.



Re: PCMCIA help needed

2002-02-21 Thread Net Llama

--- David A. Bandel [EMAIL PROTECTED] wrote:
 On Thu, 21 Feb 2002 12:13:21 -0800 (PST)
 begin  Net Llama [EMAIL PROTECTED] spewed forth:
  --- David A. Bandel [EMAIL PROTECTED] wrote:
   On Thu, 21 Feb 2002 09:09:19 -0800 (PST)
   begin  Net Llama [EMAIL PROTECTED] spewed forth:
   
THe problem here is that this isn't a memory card, its a modem. 
According to the PCMCIA HOWTO, cardmgr falls back to assuming a
   memory
card when it can't figure out what's been inserted.  
   
   I've seen things like this happen when the driver used is i82365
 (a 16
   bit
   driver), and you have a cardbus card inserted.  Make sure you're
 using
   yenta_socket (in /etc/sysconfig/pcmcia, ensure you have
   PCIC=yenta_socket).
  
  Thanks Dave.  I made that change, and now I see the following
 instead:
  Feb 21 12:04:35 dhcp-net10-5-sw11-208 cardmgr[1420]: watching 2
 sockets
  Feb 21 12:09:46 dhcp-net10-5-sw11-208 cardmgr[1420]: initializing
 socket
  1
  Feb 21 12:09:46 dhcp-net10-5-sw11-208 cardmgr[1420]: unsupported
 card in
  socket 1
  Feb 21 12:09:46 dhcp-net10-5-sw11-208 kernel: cs: unable to map card
  memory!
  Feb 21 12:09:46 dhcp-net10-5-sw11-208 kernel: cs: unable to map card
  memory!
  Feb 21 12:09:46 dhcp-net10-5-sw11-208 cardmgr[1420]:   no product
 info
  available
  
 
 OK.  It sees the card, but the information being returned by the card
 to
 the cardmgr isn't covered in one of the config files (odd, actually).
 
 What does cardinfo say?

errr...i don't have a 'cardinfo'.


  What do you have in /var/lib/pcmcia/stab?

Socket 0: empty
Socket 1: Anonymous Memory

 What we need to do if find out what the card is telling cardmgr, and
 make
 sure one of the config files in /etc/pcmcia covers that product
 number. 
 This will match up with a driver and load the serial_cs driver so you
 can
 use the card.

I'll note that when i tried to load the serial_cs module manually with
modprobe serial_cs it locked up the laptop hard.

 What you're looking for is something like:
   FUJITSU FC14F MBH10213
 
 this gets a lookup:
   card Fujitsu FMV-JMD711
 version FUJITSU, FC14F , MBH10213
 bind serial_cs
 
 in the config file.  If no entry in /etc/pcmcia/config corresponds, we
 can
 put one in then the card will be bound by the serial_cs module (which
 is
 what you need).

yea, i kinda figured this out, but my problem is that have anything to
go on to put for the card and version fields.  Is it possible that this
card just won't work in a PowerMac?  I thought that Macs needed special
modems, like the Global Village ones.

=

Lonni J. Friedman [EMAIL PROTECTED]

Linux Step-by-step help:   http://netllama.ipfox.com

 .

__
Do You Yahoo!?
Yahoo! Sports - Coverage of the 2002 Olympic Games
http://sports.yahoo.com
___
Linux-users mailing list - http://linux-sxs.org/mailman/listinfo/linux-users
Subscribe/Unsubscribe info, Archives,and Digests are located at the above URL.



Re: PCMCIA help needed

2002-02-21 Thread David A. Bandel

On Thu, 21 Feb 2002 16:29:03 -0800 (PST)
begin  Net Llama [EMAIL PROTECTED] spewed forth:

[snip]
 
 errr...i don't have a 'cardinfo'.

it's part of the pcmcia-cs package, but to build it you need xforms
(perhaps no xforms for Mac? -- don't know)

 
 
   What do you have in /var/lib/pcmcia/stab?
 
 Socket 0: empty
 Socket 1: Anonymous Memory

not good.

 
  What we need to do if find out what the card is telling cardmgr, and
  make
  sure one of the config files in /etc/pcmcia covers that product
  number. 
  This will match up with a driver and load the serial_cs driver so you
  can
  use the card.
 
 I'll note that when i tried to load the serial_cs module manually with
 modprobe serial_cs it locked up the laptop hard.

did that w/ the i82365.  Same for the yenta_socket?

[snip]
 
 yea, i kinda figured this out, but my problem is that have anything to
 go on to put for the card and version fields.  Is it possible that this
 card just won't work in a PowerMac?  I thought that Macs needed special
 modems, like the Global Village ones.

Again, don't know the answer to this one.  However, seems if pcmcia-cs
builds, it should handle Mac just like i386.  Perhaps not.

Any Mac-specific info on the pcmcia-cs home page?

Ciao,

David A. Bandel
-- 
Focus on the dream, not the competition.
-- Nemesis Racing Team motto
Internet (H323) phone: 206.28.187.30
___
Linux-users mailing list - http://linux-sxs.org/mailman/listinfo/linux-users
Subscribe/Unsubscribe info, Archives,and Digests are located at the above URL.



Re: PCMCIA help needed

2002-02-19 Thread Roger Oberholtzer

For the intel PCMCIA at least, you may need to specify
which PCMCIA hardware you have. There are a number of chipsets
that the PCMCIA system does not automatically identify.

I think this is in a readme in the kernel sources, but as I
remember, check out /etc/sysconfig/pcmcia. One of the items
lets you say which type of PCMCIA interface there is. I know
nothing about Powerbook hardware, so I can say no more.

What gets printed in /var/log/messages when a card is inserted?

On Tue, 19 Feb 2002 19:53:02 -0800 (PST)
Net Llama [EMAIL PROTECTED] wrote:

| Greetings,
| In my never ending quest to torture myself, I'm trudging onward in my
| attempt to get the Mac Powerbook 3400c fully functional in the world of
| Linux.  I've got Yellow Dog Linux installed, the onboard NIC is on the
| network, X works, and i've even got the latest version of Mozilla
| installed.  The only remaining piece of the puzzle is an old US Robotics
| XJ5560 56K PCMCIA modem card.
| Admittedly my experience with PCMCIA hardware is rather limited on a
| SONY Vaio laptop, i've got a Linksys 10/100 PCMCIA NIC that just
| 'worked' as soon as I plugged it in.  So, i never had to even look at
| the various config files in /etc/pcmcia, much less set them up.
| I read the entire PCMCIA HOWTO, and followed the very limited
| suggestions for Powerbooks.
| So, i've downloaded  built the latest stable version of pcmcia-cs on
| the Powerbook.  I have no trouble starting the pcmcia service (cardmgr
| is running as a daemon), and in messages it logs that its monitoring
| both PCMCIA slots on the powerbook.  
| When I insert the modem card into either slot, i hear this weird
| alternating hi/low beeping, and then nothing.  If i look at messages, it
| rambles quite a bit about how an anonymous memory card was inserted,
| and how memory-cs.o can't be found to be loaded.
| According to the PCMCIA HOWTO, this tends to mean that the memory scan
| failed, most likely because the specified memory range in config.opts is
| incorrect.  Well, the range that i specified is the range explicitly
| reccommended for Powerbooks, so i don't know what else to try.
| Trolling through google (and Google groups) i've come up empty.  Quite a
| few generic suggestions, but not much that is specific to PCMCIA modems
| on powerbooks.
| So, i've come up dry here, and i'd really like some suggestions.  This
| laptop really won't do me much good if i can't get the modem working,
| and its so kewl to screw with people's heads when they see me using a
| Mac, and then can't figure out what the hell i did to Mac OS.  :)
| 
| =
| 
| Lonni J. Friedman [EMAIL PROTECTED]
| 
| Linux Step-by-step help:   http://netllama.ipfox.com
| 
|  .
| 
| __
| Do You Yahoo!?
| Yahoo! Sports - Coverage of the 2002 Olympic Games
| http://sports.yahoo.com
| ___
| Linux-users mailing list - http://linux-sxs.org/mailman/listinfo/linux-users
| Subscribe/Unsubscribe info, Archives,and Digests are located at the above URL.


-- 
++===+
| Roger Oberholtzer  |   E-mail:[EMAIL PROTECTED] |
| OPQ Systems AB |  WWW:  http://www.opq.se/ |
| Erik Dahlbergsgatan 41-43  |Phone: Int + 46 8   314223 |
| 115 32 Stockholm   |   Mobile: Int + 46 733 621657 |
| Sweden |  Fax: Int + 46 8   302602 |
++===+
___
Linux-users mailing list - http://linux-sxs.org/mailman/listinfo/linux-users
Subscribe/Unsubscribe info, Archives,and Digests are located at the above URL.