Ubuntu 12.04 LTS alternate CD for amd64 is also missing the jme driver.

------
BTW if you read this message because you're in the same problem; you need to 
compile the driver as explained here:
ftp://driver.jmicron.com.tw/Ethernet/Linux/Readme.txt

The driver is just in the page before:
ftp://driver.jmicron.com.tw/Ethernet/Linux/
Sometimes the page is offline… it worked @ 22/07/2012
Else search for "jme-1.0.5.tbz2" for the oldest (2009) or 
"jmebp-1.0.8.5.tar.bz" for the newest (2012).


-> You need a "make install" command…but the make command isn't installed by 
default.

If you used a CD/DVD for installing, the CD is reference as a source for 
packages so you just need to put the CD/DVD then run:
apt-get install make
Then follow the readme.txt instructions…


If you used a USB stick for the installation, it's not referenced as a source 
for packages so you need to put the USB stick then run:
mkdir /tmp/USB                           # making a temporary mount point for 
the USB stick
mount /dev/sdb1 /tmp/USB          #  mounting the USB stick
echo -e file:///tmp/USB precise main >> \n/etc/apt/sources.list 
                                                # adding the mount point to the 
packages source
                                                # you can make a backup of 
/etc/apt/sources.list but it's just about adding a line so…
apt-get update                           # update the list of package (so no 
you have the packages present in the USB stick) 

The you can do:
apt-get install make
Then follow the readme.txt instructions…

(the apt-get command satisies the dependencies, so I prefer doing all
this instead of using dpkg then realize I need gcc, then another package
then another one…)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/560249

Title:
  ubuntu minimal, alternate, and netboot install missing jme module for
  jmicron jmc250 jmc260 ethernet

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/560249/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to