LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 08-04-2009, 02:51 PM   #1
seenugece
LQ Newbie
 
Registered: Mar 2007
Posts: 21

Rep: Reputation: 15
No wireless. Problems with PCMCIA


Hi Guys,

I was trying to make the wireless work in a linux machine (not a laptop/computer) running 2.4.22 kernel.
I am connecting to the linux machine through a serial cable to my laptop to monitor it and use the terminal through Putty.

lspci command is not found when i used it.

cardmgr returned,
cardmgr[1731]: open_sock(socket 0) failed: Device or resource busy

cardctl ident:
Socket 0:
no product info available
Socket 1:
no product info available

cardctl status:
Socket 0:
no card
Socket 1:
5V 16-bit PC Card
function 0: [ready], [bat low]

cardctl config:
Socket 0:
not configured
Socket 1:
Vcc 5.0V Vpp1 5.0V Vpp2 5.0V

/sbin/lsmod:
Module Size Used by Tainted: P
ds 6836 2
i82365 13840 2
pcmcia_core 36832 0 [ds i82365]
dscudkp 6124 0 (unused)

dmesg | grep PCI:
PCI: PCI BIOS revision 2.10 entry at 0xfd93c, last bus=0
PCI: Using configuration type 1
PCI: Probing PCI hardware
PCI: Probing PCI hardware (bus 00)
PCI: Using IRQ router default [1078/0400] at 00.12.0
PCI: Cannot allocate resource region 0 of device 00.00.0
Serial driver version 5.05c (2001-07-08) with MANY_PORTS MULTIPORT SHARE_IRQ SERIAL_PCI enabled
Intel PCIC probe:

dmesg | grep PCMCIA:
Vadem VG-468 ISA-to-PCMCIA at port 0x3e0 ofs 0x00, 2 sockets


cardctl resume:
cardmgr[144]: socket 1: Anonymous Memory
/sbin # cardmgr[144]: executing: 'modprobe sram_mtd 2>&1'
cardmgr[144]: + insmod: sram_mtd.o: no module by that name found
cardmgr[144]: + modprobe: failed to load module sram_mtd
cardmgr[144]: modprobe exited with status 1
cardmgr[144]: module /lib/modules/2.4.22-ac4/pcmcia/sram_mtd.o not available
cardmgr[144]: Common memory region at 0x10dc00: Generic or SRAM
cardmgr[144]: Common memory region at 0x100000: Generic or SRAM
cardmgr[144]: Common memory region at 0x0: Generic or SRAM
cardmgr[144]: executing: 'modprobe memory_cs 2>&1'
cardmgr[144]: + insmod: memory_cs.o: no module by that name found
cardmgr[144]: + modprobe: failed to load module memory_cs
cardmgr[144]: modprobe exited with status 1
cardmgr[144]: module /lib/modules/2.4.22-ac4/pcmcia/memory_cs.o not available
cardmgr[144]: get dev info on socket 1 failed: Resource temporarily unavailable

The above messages are for your reference guys.
Please help with this and let me know if you want any other message.

Thanks in advance.
 
Old 08-04-2009, 03:32 PM   #2
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
What card you are trying to use would help, along with the output of lspcmcia
 
Old 08-04-2009, 03:47 PM   #3
seenugece
LQ Newbie
 
Registered: Mar 2007
Posts: 21

Original Poster
Rep: Reputation: 15
Thanks for your response.

It's a Wireless LAN High Power PC Card Model: X I-325HP+
and the PCMCIA module is PCM-3115C.

And I am not able to use lspcimca. it's not in my linux.
 
Old 08-04-2009, 04:03 PM   #4
seenugece
LQ Newbie
 
Registered: Mar 2007
Posts: 21

Original Poster
Rep: Reputation: 15
fyi, the manufacturer of wlan card is ZCOM.
 
Old 08-04-2009, 11:15 PM   #5
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
lspcmcia (you have the letters mixed up.. ) should be part of your pcmciautils package..
 
Old 08-05-2009, 10:35 AM   #6
seenugece
LQ Newbie
 
Registered: Mar 2007
Posts: 21

Original Poster
Rep: Reputation: 15
I am sorry i typed wrongly in my previous message.
actually, i did lspcmcia, it's not found.
I guess i don't have pcmciautils package installed.
can you please suggest me how to do that?
and how much space does it take ?

thanks
 
Old 08-05-2009, 11:41 AM   #7
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
Can't suggest much without knowing what distribution of Linux you are running..

Suggest you update your profile to contain Linux distro or mention it in your Post when asking a question..
Also odd that your distro is still on the 2.4 kernel.. that's kinda old.
 
Old 08-06-2009, 01:55 PM   #8
seenugece
LQ Newbie
 
Registered: Mar 2007
Posts: 21

Original Poster
Rep: Reputation: 15
I think it is a customized linux. I can't find the name of the distro.
Someone had it done 3 years back. There is no info about the release in /etc/ folder.
I can't upgrade to the latest kernel. Because they want it to be small since they are not running on
laptop/computer rather on a machine.
 
Old 08-06-2009, 01:59 PM   #9
seenugece
LQ Newbie
 
Registered: Mar 2007
Posts: 21

Original Poster
Rep: Reputation: 15
Actually it is a PC104 which is essentially a stripped-down desktop 486 processor with
some additional data collection hardware. It runs a commodity Linux
kernel (2.4.22-ac4 + some files from 2.4.27), a subset of the standard
Unix command-line utilities provided by BusyBox, and a suite of
programs written in C and Perl.
 
Old 08-07-2009, 12:57 PM   #10
seenugece
LQ Newbie
 
Registered: Mar 2007
Posts: 21

Original Poster
Rep: Reputation: 15
Someone please help me with this.

Thanks
 
Old 08-08-2009, 12:14 AM   #11
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
Without knowing what distro you have, I'm not sure which way to direct you..
 
Old 08-11-2009, 02:18 PM   #12
seenugece
LQ Newbie
 
Registered: Mar 2007
Posts: 21

Original Poster
Rep: Reputation: 15
It is a stripped version of the slackware.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
PCMCIA Wireless problems... 10xOXR Linux - Wireless Networking 1 08-26-2005 12:44 PM
PCMCIA Wireless problems... 10xOXR Linux - Wireless Networking 0 08-25-2005 05:13 AM
pcmcia wireless problems plythgam Linux - Wireless Networking 3 03-10-2004 11:24 PM
PCMCIA 3Com wireless problems jags880 Linux - Wireless Networking 1 02-11-2004 12:34 AM
Wireless PCMCIA card problems calble Linux - Laptop and Netbook 0 01-19-2004 03:39 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 02:20 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration