/dev/io after kernel recompiling on a 5.3 stable

Ask a Question related to FreeBSD, Design and Development.

  1. #1

    Default /dev/io after kernel recompiling on a 5.3 stable

    after I recompiled the kernel, xorg doesn't start, stating something
    about cannot finding /dev/io

    booting with kernel.old (GENERIC) works fine

    what option I forgot in KERNCONF ?

    thanks,

    petre

    --
    Login: petre Name: Petre Bandac
    Directory: /home/petre Shell: /usr/local/bin/zsh
    On since Wed Feb 23 22:29 (EET) on ttyv0, idle 1:07 (messages off)
    No Mail.
    No Plan.
    Petre Bandac Guest

  2. Similar Questions and Discussions

    1. How to Repoint without Recompiling
      I sure I am just missing something simple, but how can I repoint my webservice client application from my development server to my test or...
    2. proxy class doesn't seem to be recompiling
      I'm using a ColdFusion app to consume a .NET webservice with 3 methods and I'm running into a problem. The first time I added a web reference &...
    3. Need Help Recompiling PHP
      I am running RedHat 9.0 with php-4.3.4 and Apache 2. I'm trying to add --enable-ftp and --with-openssl, but everytime I recompile nothing at all...
    4. Sound card AC 97 Integrated problem. Which stable kernel should I install?
      I have Intel Pentium 4 1.8DHz FCPGA 478 and sound card AC'97 Integrated. OS: Debian Woody (3.0), kernel 2.4.18 Which stable kernel should I...
    5. kernel-source versus kernel-patch
      Hi, The description of the kernel-source-2.4.21 package says "Linux kernel source for version 2.4.21 with Debian patches". But, there is another...
  3. #2

    Default Re: /dev/io after kernel recompiling on a 5.3 stable

    In the last episode (Feb 23), Petre Bandac said:
    > after I recompiled the kernel, xorg doesn't start, stating something
    > about cannot finding /dev/io
    >
    > booting with kernel.old (GENERIC) works fine
    >
    > what option I forgot in KERNCONF ?
    device io

    It used to be included by default, but now you have to ask for it. You
    may also want to add "device mem".

    --
    Dan Nelson
    [email]dnelson@allantgroup.com[/email]
    Dan Nelson Guest

  4. #3

    Default Re: /dev/io after kernel recompiling on a 5.3 stable

    what about /proc ?

    do I need it (if I use linux compatibility) ?


    > In the last episode (Feb 23), Petre Bandac said:
    >> after I recompiled the kernel, xorg doesn't start, stating something
    >> about cannot finding /dev/io
    >>
    >> booting with kernel.old (GENERIC) works fine
    >>
    >> what option I forgot in KERNCONF ?
    >
    > device io
    >
    > It used to be included by default, but now you have to ask for it. You
    > may also want to add "device mem".
    >
    > --
    > Dan Nelson
    > [email]dnelson@allantgroup.com[/email]
    > _______________________________________________
    > [email]freebsd-questions@freebsd.org[/email] mailing list
    > [url]http://lists.freebsd.org/mailman/listinfo/freebsd-questions[/url]
    > To unsubscribe, send any mail to
    > "freebsd-questions-unsubscribe@freebsd.org"
    >

    petre@kgb.ro Guest

  5. #4

    Default Re: /dev/io after kernel recompiling on a 5.3 stable

    In the last episode (Feb 24), [email]petre@kgb.ro[/email] said:
    > what about /proc ?
    >
    > do I need it (if I use linux compatibility) ?
    It depends. I have /proc mounted for truss, but I don't have linprocfs
    mounted, and I haven't had any problems running linux apps.

    --
    Dan Nelson
    [email]dnelson@allantgroup.com[/email]
    Dan Nelson Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139