This bug is on Toshiba Satellite U305 too.

On 9.04 I used omnibook module, downloaded and compiled from
omnibook.svn.sourceforge.net. On 9.10 it does not work.

This method was successful
http://ubuntuforums.org/showpost.php?p=8136893&postcount=5 but I had to
modify laptop.h file to make my model work. I just need to add this
code:

        {
                .callback = dmi_matched,
                .ident = "Toshiba Satellite U305",
                .matches = {
                        DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),
                        DMI_MATCH(DMI_PRODUCT_NAME, "Satellite U305"),
                },
                .driver_data = (void*) TSM70
        }

It works. Please add my model to next version this module. It's very
common. I think the problem exist in Satellite U300, U400.


Thanks.

-- 
[karmic] bluetooth module unrecognized on toshiba nb205
https://bugs.launchpad.net/bugs/438323
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

Reply via email to