| Author |
Message |
mo_70
Joined: 07 Jun 2009 Posts: 6
|
Posted: Sun 07 Jun 2009, 03:32 Post_subject:
pcmcia network adapter doesn't work |
|
Hello, I've installed Puppy Linux 4.2.1 on an old notebook (compaq armada e500). It works well but I'm not able to connect to the internet. The pcmcia card's model is: superlan by roper pcmcia 100-32 bit. I've installed the module by ndiswrapper and wlan0 is correctly found and configurated (dhcp), but browser doesn't work. If I type ifconfig the last message for wlan0 is Interrupt:11. If I try to ping I've got the following message: Network is unreachable. Have you got any ideas? Thank you. Bye
|
|
Back to top
|
|
 |
sidders
Joined: 23 Jul 2008 Posts: 470 Location: Bolton, uk
|
Posted: Sun 07 Jun 2009, 16:19 Post_subject:
|
|
Do you have an IP address?
Having flicked around on Google, i came across a couple of posts from Suse and another distro. They seemed to think it is the driver. I dont know what chipset is in the card. any clues as to what the chipset is, i am assuming that Puppy doenst pick it up without NDISWRAPPER
|
|
Back to top
|
|
 |
rjbrewer

Joined: 22 Jan 2008 Posts: 4377 Location: merriam, kansas
|
Posted: Sun 07 Jun 2009, 17:36 Post_subject:
|
|
Seems likely that Puppy would have a native Linux driver for
that card....if this site is up to date.
http://linux-wless.passys.nl/query_part.php?brandname=Roper
_________________
Inspiron 700m, Pent.M 1.6Ghz, 1Gb ram.
Msi Wind U100, N270 1.6>2.0Ghz, 1.5Gb ram.
Full installs
|
|
Back to top
|
|
 |
mo_70
Joined: 07 Jun 2009 Posts: 6
|
Posted: Mon 08 Jun 2009, 03:14 Post_subject:
|
|
First, thank you for your reply. I think is the driver because I've tried to install puppy linux on another old laptop (geo) and internet works well. I haven't written that the pcmcia card is not wireless but ethernet. Do you think that it works if I try to install the driver listed in the web site?
|
|
Back to top
|
|
 |
tempestuous
Joined: 10 Jun 2005 Posts: 4950 Location: Australia
|
Posted: Mon 08 Jun 2009, 04:29 Post_subject:
|
|
| mo_70 wrote: | | The pcmcia card's model is: superlan by roper pcmcia 100-32 bit. I've installed the module by ndiswrapper |
ndiswrapper doesn't work very well with ethernet devices, and it's more likely that one of Puppy's native Linux drivers will work better anyway.
It would help if you could positively identify the exact model of your PCMCIA card, since this will determine the correct Linux driver. Please run this command -
If this looks OK, run this command -
and report the Product/Device ID and Vendor ID values.
Edited_time_total
|
|
Back to top
|
|
 |
mo_70
Joined: 07 Jun 2009 Posts: 6
|
Posted: Tue 09 Jun 2009, 01:22 Post_subject:
|
|
I have 2 slots in my pc, one is empty.
The message of the command 'pccardctl status' is:
Socket 0:
3.3V 32-bit PC Card
Socket 1:
no card
The message of the command 'pccardctl ident' is:
Socket 0:
no product info available
Socket 1:
no product info available
I've extracted the card, the model is:
SUPERLAN BY ROPER PCMCIA 100-32-BIT
No product code available
|
|
Back to top
|
|
 |
tempestuous
Joined: 10 Jun 2005 Posts: 4950 Location: Australia
|
Posted: Tue 09 Jun 2009, 03:45 Post_subject:
|
|
Clearly there's a problem with your PCMCIA interface, and yours is currently one of three problems on the forum concerning PCMCIA interfaces.
I have a suspicion that the fault may be with 4.2.1, but I'm really not sure, and I don't have a copy of 4.2.1 to check.
I suggest you boot with "pci=biosirq".
|
|
Back to top
|
|
 |
mo_70
Joined: 07 Jun 2009 Posts: 6
|
Posted: Tue 09 Jun 2009, 04:24 Post_subject:
|
|
I've tried with "pci=biosirq" but....nothing to do! When I reboot the pc it doesn't keep the interface wlan0 loaded by ndiswrapper (i've saved it) and interface eth0 is loaded again. Have you got other ideas? Thank you very much.
|
|
Back to top
|
|
 |
tempestuous
Joined: 10 Jun 2005 Posts: 4950 Location: Australia
|
Posted: Tue 09 Jun 2009, 04:47 Post_subject:
|
|
| mo_70 wrote: | | When I reboot the pc it doesn't keep the interface wlan0 loaded by ndiswrapper |
Good. As I said before, you shouldn't be using ndiswrapper.
| mo_70 wrote: | | and interface eth0 is loaded again. |
Wow, that's good. Puppy can only create a network interface once it detects your network device.
I suggest you clear ndiswrapper from the Network Wizard, reboot, and configure the Network Wizard to use the module which it automatically selects. I suspect that will be r8169.
|
|
Back to top
|
|
 |
mo_70
Joined: 07 Jun 2009 Posts: 6
|
Posted: Tue 09 Jun 2009, 05:04 Post_subject:
|
|
Ok, done. The module loaded by default is:
interface: eth0
type: ethernet
module: 8139too
device description: pci realtek semiconductor rtl-8139/8139c/8139c+
If I test eth0 it gives me the following message:
unable to connect to the network
|
|
Back to top
|
|
 |
tempestuous
Joined: 10 Jun 2005 Posts: 4950 Location: Australia
|
Posted: Tue 09 Jun 2009, 08:19 Post_subject:
|
|
Well a large part of the battle is to recognise the device, load a compatible module, and create a network interface.
Since eth0 exists, you have succeeded to this point.
Now you need to do some diagnosis.
When you run the "dmesg" command, what do you see about how the 8139too module loaded? Does it look OK?
Is your router set up for DHCP? Maybe you need to configure the Network Wizard with a static IP address?
|
|
Back to top
|
|
 |
mo_70
Joined: 07 Jun 2009 Posts: 6
|
Posted: Tue 09 Jun 2009, 12:22 Post_subject:
|
|
8138too Fast Ethernet driver 0.9.28
......
eth0:link down
How can I copy lines from console? it's very long to write it by hands....
|
|
Back to top
|
|
 |
sidders
Joined: 23 Jul 2008 Posts: 470 Location: Bolton, uk
|
Posted: Wed 10 Jun 2009, 03:08 Post_subject:
|
|
Highlight the text and click with both mouse buttons, that will copy the text, then you can paste it.
|
|
Back to top
|
|
 |
svgt
Joined: 26 Mar 2008 Posts: 107 Location: Hamburg, Germany
|
Posted: Thu 25 Jun 2009, 19:20 Post_subject:
|
|
Hello,
I use a pcmcia controller TI-1225 in an old Gericom laptop. This broadband connection works with Puppy 4.2. But it does not work with the TeenPup2009.
Thanks in advance for any proposal.
Regards
Svgt
PS: status 3.3 32-bit PC card vendor LevelOne FPC-0106TX
|
|
Back to top
|
|
 |
paulh177

Joined: 22 Aug 2006 Posts: 870 Location: ST862228
|
Posted: Fri 26 Jun 2009, 02:07 Post_subject:
|
|
svgt --
you need to start another thread of your own on this subject. Mixing up two different problems in the same thread will only cause confusion.
_________________ Want to report a bug or problem? Have a read of this first ...
|
|
Back to top
|
|
 |
|