<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Googling brought up a post where
      someone claims that his problem disappeared when he didn't have
      space chars in the folder names any more. Maybe that will work for
      you as well.<br>
      Change your folder name from Downloads/Serial Driver to
      Downloads/SerialXDriver <br>
      <br>
      Curious if that's it...<br>
      <br>
      <br>
      <br>
      On 12/13/2014 05:23 PM, Andrew C. wrote:<br>
    </div>
    <blockquote
      cite="mid:1yc1q8xtaodqp44752lw7brb.1418516362892@email.android.com"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=windows-1252">
      Yes, both of those are installed, and I'm running mythbuntu
      14.04.1 LTS<br>
      <br>
      <div>-------- Original message --------</div>
      <div>From: Walter Mack <a class="moz-txt-link-rfc2396E" href="mailto:wmack@componentsw.com"><wmack@componentsw.com></a> </div>
      <div>Date:12/13/2014 4:53 PM (GMT-07:00) </div>
      <div>To: Main PLUG discussion list
        <a class="moz-txt-link-rfc2396E" href="mailto:plug-discuss@lists.phxlinux.org"><plug-discuss@lists.phxlinux.org></a> </div>
      <div>Cc: </div>
      <div>Subject: Re: Compiling a Driver for a PCI-e Serial Card </div>
      <div><br>
      </div>
      Do you have binutils and the linux-headers packages installed?<br>
      <br>
      What version of mythbuntu are you running?<br>
      <br>
      <br>
      <br>
      On 12/13/2014 04:31 PM, <a class="moz-txt-link-abbreviated" href="mailto:mariovenzetti@cox.net">mariovenzetti@cox.net</a> wrote:<br>
      > Hello,<br>
      > I've been working on a MythTV on Mythbuntu project for a
      little while now and I've come to the step of setting up a serial
      ir blaster. My motherboard did not come with a serial port so I
      purchased an Iocrest  PCI-Express Multi I/O Controller serial
      card. I see the card when typing in "lspci" in a CLI. However,
      I've determined the card needs a driver, because when I put the
      command to find my ir blaster, "dmesg | grep tty" it oly comes up
      with "[    0.000000] console [tty0] enabled". When i plug the ir
      blaster into an older lubuntu computer I have I get "[   
      0.000000] console [tty0] enabled<br>
      > [    1.029792] 00:08: ttyS0 at I/O 0x3f8 (irq = 4, base_baud
      = 115200) is a 16550A". So it seems to find the blaster on the
      older computer, probably because the serial port is built into the
      motherboard. So, I found and downloaded the linux driver for the
      card that needs to be compiled. I've extracted the zip file the
      driver is in, navigate to the directory where the makefile is and
      then enter the command "make". I then get these errors:
      "hometheater@Hometheater:~/Downloads/Serial
      Driver/MCS99XX/Linux/MCS9900_Cascade/MCS99XX-cascade_V_1.0.0.0$
      make<br>
      > rm -f *.mod.c *.o *.ko .*.cmd *.symvers<br>
      > make -C /usr/src/linux-headers-3.13.0-43-generic 
      SUBDIRS=/home/hometheater/Downloads/Serial
      Driver/MCS99XX/Linux/MCS9900_Cascade/MCS99XX-cascade_V_1.0.0.0
      modules<br>
      > make[1]: Entering directory
      `/usr/src/linux-headers-3.13.0-43-generic'<br>
      >
      /usr/src/linux-headers-3.13.0-43-generic/arch/x86/Makefile:113:
      CONFIG_X86_X32 enabled but no binutils support<br>
      > make[1]: *** No rule to make target
      `Driver/MCS99XX/Linux/MCS9900_Cascade/MCS99XX-cascade_V_1.0.0.0'. 
      Stop.<br>
      > make[1]: Leaving directory
      `/usr/src/linux-headers-3.13.0-43-generic'<br>
      > make: *** [default] Error 2"<br>
      > Here is the makefile as well:<br>
      > "KDIR:=/usr/src/linux-headers-3.13.0-43-generic<br>
      ><br>
      > obj-m +=99xx.o<br>
      ><br>
      > default:<br>
      > $(RM) *.mod.c *.o *.ko .*.cmd *.symvers<br>
      > $(MAKE) -C $(KDIR) SUBDIRS=$(PWD) modules<br>
      ><br>
      > install:<br>
      > cp 99xx.ko  /lib/modules/$(shell uname
      -r)/kernel/drivers/serial/<br>
      > depmod -A<br>
      > chmod +x mcs99xx<br>
      > cp mcs99xx /etc/init.d/<br>
      > ln -s /etc/init.d/mcs99xx /etc/rc.d/rc3.d/Smcs99xx || true  <br>
      > ln -s /etc/init.d/mcs99xx /etc/rc.d/rc5.d/Smcs99xx || true<br>
      > modprobe 99xx nr_funs=4<br>
      ><br>
      > uninstall:<br>
      > modprobe -r 99xx<br>
      > rm /lib/modules/$(shell uname
      -r)/kernel/drivers/serial/99xx.*<br>
      > depmod -A<br>
      > rm -f /etc/init.d/mcs99xx<br>
      > rm -f /etc/rc.d/rc3.d/Smcs99xx<br>
      > rm -f /etc/rc.d/rc5.d/Smcs99xx<br>
      ><br>
      > clean:<br>
      > $(RM) *.mod.c *.o *.ko .*.cmd *.symvers<br>
      > rm -rf .tmp_version*"<br>
      > Can anyone help me successfully compile this driver?<br>
      > Thanks!<br>
      > ~Andrew C.<br>
      > ---------------------------------------------------<br>
      > PLUG-discuss mailing list - <a class="moz-txt-link-abbreviated" href="mailto:PLUG-discuss@lists.phxlinux.org">PLUG-discuss@lists.phxlinux.org</a><br>
      > To subscribe, unsubscribe, or to change your mail settings:<br>
      > <a class="moz-txt-link-freetext" href="http://lists.phxlinux.org/mailman/listinfo/plug-discuss">http://lists.phxlinux.org/mailman/listinfo/plug-discuss</a><br>
      ><br>
      <br>
      ---------------------------------------------------<br>
      PLUG-discuss mailing list - <a class="moz-txt-link-abbreviated" href="mailto:PLUG-discuss@lists.phxlinux.org">PLUG-discuss@lists.phxlinux.org</a><br>
      To subscribe, unsubscribe, or to change your mail settings:<br>
      <a class="moz-txt-link-freetext" href="http://lists.phxlinux.org/mailman/listinfo/plug-discuss">http://lists.phxlinux.org/mailman/listinfo/plug-discuss</a><br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">---------------------------------------------------
PLUG-discuss mailing list - <a class="moz-txt-link-abbreviated" href="mailto:PLUG-discuss@lists.phxlinux.org">PLUG-discuss@lists.phxlinux.org</a>
To subscribe, unsubscribe, or to change your mail settings:
<a class="moz-txt-link-freetext" href="http://lists.phxlinux.org/mailman/listinfo/plug-discuss">http://lists.phxlinux.org/mailman/listinfo/plug-discuss</a></pre>
    </blockquote>
    <br>
  </body>
</html>