Bug 49601 - pcnet _cs some how got compiled without all it's functions
Summary: pcnet _cs some how got compiled without all it's functions
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: kernel-pcmcia-cs
Version: 6.0
Hardware: i586
OS: Linux
high
high
Target Milestone: ---
Assignee: Arjan van de Ven
QA Contact: Brock Organ
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2001-07-21 06:44 UTC by Need Real Name
Modified: 2005-10-31 22:00 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2001-07-21 07:16:34 UTC
Embargoed:


Attachments (Terms of Use)

Description Need Real Name 2001-07-21 06:44:38 UTC
Description of Problem:
module fales to load

How Reproducible:
"ismod pcnet_cs hw_add=00,00,0x94,0xb0,0x53,0x60"
Iput this in my /etc/pcmcia/config file and got one low beep
then I did the same from the command line and got

Steps to Reproduce:
1. 
2. 
3. 

Actual Results:
/lib/modules/2.2.5-15/pcmcia/pcnet_cs:unresolved symbol ei_open
          "                                        "    ethdev_init
          "                                        "    ei_interrupt
          "                                        "    ns8390_ini


Expected Results:


Additional Information:
the module came off the redhat cd I looked at the source and these are
functions the program is trying to call the man page sed that the 0x's
were needed for numbers in hex

Comment 1 Arjan van de Ven 2001-07-21 07:16:30 UTC
You should use "modprobe" instead of "insmod"; modprobe also loads the modules
the pcnet_cs module depends on. Alternatively, you can "insmod 8390" first



Note You need to log in before you can comment on or make changes to this bug.