Hi gborzi, your idea to avoid starting module em28xx-audio solved the issue! Thanks a lot!
I have indeed modified a bit little the source code and rebuilt it and now this module is no longer loaded which avoid the crash. In case this interest somebody else, I have edited file em28xx-card.c, searched for my module type (Empia Hybrid ATSC (em2882)) and edit this line: ..dev_modes = EM28XX_VIDEO | EM28XX_VBI | EM28XX_DVBT | EM28XX_AUDIO, which I have modified into: ..dev_modes = EM28XX_VIDEO | EM28XX_VBI | EM28XX_DVBT, like this, audio module is longer loaded. Yes I know that is a dirty work around but at least it works :) Cheers, Greg gborzi a écrit : > Hello Greg, > sorry, I don't know how to modify the source, I only made a package. The > coding is done by Markus Rechberger, I think you need to contact him. > > Regards. > -- 2.6.24.12 won't boot with em28xx device https://bugs.launchpad.net/bugs/204578 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
