Luca Abeni wrote: > On Thu, 2005-05-26 at 10:50, Johannes Stezenbach wrote: > > Does anyone have DVB drivers running on AMD64? > Don't know if this helps, but: > I have have an AMD64 machine with the DVB drivers running without > problems. I am using ubuntu (based on 2.6.11 kernel): ... > root@host55:~ # file /usr/local/bin/dvbtune > /usr/local/bin/dvbtune: ELF 64-bit LSB executable, AMD x86-64, version 1 > (SYSV), for GNU/Linux 2.6.0, dynamically linked (uses shared libs), not > stripped > > Maybe the problem is with 32bit applications? That's possible. Can you try a 32bit app? E.g. compile szap on x86 machine and copy it over? I have no idea if we need to do something special to support this, although I've seen that there's this compat_ioctl in struct file_operations. Does someone have a clue? Johannes