Results 1 to 7 of 7
Firstly thanks for all the help I am abou to recieve. I am a newbie to Linux (< 1 week) and I have attempted to read all previous threads for ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 12-15-2005 #1Just Joined!
- Join Date
- Dec 2005
- Location
- Melbourne Australia
- Posts
- 13
Problems connecting to network
Firstly thanks for all the help I am abou to recieve. I am a newbie to Linux (< 1 week) and I have attempted to read all previous threads for this problem I am having.
My Hardware
Compaq Presrio 1200 Laptop
CPU P3 650
128 MB ram pc 100
Cyberblade 4 MB video card
Xircom Credit card ethernet 10/100 pci card
Motorola surfboard cable modem
Note I previously had Windows XP running on above system with internet working fine. Have formated HDD and installed new OS
OS
Mandrake 10.1
BPAlogin 2.0.2.1 i386 RPM installed
No other third party software installed
Problem
I am unable to get a network connection established. During the installation and configuration of the OS, (in particular the internet set up phase) it appeared to detect my Xircom ethernet card and labled it as "eth0 xircom CE-3 - 10/100 fast ethernet".
Once OS installed and configured, using a tutorial from "sourceforge.net" and "Australian Linux Journal" I attempted to set up a new network connection using the Mandrakelinux Control Centre > Network & internet > New Connection > Cable Connection.
The next screen displays the message "Net Device" Manually load driver
It then displays a list of various PCI cards, my particular card is not listed . I have tried several cards types 'xirc2ps_cs', 'xircom_cb' and 'pcnet_cs'... however when I click "next", a message is quickly displayed (too fast to read) and It returns to the previous screen. I have tried this with the OS install CD's in the CDROM still no difference.
I have also installed and configured the "BPAlogin" files and changed the username and password to my own, as directed in the tutorial. I have also set the network configuration to "DHCP" as specified in the tutorial.
Still I do not have a network connection, shown below is the IPCONFIG output file:
[root@localhost root]# pciconfig
bash: pciconfig: command not found
[root@localhost root]# /sbin/lspci
bash: /sbin/lspci: No such file or directory
[root@localhost root]# lspci
00:00.0 Host bridge: VIA Technologies, Inc. VT8601 [Apollo ProMedia] (rev 05)
00:01.0 PCI bridge: VIA Technologies, Inc. VT8601 [Apollo ProMedia AGP]
00:07.0 ISA bridge: VIA Technologies, Inc. VT82C686 [Apollo Super South] (rev 1b )
00:07.1 IDE interface: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT823x/A/ C PIPC Bus Master IDE (rev 06)
00:07.2 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 0e)
00:07.4 ISA bridge: VIA Technologies, Inc. VT82C686 [Apollo Super ACPI] (rev 20)
00:07.5 Multimedia audio controller: VIA Technologies, Inc. VT82C686 AC97 Audio Controller (rev 21)
00:09.0 Communication controller: Conexant HSF 56k Data/Fax Modem (rev 01)
00:0a.0 CardBus bridge: Texas Instruments PCI1410 PC card Cardbus Controller (re v 01)
01:00.0 VGA compatible controller: Trident Microsystems CyberBlade i1 (rev 6a)
[root@localhost root]#
I don't know what it all means, but it appears to me that there is not a connection being established between the OS and the network card or the card is not being detected?
Lastly on the desktop screen there is a network connection icon shown with a red cross under it (obviously showing no network connected) when I right click on it a dropdown box appears with a "connect to eth0" option when i click on this nothing happens.
Please help me on this problem.. I am keen to be a full time user of Linux but am finding it a little disheartening at this early stage
Regards
Stuart
- 12-16-2005 #2
Hi - To start with do this:
Open a terminal
Type su
<enter password>
ifconfig
Post the output from that in here.
If you try:
ifconfig eth0 up
does anything happen?I am always doing that which I can not do, in order that I may learn how to do it. - Pablo Picasso
- 12-16-2005 #3Just Joined!
- Join Date
- Dec 2005
- Location
- Melbourne Australia
- Posts
- 13
As requested here is the ifconfig and the ifconfig eth0 up output files.
thanks for your help, stuey
[stuart@localhost stuart]$ su
Password:
[root@localhost stuart]# ifconfig
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:96 errors:0 dropped:0 overruns:0 frame:0
TX packets:96 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:6422 (6.2 Kb) TX bytes:6422 (6.2 Kb)
[root@localhost stuart]# ifconfig eth0 up
eth0: unknown interface: No such device
- 12-16-2005 #4Just Joined!
- Join Date
- Dec 2005
- Location
- Melbourne Australia
- Posts
- 13
As extra info I had a look in "/etc/pcmicia/config opt
I notice that the following IRQ have been excluded
irq 4
irq 3
irq 7
irq 12
I am just wondering should irq 5 be exclude? could this possibly be the problem, from the above files I posted it appears to me that the card is not being detected, am I correct, and how do I get the OS to detect it?
cheers stuey
- 12-16-2005 #5Just Joined!
- Join Date
- Dec 2005
- Location
- Melbourne Australia
- Posts
- 13
UPDATE
after typing /etc/rc.d/init.d/pcmcia start
I get the following message
PCMCIA Services: Cardmgr [6041]: NO SOCKET FOUND
what does this mean
- 12-16-2005 #6
I'm honestly not sure about this. To be truthful, it took me quite a while to set up my own card, but I had different issues (and it works well now). Maybe your card isn't well supported: that's what I suspect.
I'm guessing that support for your card isn't compiled into your kernel. I'm assuming that you set up everything for your ISP addresses (not that I think that's the problem).
This is worth looking at. I appreciate how hard this can be! Usually getting your connection working is a combination of using front-end and back-end commands and tools.
Can anyone else help out? I use a 3Com card btw - easier to get along with.I am always doing that which I can not do, in order that I may learn how to do it. - Pablo Picasso
- 12-16-2005 #7Just Joined!
- Join Date
- Dec 2005
- Location
- Melbourne Australia
- Posts
- 13
Yer thanks mate, it can be quiet frustrating....... I will keep on trying
I may just buy a new card and try my luck with that... Thanks for the help anyway
regards stuart


Reply With Quote
