Re: Problem with STABLE-12 amd 64

2019-07-15 Thread Kevin Oberman
On Mon, Jul 15, 2019 at 12:50 PM Jonathan Chen  wrote:

> On Mon, 15 Jul 2019 at 22:28, Filippo Moretti via freebsd-stable
>  wrote:
> >
> >  I did build world but it did not solve the problem
>
> You need to rebuild the port, graphics/drm-kmod, as this port contains
> kernel modules. Whenever you upgrade the base system, it is always a
> good idea to rebuild/reinstall ports that contain kernel modules, as
> they get depend quite critically on being in sync.
>
> Cheers.
> --
> Jonathan Chen 
> ___
> freebsd-stable@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-stable
> To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"
>

If you can't resolve the issue, please report how you load the kernel
module and the exact version of the drm-kmod you have installed.you can get
it with "pkg info drm-\*".  You should get two lines, one for drm-kmod and
another for module installed. Also, I don't recall whether you reported the
exact GPU you have on your system. Won't help me, but others, more familiar
with AMD may find it useful. Finally, "kldstat -v | grep -A 1 -E "drm|kms""
will provide the exact ID and filename of the loaded kernel modules.
--
Kevin Oberman, Part time kid herder and retired Network Engineer
E-mail: rkober...@gmail.com
PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: Problem with STABLE-12 amd 64

2019-07-15 Thread Jonathan Chen
On Mon, 15 Jul 2019 at 22:28, Filippo Moretti via freebsd-stable
 wrote:
>
>  I did build world but it did not solve the problem

You need to rebuild the port, graphics/drm-kmod, as this port contains
kernel modules. Whenever you upgrade the base system, it is always a
good idea to rebuild/reinstall ports that contain kernel modules, as
they get depend quite critically on being in sync.

Cheers.
-- 
Jonathan Chen 
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: Problem with STABLE-12 amd 64

2019-07-15 Thread Filippo Moretti via freebsd-stable
 I did build world but it did not solve the problemsincerelyFilippo
On Sunday, July 14, 2019, 05:45:38 PM GMT+2, Filippo Moretti 
 wrote:  
 
  
Thank you for your advice:reinstalling the port from source did not fix this 
issue.I will try the other suggestion when I will rebuild world.I do not have 
/etc/src.conf file,I will create one and see if it fixes this 
issue,sincerelyFilippoOn Sunday, July 14, 2019, 04:40:17 PM GMT+2, Kevin 
Oberman  wrote:  
 
 On Sun, Jul 14, 2019 at 2:42 AM Filippo Moretti via freebsd-stable <
freebsd-stable@freebsd.org> wrote:

> I get the following error:KLD radeonkms.ko: depends on kernel -not
> available or version
> mismatch linker_load_file:/boot/modules/radeonkms.ko-unsupported file
> typeany suggestion on how to fix it appreciatedsincerelyFilipo
>
Looks like your kernel module, radeonkms.ko, is not in sync with your
kernel.

Have you upgraded you kernel? It is always a good idea to rebuild kernel
modules whenever you build a kernel. This is easily accomplished by adding
"PORTS_MODULES=graphics/drm-kmod" to /etc/src.conf.

For an immediate fix, just re-install the port from source.
--
Kevin Oberman, Part time kid herder and retired Network Engineer
E-mail: rkober...@gmail.com
PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: Problem with STABLE-12 amd 64

2019-07-14 Thread Kevin Oberman
On Sun, Jul 14, 2019 at 2:42 AM Filippo Moretti via freebsd-stable <
freebsd-stable@freebsd.org> wrote:

> I get the following error:KLD radeonkms.ko: depends on kernel -not
> available or version
> mismatch linker_load_file:/boot/modules/radeonkms.ko-unsupported file
> typeany suggestion on how to fix it appreciatedsincerelyFilipo
>
Looks like your kernel module, radeonkms.ko, is not in sync with your
kernel.

Have you upgraded you kernel? It is always a good idea to rebuild kernel
modules whenever you build a kernel. This is easily accomplished by adding
"PORTS_MODULES=graphics/drm-kmod" to /etc/src.conf.

For an immediate fix, just re-install the port from source.
--
Kevin Oberman, Part time kid herder and retired Network Engineer
E-mail: rkober...@gmail.com
PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Problem with STABLE-12 amd 64

2019-07-14 Thread Filippo Moretti via freebsd-stable
I get the following error:KLD radeonkms.ko: depends on kernel -not available or 
version mismatch linker_load_file:/boot/modules/radeonkms.ko-unsupported file 
typeany suggestion on how to fix it appreciatedsincerelyFilipo
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: Problem with STABLE-12

2019-05-30 Thread Pete French
Just to follow up on this thread from April, where people were talking about
graphics/drm-kmod hanging on boot with an older Radeon card. I had the same
issue and have bene using  graphics/drm-legacy-kmod since then, but the
changes to the Linux KPI which have come into STABLE in the last few days,
and the newer version of the DRM pot, seem to have fixed the issue and I
am now back to using the modern drivers. Worth a try for those people
who were also having the same issue (sorry, I dont have much of the original
thread to hand and I can't remember who you were)

-pete.
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: Problem with STABLE-12

2019-04-26 Thread Mark Saad
Pete
  I have a Radeon cedar , running 12-stable from Monday . I had similar issues 
and reverted to older in kernel tree modules and deleted the port . This worked 
like a charm .  But I have no idea what broke .

---
Mark Saad | nones...@longcount.org

> On Apr 26, 2019, at 12:23 PM, Pete French  wrote:
> 
> 
> 
>> On 25/04/2019 15:07, Filippo Moretti via freebsd-stable wrote:
>>  Did you build world yesterday and now drm-kmod is working again?The only 
>> problem I have with legacy both drm and ati is that smplayer crashes the 
>> system and I have to reset via power switch.Filippo
> 
> Si, I just tried this after an udate and the new drm is still borken for me - 
> freezes at "loading kernel modules' during boot. Whats the best way to 
> inventisage this one ?
> 
> -pete.
> ___
> freebsd-stable@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-stable
> To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: Problem with STABLE-12

2019-04-26 Thread Pete French




On 25/04/2019 15:07, Filippo Moretti via freebsd-stable wrote:

  Did you build world yesterday and now drm-kmod is working again?The only 
problem I have with legacy both drm and ati is that smplayer crashes the system 
and I have to reset via power switch.Filippo


Si, I just tried this after an udate and the new drm is still borken for 
me - freezes at "loading kernel modules' during boot. Whats the best way 
to inventisage this one ?


-pete.
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: Problem with STABLE-12

2019-04-26 Thread Filippo Moretti via freebsd-stable
 I rebuilt everything and I could revert to drm-kmod and 
xf86-video-atithanksFilippo

On Friday, April 26, 2019, 11:10:33 AM GMT+2, Filippo Moretti via 
freebsd-stable  wrote:  
 
  I tried buildworld today but it failed,I will try again later.Thanks for your 
helpFilippo

    On Thursday, April 25, 2019, 5:20:46 PM GMT+2, Paul Mather 
 wrote:  
 
 On Apr 25, 2019, at 10:07 AM, Filippo Moretti  wrote:

> Did you build world yesterday and now drm-kmod is working again?The only  
> problem I have with legacy both drm and ati is that smplayer crashes the  
> system and I have to reset via power switch.


I updated and installed kernel and world on Tuesday, mainly to bring in the  
clang 8.0.0 changes.  Then, yesterday, I saw graphics/drm-fbsd12.0-kmod  
listed when I did a portsnap update and so built it on the off-chance  
whatever had been updated in it would cause it to work again on my system.  
I replaced my existing graphics/drm-legacy-kmod with it, and the system did  
not hang in multiuser when trying to load the kmod.  The resultant console  
worked like before (when I used graphics/drm-kmod).

I just looked at the graphics/drm-kmod Makefile and  
graphics/drm-fbsd12.0-kmod is the port selected for my OSVERSION (1200507)  
when installing.

Cheers,

Paul.

PS: I am only using graphics/drm-kmod for the system console, to get more  
text columns than the built-in 640x480 VGA console would otherwise allow.

> Filippo
>
> On Thursday, April 25, 2019, 4:00:00 PM GMT+2, Paul Mather  
>  wrote:
>
>
> On Apr 18, 2019, at 8:01 AM, Pete French  wrote:
>
> >
> >> I have a radeon graphics card, too.  Recently, I had a problem with the
> >> graphics/drm-kmod hanging on boot in multi-user.  My fix was to switch
> >> to graphics/drm-legacy-kmod, which at least lets the system boot again.
> >> I figure the newer graphics/drm-kmod no longer supports my old radeon
> >> card.
> >
> > So, I was about to post about this, and then saw this thread. I too ave
> > had to go back to the legacy-kmod because something broke it in the last
> > couple of weeks. Was using the new one fine until then. Unfortunately I
> > didnt know it was broken as have been working remotely and thus not in
> > front of the machine. But I doubt that the Radeon stopped being supported
> > soehow - that would be mentioned somewhere surely ? It looks like a hang
> > on loading the module to me.
>
>
> As of yesterday, the graphics/drm-fbsd12.0-kmod port is working for me[1].
> This is good news because a) the video quality is better, and, b) it
> supports colour, which graphics/drm-legacy-kmod didn't seem to.  (So now I
> get a green status bar again in tmux.)
>
> In other words, it may be that whatever broke in graphics/drm-kmod has now
> been fixed?
>
> Cheers,
>
> Paul.
>
> [1] At least working in FreeBSD 12.0-STABLE r346597.
>
>
> ___
> freebsd-stable@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-stable
> To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"
  
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"
  
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: Problem with STABLE-12

2019-04-26 Thread Filippo Moretti via freebsd-stable
 I tried buildworld today but it failed,I will try again later.Thanks for your 
helpFilippo

On Thursday, April 25, 2019, 5:20:46 PM GMT+2, Paul Mather 
 wrote:  
 
 On Apr 25, 2019, at 10:07 AM, Filippo Moretti  wrote:

> Did you build world yesterday and now drm-kmod is working again?The only  
> problem I have with legacy both drm and ati is that smplayer crashes the  
> system and I have to reset via power switch.


I updated and installed kernel and world on Tuesday, mainly to bring in the  
clang 8.0.0 changes.  Then, yesterday, I saw graphics/drm-fbsd12.0-kmod  
listed when I did a portsnap update and so built it on the off-chance  
whatever had been updated in it would cause it to work again on my system.  
I replaced my existing graphics/drm-legacy-kmod with it, and the system did  
not hang in multiuser when trying to load the kmod.  The resultant console  
worked like before (when I used graphics/drm-kmod).

I just looked at the graphics/drm-kmod Makefile and  
graphics/drm-fbsd12.0-kmod is the port selected for my OSVERSION (1200507)  
when installing.

Cheers,

Paul.

PS: I am only using graphics/drm-kmod for the system console, to get more  
text columns than the built-in 640x480 VGA console would otherwise allow.

> Filippo
>
> On Thursday, April 25, 2019, 4:00:00 PM GMT+2, Paul Mather  
>  wrote:
>
>
> On Apr 18, 2019, at 8:01 AM, Pete French  wrote:
>
> >
> >> I have a radeon graphics card, too.  Recently, I had a problem with the
> >> graphics/drm-kmod hanging on boot in multi-user.  My fix was to switch
> >> to graphics/drm-legacy-kmod, which at least lets the system boot again.
> >> I figure the newer graphics/drm-kmod no longer supports my old radeon
> >> card.
> >
> > So, I was about to post about this, and then saw this thread. I too ave
> > had to go back to the legacy-kmod because something broke it in the last
> > couple of weeks. Was using the new one fine until then. Unfortunately I
> > didnt know it was broken as have been working remotely and thus not in
> > front of the machine. But I doubt that the Radeon stopped being supported
> > soehow - that would be mentioned somewhere surely ? It looks like a hang
> > on loading the module to me.
>
>
> As of yesterday, the graphics/drm-fbsd12.0-kmod port is working for me[1].
> This is good news because a) the video quality is better, and, b) it
> supports colour, which graphics/drm-legacy-kmod didn't seem to.  (So now I
> get a green status bar again in tmux.)
>
> In other words, it may be that whatever broke in graphics/drm-kmod has now
> been fixed?
>
> Cheers,
>
> Paul.
>
> [1] At least working in FreeBSD 12.0-STABLE r346597.
>
>
> ___
> freebsd-stable@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-stable
> To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"
  
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: Problem with STABLE-12

2019-04-25 Thread Paul Mather

On Apr 25, 2019, at 10:07 AM, Filippo Moretti  wrote:

Did you build world yesterday and now drm-kmod is working again?The only  
problem I have with legacy both drm and ati is that smplayer crashes the  
system and I have to reset via power switch.



I updated and installed kernel and world on Tuesday, mainly to bring in the  
clang 8.0.0 changes.  Then, yesterday, I saw graphics/drm-fbsd12.0-kmod  
listed when I did a portsnap update and so built it on the off-chance  
whatever had been updated in it would cause it to work again on my system.   
I replaced my existing graphics/drm-legacy-kmod with it, and the system did  
not hang in multiuser when trying to load the kmod.  The resultant console  
worked like before (when I used graphics/drm-kmod).


I just looked at the graphics/drm-kmod Makefile and  
graphics/drm-fbsd12.0-kmod is the port selected for my OSVERSION (1200507)  
when installing.


Cheers,

Paul.

PS: I am only using graphics/drm-kmod for the system console, to get more  
text columns than the built-in 640x480 VGA console would otherwise allow.



Filippo

On Thursday, April 25, 2019, 4:00:00 PM GMT+2, Paul Mather  
 wrote:



On Apr 18, 2019, at 8:01 AM, Pete French  wrote:

>
>> I have a radeon graphics card, too.  Recently, I had a problem with the
>> graphics/drm-kmod hanging on boot in multi-user.  My fix was to switch
>> to graphics/drm-legacy-kmod, which at least lets the system boot again.
>> I figure the newer graphics/drm-kmod no longer supports my old radeon
>> card.
>
> So, I was about to post about this, and then saw this thread. I too ave
> had to go back to the legacy-kmod because something broke it in the last
> couple of weeks. Was using the new one fine until then. Unfortunately I
> didnt know it was broken as have been working remotely and thus not in
> front of the machine. But I doubt that the Radeon stopped being supported
> soehow - that would be mentioned somewhere surely ? It looks like a hang
> on loading the module to me.


As of yesterday, the graphics/drm-fbsd12.0-kmod port is working for me[1].
This is good news because a) the video quality is better, and, b) it
supports colour, which graphics/drm-legacy-kmod didn't seem to.  (So now I
get a green status bar again in tmux.)

In other words, it may be that whatever broke in graphics/drm-kmod has now
been fixed?

Cheers,

Paul.

[1] At least working in FreeBSD 12.0-STABLE r346597.


___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"



___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: Problem with STABLE-12

2019-04-25 Thread Filippo Moretti via freebsd-stable
 Did you build world yesterday and now drm-kmod is working again?The only 
problem I have with legacy both drm and ati is that smplayer crashes the system 
and I have to reset via power switch.Filippo

On Thursday, April 25, 2019, 4:00:00 PM GMT+2, Paul Mather 
 wrote:  
 
 On Apr 18, 2019, at 8:01 AM, Pete French  wrote:

>
>> I have a radeon graphics card, too.  Recently, I had a problem with the  
>> graphics/drm-kmod hanging on boot in multi-user.  My fix was to switch  
>> to graphics/drm-legacy-kmod, which at least lets the system boot again.  
>> I figure the newer graphics/drm-kmod no longer supports my old radeon  
>> card.
>
> So, I was about to post about this, and then saw this thread. I too ave  
> had to go back to the legacy-kmod because something broke it in the last  
> couple of weeks. Was using the new one fine until then. Unfortunately I  
> didnt know it was broken as have been working remotely and thus not in
> front of the machine. But I doubt that the Radeon stopped being supported  
> soehow - that would be mentioned somewhere surely ? It looks like a hang  
> on loading the module to me.


As of yesterday, the graphics/drm-fbsd12.0-kmod port is working for me[1].  
This is good news because a) the video quality is better, and, b) it  
supports colour, which graphics/drm-legacy-kmod didn't seem to.  (So now I  
get a green status bar again in tmux.)

In other words, it may be that whatever broke in graphics/drm-kmod has now  
been fixed?

Cheers,

Paul.

[1] At least working in FreeBSD 12.0-STABLE r346597.

___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"
  
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: Problem with STABLE-12

2019-04-25 Thread Paul Mather

On Apr 18, 2019, at 8:01 AM, Pete French  wrote:



I have a radeon graphics card, too.  Recently, I had a problem with the  
graphics/drm-kmod hanging on boot in multi-user.  My fix was to switch  
to graphics/drm-legacy-kmod, which at least lets the system boot again.   
I figure the newer graphics/drm-kmod no longer supports my old radeon  
card.


So, I was about to post about this, and then saw this thread. I too ave  
had to go back to the legacy-kmod because something broke it in the last  
couple of weeks. Was using the new one fine until then. Unfortunately I  
didnt know it was broken as have been working remotely and thus not in
front of the machine. But I doubt that the Radeon stopped being supported  
soehow - that would be mentioned somewhere surely ? It looks like a hang  
on loading the module to me.



As of yesterday, the graphics/drm-fbsd12.0-kmod port is working for me[1].   
This is good news because a) the video quality is better, and, b) it  
supports colour, which graphics/drm-legacy-kmod didn't seem to.  (So now I  
get a green status bar again in tmux.)


In other words, it may be that whatever broke in graphics/drm-kmod has now  
been fixed?


Cheers,

Paul.

[1] At least working in FreeBSD 12.0-STABLE r346597.

___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: Problem with STABLE-12

2019-04-18 Thread Pete French


I have a radeon graphics card, too.  Recently, I had a problem with the 
graphics/drm-kmod hanging on boot in multi-user.  My fix was to switch 
to graphics/drm-legacy-kmod, which at least lets the system boot again.  
I figure the newer graphics/drm-kmod no longer supports my old radeon card.


So, I was about to post about this, and then saw this thread. I too ave 
had to go back to the legacy-kmod because something broke it in the last 
couple of weeks. Was using the new one fine until then. Unfortunately I 
didnt know it was broken as have been working remotely and thus not in
front of the machine. But I doubt that the Radeon stopped being 
supported soehow - that would be mentioned somewhere surely ? It looks 
like a hang on loading the module to me.


-pete.
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: Problem with STABLE-12

2019-04-17 Thread Paul Mather
On Apr 17, 2019, at 9:44 AM, Filippo Moretti via freebsd-stable  
 wrote:


I previously reported that I was unable to boot my system with STABLE-12  
of april 13 the system stop at Loading kernel modules.I installed  
stable-12 snapshot of april 11 on a second disc to try to rescue the  
first one.I could go on with my plan until I installed drm kmodand addedd  
kld_list=/boot/modules/radeonkms.ko in /etc/rc.conf



I have a radeon graphics card, too.  Recently, I had a problem with the  
graphics/drm-kmod hanging on boot in multi-user.  My fix was to switch to  
graphics/drm-legacy-kmod, which at least lets the system boot again.  I  
figure the newer graphics/drm-kmod no longer supports my old radeon card.



now also this second disk no longer boots,it stops in Loading kernel  
modules.Further how can I mount ada0p3 partition rw on this second disc  
considering that bot are zfs?(I could not figure this out mysel)I plan to  
reinstall on the second disksincerelyFilippo



The easiest way to be able to edit the configuration of the existing system  
to fix things is to boot it in single user mode (press "2" from the loader  
menu).


When you get to the single user prompt, you can then mount your ZFS file  
systems for writing as follows:


mount -uw /
/etc/rc.d/zfsbe start
/etc/rc.d/zfs start


You can then, e.g., edit /etc/rc.conf and remove the problematic kld_list  
entry.


Cheers,

Paul.
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Problem with STABLE-12

2019-04-17 Thread Filippo Moretti via freebsd-stable
I previously reported that I was unable to boot my system with STABLE-12 of 
april 13 the system stop at Loading kernel modules.I installed stable-12 
snapshot of april 11 on a second disc to try to rescue the first one.I could go 
on with my plan until I installed drm kmodand addedd 
kld_list=/boot/modules/radeonkms.ko in /etc/rc.conf 
now also this second disk no longer boots,it stops in Loading kernel 
modules.Further how can I mount ada0p3 partition rw on this second disc 
considering that bot are zfs?(I could not figure this out mysel)I plan to 
reinstall on the second disksincerelyFilippo
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"