Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Mar 2016 14:18:47 -0700
From:      Conrad Meyer <cem@FreeBSD.org>
To:        Guido Falsi <mad@madpilot.net>
Cc:        freebsd-current <freebsd-current@freebsd.org>
Subject:   Re: sdhci_pci.ko fails to load
Message-ID:  <CAG6CVpXCNuGL7fdjcE1u5qFot3YGjT_=1Q2G01m886xoc6H6Xg@mail.gmail.com>
In-Reply-To: <56EF12C1.1020202@madpilot.net>
References:  <56EF12C1.1020202@madpilot.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Try 'kldload mmc' first.  'sdhci_pci' is missing a MODULE_DEPEND on mmc.

Best,
Conrad

On Sun, Mar 20, 2016 at 2:14 PM, Guido Falsi <mad@madpilot.net> wrote:
> Hi,
>
> I've just noticed a regression.
>
> I have been using mmc.ko, mmcsd.ko and sdhci.ko to use the integrated
> SSD card reader on my laptop.
>
> I have actively used it during a trip at the start of December, so I'm
> sure it did work as expected then with a kernel from the end of November.
>
> Today with rr296993 I noticed it was not working, the device was not
> being attached by the kernel.
>
> doing "kldload sdhci_pci" retirns this error:
>
> link_elf_obj: symbol mmc_driver undefined
> linker_load_file: Unsupported file type
>
> I tried with the modules mentioned above already loaded.
>
> Compiling a kernel with the devices statically linked in works as expected.
>
> Is this some kind of regression?
>
> --
> Guido Falsi <mad@madpilot.net>
> _______________________________________________
> freebsd-current@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAG6CVpXCNuGL7fdjcE1u5qFot3YGjT_=1Q2G01m886xoc6H6Xg>