LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 04-18-2002, 07:05 PM   #1
puneet7
LQ Newbie
 
Registered: Apr 2002
Posts: 2

Rep: Reputation: 0
Unhappy Telnet problems with RH7.2


Hi.

I was trying to install the Linux 7.2 sw on my NEC Versa VXi
laptop.
I get the following message when I try to ping (my PC is directly connected to this machine and the physical connectiosn are OK - pinging when in Windows mode from the same PC and same Ethernet card works OK) :

ping 172.16.80.43

SIOCDARP(priv): Network is unreachable

I have the package kernel-pcmcia-cs-3.1.27-10 installed and my ethernet card is a EC2T Combo PCMCIA
EthernetCard.

I am getting the following error messages in the
/var/log/messages file :

cardmgr : config error, file './config.opts' line 8 :
no function bindings


and

modprobe: Can't locate module eth1

I am attaching /var/log/messages ,
/etc/pcmcia/config.opts, /etc/modules.conf ,
/etc/sysconfig/network-scripts/ifcfg-eth1, /var/lib/pcmcia/stab
files along with this email.

Please advise as to what could be going wrong. Any help will be greatly appreciated.

Thanks,
Peaks


ifcfg-eth1 :

DEVICE=eth1
IPADDR=172.16.80.43
NETMASK=255.255.240.0
NETWORK=172.16.80.0
BROADCAST=172.16.95.255
ONBOOT=yes
BOOTPROTO=none
USERCTL=yes

config.opts :

#
# Local PCMCIA Configuration File
#
#----------------------------------------------------------------------

# System resources available for PCMCIA devices

include port 0x100-0x4ff, port 0xc00-0xcff
include memory 0xc0000-0xfffff
include memory 0xa0000000-0xa0ffffff, memory 0x60000000-0x60ffffff

# High port numbers do not always work...
# include port 0x1000-0x17ff

# Extra port range for IBM Token Ring
include port 0xa00-0xaff

# Resources we should not use, even if they appear to be available

# First built-in serial port
exclude irq 4
# Second built-in serial port
#exclude irq 3
# First built-in parallel port
exclude irq 7
# PS/2 Mouse controller port, comment this out if you don't have a PS/2
# based mouse
exclude irq 12

#----------------------------------------------------------------------

# Examples of options for loadable modules

# To fix sluggish network with IBM ethernet adapter...
#module "pcnet_cs" opts "mem_speed=600"

# Options for IBM Token Ring adapters
#module "ibmtr_cs" opts "mmiobase=0xd0000 srambase=0xd4000"

# Options for Raylink/WebGear driver: uncomment only one line...
# Generic ad-hoc network
module "ray_cs" opts "essid=ADHOC_ESSID hop_dwell=128 beacon_period=256 translate=1"
# Infrastructure network for older cards
#module "ray_cs" opts "net_type=1 essid=ESSID1"
# Infrastructure network for WebGear
#module "ray_cs" opts "net_type=1 essid=ESSID1 translate=1 hop_dwell=128 beacon_period=256"

# Options for WaveLAN/IEEE driver (AccessPoint mode)...
#module "wvlan_cs" opts "station_name=MY_PC"
# Options for WaveLAN/IEEE driver (ad-hoc mode)...
#module "wvlan_cs" opts "port_type=3 channel=1 station_name=MY_PC"

# Options for Xircom Netwave driver...
#module "netwave_cs" opts "domain=0x100 scramble_key=0x0"


/etc/modules.conf :

alias parport_lowlevel parport_pc
alias eth1 eepro100
alias eth0 eepro100
alias sound-slot-0 i810_audio
post-install sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null 2>&1 || :
pre-remove sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -S >/dev/null 2>&1 || :
alias usb-controller usb-uhci


/var/log/messages :

Apr 12 12:56:14 craftpc cardmgr[2878]: starting, version is 3.1.22
Apr 12 12:56:14 craftpc cardmgr[2878]: config error, file './config.opts' line 8: no function bindings
Apr 12 12:56:14 craftpc cardmgr[2878]: watching 2 sockets
Apr 12 12:56:14 craftpc kernel: cs: IO port probe 0x0c00-0x0cff: clean.
Apr 12 12:56:14 craftpc kernel: cs: IO port probe 0x0100-0x04ff: excluding 0x378-0x37f 0x400-0x44f 0x4d0-0x4d7
Apr 12 12:56:14 craftpc kernel: cs: IO port probe 0x0a00-0x0aff: clean.
Apr 12 12:56:14 craftpc cardmgr[2878]: initializing socket 1
Apr 12 12:56:14 craftpc kernel: cs: memory probe 0xa0000000-0xa0ffffff: clean.
Apr 12 12:56:14 craftpc cardmgr[2878]: socket 1: NE2000 Compatible Ethernet
Apr 12 12:56:15 craftpc cardmgr[2878]: product info: "Linksys", "Combo PCMCIA EthernetCard (EC2T)", "2.0"
Apr 12 12:56:15 craftpc cardmgr[2878]: manfid: 0x0149, 0xc1ab function: 6 (network)
Apr 12 12:56:15 craftpc cardmgr[2878]: executing: 'modprobe 8390'
Apr 12 12:56:15 craftpc cardmgr[2878]: executing: 'modprobe pcnet_cs'
Apr 12 12:56:15 craftpc cardmgr[2878]: executing: './network start eth1'
Apr 12 12:56:15 craftpc kernel: eth1: NE2000 Compatible: io 0x300, irq 3, hw_addr 00:04:5A:98:F9:14
Apr 12 12:56:15 craftpc modprobe: modprobe: Can't locate module eth1^M
Apr 12 13:07:17 craftpc cardmgr[2878]: executing: './network check eth1'
Apr 12 13:07:17 craftpc cardmgr[2878]: shutting down socket 1
Apr 12 13:07:17 craftpc cardmgr[2878]: executing: './network stop eth1'
Apr 12 13:07:17 craftpc cardmgr[2878]: executing: 'modprobe -r pcnet_cs'
Apr 12 13:07:17 craftpc cardmgr[2878]: executing: 'modprobe -r 8390'
Apr 12 13:07:17 craftpc cardmgr[2878]: exiting
Apr 12 13:07:19 craftpc kernel: unloading Kernel Card Services
Apr 12 13:07:26 craftpc kernel: Linux Kernel Card Services 3.1.22
Apr 12 13:07:26 craftpc kernel: options: [pci] [cardbus] [pm]
Apr 12 13:07:27 craftpc kernel: PCI: Found IRQ 10 for device 00:03.1
Apr 12 13:07:27 craftpc kernel: PCI: Sharing IRQ 10 with 00:00.1
Apr 12 13:07:27 craftpc kernel: PCI: Found IRQ 5 for device 00:03.0
Apr 12 13:07:27 craftpc kernel: PCI: Sharing IRQ 5 with 00:06.0
Apr 12 13:07:27 craftpc kernel: PCI: Sharing IRQ 5 with 00:06.1
Apr 12 13:07:27 craftpc kernel: Yenta IRQ list 0898, PCI irq10
Apr 12 13:07:27 craftpc kernel: Socket status: 30000006
Apr 12 13:07:27 craftpc kernel: Yenta IRQ list 0898, PCI irq5
Apr 12 13:07:27 craftpc kernel: Socket status: 30000010
Apr 12 13:07:27 craftpc cardmgr[3146]: starting, version is 3.1.22
Apr 12 13:07:27 craftpc cardmgr[3146]: config error, file './config.opts' line 8: no function bindings
Apr 12 13:07:27 craftpc cardmgr[3146]: watching 2 sockets
Apr 12 13:07:27 craftpc kernel: cs: IO port probe 0x0100-0x03ff: excluding 0x378-0x37f
Apr 12 13:07:27 craftpc kernel: cs: IO port probe 0x0a00-0x0aff: clean.
Apr 12 13:07:27 craftpc cardmgr[3146]: initializing socket 1
Apr 12 13:07:27 craftpc kernel: cs: memory probe 0xa0000000-0xa0ffffff: clean.
Apr 12 13:07:27 craftpc cardmgr[3146]: socket 1: NE2000 Compatible Ethernet
Apr 12 13:07:28 craftpc cardmgr[3146]: product info: "Linksys", "Combo PCMCIA EthernetCard (EC2T)", "2.0"
Apr 12 13:07:28 craftpc cardmgr[3146]: manfid: 0x0149, 0xc1ab function: 6 (network)
Apr 12 13:07:28 craftpc cardmgr[3146]: executing: 'modprobe 8390'
Apr 12 13:07:28 craftpc cardmgr[3146]: executing: 'modprobe pcnet_cs'
Apr 12 13:07:28 craftpc cardmgr[3146]: executing: './network start eth1'
Apr 12 13:07:28 craftpc kernel: eth1: NE2000 Compatible: io 0x300, irq 3, hw_addr 00:04:5A:98:F9:14
Apr 12 13:07:28 craftpc modprobe: modprobe: Can't locate module eth1^M


/var/lib/pcmcia/stab :

Socket 0: empty
Socket 1: NE2000 Compatible Ethernet
1 network pcnet_cs 0 eth1
 
  


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
No telnet from LAN into RH7.1 box mcbleyerveld Linux - Networking 4 08-27-2004 09:42 AM
RH7.1 - pop3 - xinetd - Can't telnet 110 from network elthespian Red Hat 1 01-27-2004 11:47 AM
enable telnet on RH7.1 systray Linux - Newbie 1 03-22-2002 12:34 PM
Cannot telnet into RH7.1 as root Lemon Songster Linux - Networking 11 08-23-2001 02:31 PM
Ping But No Telnet Access Using RH7 london1970 Linux - Networking 1 08-23-2001 09:44 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 04:00 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