Results 1 to 15 of 20

Thread: Connecting a LCD to the WL500g

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jun 2004
    Location
    Portugal
    Posts
    5
    No Oleg, the printer I have near by is USB.
    Writes do the data and control lines should be working. Reads from status lines, I hope so
    I've uploaded the source code to http://pwp.netcabo.pt/0246517002/parport_splink.c if you want to take a look.

    Don't include the parport_pc on the kernel or as a module, because if CONFIG_PARPORT_PC or CONFIG_PARPORT_PC_MODULE are defined lp.o and ppdev.o will use inline functions from parport_pc and you'll get kernel Oops (check include/linux/parport.h). I lost lots of time debugging this

    Do you know if it would be possible to use an IRQ or modes other than PARPORT_MODE_PCSPP? I looked at the Asus binary module and they seem to try to free irq 2 on module cleanup... That irq is being used by the USB controller on my Asus.

  2. #2
    Join Date
    Dec 2003
    Location
    Russian Federation
    Posts
    8,356
    Quote Originally Posted by gryle
    No Oleg, the printer I have near by is USB.
    Writes do the data and control lines should be working. Reads from status lines, I hope so
    I've uploaded the source code to http://pwp.netcabo.pt/0246517002/parport_splink.c if you want to take a look.

    Don't include the parport_pc on the kernel or as a module, because if CONFIG_PARPORT_PC or CONFIG_PARPORT_PC_MODULE are defined lp.o and ppdev.o will use inline functions from parport_pc and you'll get kernel Oops (check include/linux/parport.h). I lost lots of time debugging this

    Do you know if it would be possible to use an IRQ or modes other than PARPORT_MODE_PCSPP? I looked at the Asus binary module and they seem to try to free irq 2 on module cleanup... That irq is being used by the USB controller on my Asus.
    Yes, the IRQ pin is physically connected to one of the GPIO pins, which can be enabled to generate IRQs. I've not checked for details yet. And yes, they're sharing IRQs. It also, possible to use other modes, including EPP, ECP, whatever. It's selected by accessing it at 0xbf800410 (so, in standard way +0x400).
    Let me know if you need other info.

  3. #3
    hello!
    i'm very interested in this, because i had the same idea.
    i will test all the shit if you provide everything.
    i have a gfx-lcd, but it's no problem, because i have found lcdproc-patches for it.
    i will code an alternative to lcdproc, because it is not very effective for glcds.

    ps: i still need a good buildroot with a g++, i'm too stupid to compile my own :-( .

Similar Threads

  1. Replies: 1
    Last Post: 19-09-2005, 13:36
  2. Connecting 3 WL500g in one network?
    By Maxven in forum WL-500g Q&A
    Replies: 3
    Last Post: 26-06-2005, 14:56
  3. Connecting WL500g to wireless ADSL router?
    By maurits in forum WL-500g Q&A
    Replies: 3
    Last Post: 28-03-2005, 22:03
  4. Connecting WL500g to Draytek2500We
    By Meuchi in forum WL-500g Q&A
    Replies: 8
    Last Post: 22-10-2004, 21:52

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •