kernel 2.6.0-test2 and mii-tool

Ask a Question related to Debian, Design and Development.

  1. #1

    Default kernel 2.6.0-test2 and mii-tool

    Hello,

    I just have built kernel 2.6.0-test2 from kernel.org sources but I have a problem using mii-tool and alsamixer.

    mii-tool says
    SIOCGMIIPHY on 'eth0' failed: Operation not supported

    alsamixer says

    alsamixer: function snd_ctl_open failed for default: No such file
    or directory

    Any idea

    TIA François




    --
    Debian SID
    Linux tanna 2.6.0-test2 #10 Tue Aug 5 13:36:17 CEST 2003 i686 GNU/Linux
    Linux Counter #59413
    PGP fingerprint : 9AFA 15EC 96C9 F607 EBC1 DD41 70C5 F0E0 25A5 105B

    -----BEGIN PGP SIGNATURE-----
    Version: GnuPG v1.2.2 (GNU/Linux)

    iD8DBQE/L6Q1cMXw4CWlEFsRAu/UAJ4mvgRYf89w7x/DL9DEvEhFIgfH/gCghmhr
    9Fwuk2YJxvqkmOMJgFpmB/E=
    =MYsZ
    -----END PGP SIGNATURE-----

    François Chenais Guest

  2. Similar Questions and Discussions

    1. Colour settings for Highlighter Tool and Underline Text Tool
      I am using ACROBAT STD 7.0.1 on Tiger. As I often read scientific PDF files, I would like to use additional colours for the Highlighter (yellow)...
    2. Pencil Tool changes to Grab Tool Acrobat 7
      Whenever I am doing editing or inserting proofreading marks, I used to (in Acrobat 6) jsut click on Pencil Tool, write to my hearts content, and then...
    3. Kernel 2.6.0-test2,Nvidia and The story of the missing X :)
      Hi there, Thanks a lot for your help. Have gotten the kernel to work with the nv driver for the moment, will try the patch for the Nvidia...
    4. 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...
    5. How to apply no-debianized kernel patch to debianized kernel-source?
      Hello everybody I (like many others in the last few days) have a problem with kernel 2.4.21. I have downloaded the kernel-source-2.4.21 deb, and...
  3. #2

    Default Re: kernel 2.6.0-test2 and mii-tool

    Hello Francois!

    On Tuesday 05 August 2003 14:40, François Chenais wrote:
    > I just have built kernel 2.6.0-test2 from kernel.org sources but I
    > have a problem using mii-tool and alsamixer.
    >
    > mii-tool says
    > SIOCGMIIPHY on 'eth0' failed: Operation not supported
    According to
    [url]http://www.ussg.iu.edu/hypermail/linux/kernel/0307.2/0119.html[/url]
    it is a problem with Debian's mii-tool, try to get a cvs version
    (sorry, don't know where, possibly somewhere at
    [url]http://scyld.com/page/support/network/[/url]).
    > alsamixer says
    >
    > alsamixer: function snd_ctl_open failed for default: No such
    > file or directory
    Hmm, are you sure you loaded all the necessary modules for your
    particular card?
    Perhaps better doublecheck...

    HTH,
    Flo


    --
    To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
    with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
    Florian Ernst Guest

  4. #3

    Default Re: kernel 2.6.0-test2 and mii-tool

    Hello Francois!

    On Wednesday 06 August 2003 10:30, François Chenais wrote:
    > On Tue, 05 Aug 2003 23:14:41 +0200
    > Florian Ernst <florian@uni-hd.de> wrote:
    >
    >> According to
    >> [url]http://www.ussg.iu.edu/hypermail/linux/kernel/0307.2/0119.html[/url]
    >> it is a problem with Debian's mii-tool, try to get a cvs version
    >> (sorry, don't know where, possibly somewhere at
    >> [url]http://scyld.com/page/support/network/[/url]).
    >
    > This is the real problem. The net-tools sources seem unchanged since
    > version 1.60 (2001). can I use apt-get source un build from
    > net-tools_1.60.orig.tar.gz ? Isn't this problem be solved in the
    > debian net-tools package ?
    >
    > With this new kernel, is it necessary/mandatory to change
    > /usr/include/linux/* files ? if yes, how ?
    Ah, I see. Hm, take a look at
    [url]http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=133648[/url]

    Possibly a new version including a fix will be released soon.
    Otherwise you could try applying the presented patch yourself and
    compile the package for your needs, or just bug the maintainer... ;)

    Cheers,
    Flo


    --
    To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
    with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
    Florian Ernst Guest

  5. #4

    Default Re: kernel 2.6.0-test2 and mii-tool

    I have add #include <linux/sockios.h> on top of the mii.h file of net-toolspackage and rebuilt; all wokrs fine.


    François




    On Wed, 06 Aug 2003 11:00:24 +0200
    Florian Ernst <florian@uni-hd.de> wrote:
    > Hello Francois!
    >
    > On Wednesday 06 August 2003 10:30, François Chenais wrote:
    >
    > > On Tue, 05 Aug 2003 23:14:41 +0200
    > > Florian Ernst <florian@uni-hd.de> wrote:
    > >
    > >> According to
    > >> [url]http://www.ussg.iu.edu/hypermail/linux/kernel/0307.2/0119.html[/url]
    > >> it is a problem with Debian's mii-tool, try to get a cvs version
    > >> (sorry, don't know where, possibly somewhere at
    > >> [url]http://scyld.com/page/support/network/[/url]).
    > >
    > > This is the real problem. The net-tools sources seem unchanged since
    > > version 1.60 (2001). can I use apt-get source un build from
    > > net-tools_1.60.orig.tar.gz ? Isn't this problem be solved in the
    > > debian net-tools package ?
    > >
    > > With this new kernel, is it necessary/mandatory to change
    > > /usr/include/linux/* files ? if yes, how ?
    >
    > Ah, I see. Hm, take a look at
    > [url]http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=133648[/url]
    >
    > Possibly a new version including a fix will be released soon.
    > Otherwise you could try applying the presented patch yourself and
    > compile the package for your needs, or just bug the maintainer... ;)
    >
    > Cheers,
    > Flo
    >
    >
    > --
    > To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
    > with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian..org[/email]
    >
    >

    --
    Debian SID
    Linux tanna 2.6.0-test2 #10 Tue Aug 5 13:36:17 CEST 2003 i686 GNU/Linux
    Linux Counter #59413
    PGP fingerprint : 9AFA 15EC 96C9 F607 EBC1 DD41 70C5 F0E0 25A5 105B

    -----BEGIN PGP SIGNATURE-----
    Version: GnuPG v1.2.2 (GNU/Linux)

    iD8DBQE/MOrjcMXw4CWlEFsRAp37AJ95VMSBO6uHHyoRetskvqF2T05u4A CePyB1
    FdWymfh6Zrar7/xNCeFEKgw=
    =T4ak
    -----END PGP SIGNATURE-----

    François Chenais 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