Is it possible to get an old module to work with 7 kernel?
In 5* and 6* my Olympus camera mounted with umass as an msdos drive (da?s1).
With 7-STABLE umass panics.
Is there some way of making an old umass module work with the new kernel?
Downgrading the whole system for a camera seems rather drastic, but I am not
sure what else to do.
--
Lars Eighner SAVE BEASTIE! "What do you do when you're debranded?"
[email]usenet@larseighner.com[/email] [url]http://larseighner.com/[/url]
"Stale dependency": When pkgdb -F reports this, it means the dependency is
missing, not that the dependency is obsolete.
Re: Is it possible to get an old module to work with 7 kernel?
On Wed, 24 Sep 2008 19:53:36 +0000 (UTC),
Lars Eighner <usenet@larseighner.com> wrote:[color=blue]
> In 5* and 6* my Olympus camera mounted with umass as an msdos drive (da?s1).
>
> With 7-STABLE umass panics.
>
> Is there some way of making an old umass module work with the new kernel?
> Downgrading the whole system for a camera seems rather drastic, but I am not
> sure what else to do.[/color]
Write a PR? Especially now with 7.1 upcoming, detailed problem reports
seem to be in order.
I don't know whether it's possible to downgrade umass that way as I have
no idea what the relevant KPI changes are. You could try and find out, of
course, but it'll likely be more work than downgrading the entire system.
--
j p d (at) d s b (dot) t u d e l f t (dot) n l .
This message was originally posted on Usenet in plain text.
Any other representation, additions, or changes do not have my
consent and may be a violation of international copyright law.
Re: Is it possible to get an old module to work with 7 kernel?
Lars Eighner wrote:
[color=blue]
> Downgrading the whole system for a camera seems rather drastic, but I am not
> sure what else to do.[/color]
You should fill a PR for this and ask on the freebsd-stable@ mailing
list.
Compile a kernel with WITNESS and all debugging options on, then you
should get a crash dump of the panic.
See
[url]http://www.freebsd.org/doc/en/books/developers-handbook/kerneldebug.html[/url]
Hope this help.
Solved (Was: Is it possible to get an old module to work with 7 kernel?)
In our last episode, <slrngdl669.evv.usenet@debranded.larseighner.com>, the
lovely and talented Lars Eighner broadcast on comp.unix.bsd.freebsd.misc:
[color=blue]
> In 5* and 6* my Olympus camera mounted with umass as an msdos drive (da?s1).[/color]
[color=blue]
> With 7-STABLE umass panics.[/color]
[color=blue]
> Is there some way of making an old umass module work with the new kernel?
> Downgrading the whole system for a camera seems rather drastic, but I am not
> sure what else to do.[/color]
As it turns out, the Olympus card can be read from my HP printer using the
HP Device Manager from the hplip port. This is not really the right
solution, as it used to possible to read the camera as a flash drive with
umass loaded (which cannot happen at boot to avoid the printer, which must be
a ugen device, being grabbed by umass).
--
Lars Eighner SAVE BEASTIE! "What do you do when you're debranded?"
[email]usenet@larseighner.com[/email] [url]http://larseighner.com/[/url]
TIP: Save a ttyvX scrollback buffer where X is the ttyv number with
#vidcontrol -PH < /dev/ttyvX > capture-file.txt