That makes me wonder if the log actually does anything...I think it
wouldn't finish printing everything if it died mid-run, but if it
finished running, it won't show anything unusual...

Do the uninstall, then 
cd mmc
sudo cp protocol.h /usr/src/linux-headers-`uname -r`/include/linux/mmc/proto    
col.h
sudo mv /usr/src/linux-headers-`uname -r`/include/linux/mmc/host.h /usr/src/    
linux-headers-`uname -r`/include/linux/mmc/host.h.old
sudo cp host.h /usr/src/linux-headers-`uname -r`/include/linux/mmc/host.h
cd ../tifm
sudo make

So that just the kernel headers are corrected and the first step of
compiling. The logs from the Makefile are probably gone because of "make
clean" at the end of the script, so check the logs in the "tifm"
directory and see if there's anything wrong with the compiling.  If
nothing's wrong after "sudo make" try "sudo make install" and see if you
get an error there.

-- 
tifm: Texas Instruments Card reader not working
https://bugs.launchpad.net/bugs/53923
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to