From: Manuel <lis...@gm...> - 2007-03-12 12:21:16
|
Darrick, I am again with my problems. Please, can you guide me how can I install the drivers for my NIC in AstLinux? Not in details only a orientation. This weekend I have tried to make a package with the drivers from Realtek without success. In the drivers not appears a configure file only a makefile and I have tried several thinks but not works. My Linux knowledge is very limited. I am really very frustrated. If I use trunk the image file not boot. If use 0.4 I need to install a NIC and remove the ISDN card. Thanks & regards, -- Manuel |
From: Darrick H. <dha...@dj...> - 2007-03-12 12:36:25
|
Manuel wrote: > Darrick, > > I am again with my problems. Please, can you guide me how can I install the > drivers for my NIC in AstLinux? Not in details only a orientation. This > weekend I have tried to make a package with the drivers from Realtek without > success. In the drivers not appears a configure file only a makefile and I > have tried several thinks but not works. My Linux knowledge is very limited. > I am really very frustrated. If I use trunk the image file not boot. If use > 0.4 I need to install a NIC and remove the ISDN card. > > Manuel, If I recall this was a realtek driver? 0.4 branch builds r8169 kernel module by default if you use either the i586 or VIA image. Did you try modprobe 8169? Can you do an lspci -v > file.txt then attach file.txt to an email to me so we can see exactly what hardware you are working with? Also please supply the motherboard brand and model. Also tell us what specific astlinux image you are using? If this is an image you built yourself, please try the i586-RC2 image available here: http://www.djhsolutions.com/astlinux Darrick -- Darrick Hartman DJH Solutions, LLC http://www.djhsolutions.com |
From: Kristian K. <kri...@gm...> - 2007-03-12 16:25:40
|
On 3/12/07, Darrick Hartman <dha...@dj...> wrote: > Manuel wrote: > > Darrick, > > > > I am again with my problems. Please, can you guide me how can I install the > > drivers for my NIC in AstLinux? Not in details only a orientation. This > > weekend I have tried to make a package with the drivers from Realtek without > > success. In the drivers not appears a configure file only a makefile and I > > have tried several thinks but not works. My Linux knowledge is very limited. > > I am really very frustrated. If I use trunk the image file not boot. If use > > 0.4 I need to install a NIC and remove the ISDN card. > > > > > Manuel, > > If I recall this was a realtek driver? 0.4 branch builds r8169 kernel > module by default if you use either the i586 or VIA image. > > Did you try modprobe 8169? > > Can you do an lspci -v > file.txt then attach file.txt to an email to me > so we can see exactly what hardware you are working with? Also please > supply the motherboard brand and model. > > Also tell us what specific astlinux image you are using? If this is an > image you built yourself, please try the i586-RC2 image available here: > http://www.djhsolutions.com/astlinux > > Darrick > Darrick, Manuel's problem is that his card's PCI ID is too new for the driver in 2.6.16.12. He has already sent me the output of lspci and we have confirmed that it does work with newer kernels. Manuel, 0.4 is the stable branch of AstLinux. We are not going to change kernel versions in the stable branch. I have just committed a kernel patch for the r8169 driver for 2.6.16.12 in the 0.4 branch that adds the PCI IDs from the r8169 driver in 2.6.20. This is a trivial patch and it should not effect the quality of the 0.4 branch. The next releases that Darrick releases should have this patch. -- Kristian Kielhofner |
From: Manuel <lis...@gm...> - 2007-03-12 16:34:29
|
Ehhhh, thank you very much Kristian, I will try it this night. Tomorrow will tell you if works or not. Regards, --- Manuel -----Mensaje original----- De: ast...@li... [mailto:ast...@li...] En nombre de Kristian Kielhofner Enviado el: lunes, 12 de marzo de 2007 17:26 Para: AstLinux Users Mailing List Asunto: Re: [Astlinux-users] Add drivers 0.4 On 3/12/07, Darrick Hartman <dha...@dj...> wrote: > Manuel wrote: > > Darrick, > > > > I am again with my problems. Please, can you guide me how can I install the > > drivers for my NIC in AstLinux? Not in details only a orientation. This > > weekend I have tried to make a package with the drivers from Realtek without > > success. In the drivers not appears a configure file only a makefile and I > > have tried several thinks but not works. My Linux knowledge is very limited. > > I am really very frustrated. If I use trunk the image file not boot. If use > > 0.4 I need to install a NIC and remove the ISDN card. > > > > > Manuel, > > If I recall this was a realtek driver? 0.4 branch builds r8169 kernel > module by default if you use either the i586 or VIA image. > > Did you try modprobe 8169? > > Can you do an lspci -v > file.txt then attach file.txt to an email to me > so we can see exactly what hardware you are working with? Also please > supply the motherboard brand and model. > > Also tell us what specific astlinux image you are using? If this is an > image you built yourself, please try the i586-RC2 image available here: > http://www.djhsolutions.com/astlinux > > Darrick > Darrick, Manuel's problem is that his card's PCI ID is too new for the driver in 2.6.16.12. He has already sent me the output of lspci and we have confirmed that it does work with newer kernels. Manuel, 0.4 is the stable branch of AstLinux. We are not going to change kernel versions in the stable branch. I have just committed a kernel patch for the r8169 driver for 2.6.16.12 in the 0.4 branch that adds the PCI IDs from the r8169 driver in 2.6.20. This is a trivial patch and it should not effect the quality of the 0.4 branch. The next releases that Darrick releases should have this patch. -- Kristian Kielhofner ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Astlinux-users mailing list Ast...@li... https://lists.sourceforge.net/lists/listinfo/astlinux-users Donations to support AstLinux are graciously accepted via PayPal to pa...@kr.... |
From: Manuel <lis...@gm...> - 2007-03-14 15:12:41
|
Kristian, Your patch not Works. When system boot the NIC is detected but DHCP fail = to get an IP address. I have put a static IP and tried to make a ping. I = see leds in NIC and switch flashing but not receive any packet. I don=92t = known where is the problem but following your patch I have compared de 2 = r8169.c files from trunk and 0.4. I have seen many different and I have make a = patch to include all the changes. When try to compile in 0.4 give some errors = and not compile de module. I don=92t know what will be my next step. This = night it's possible I try again with trunk. Darrick, If you like you can remove the patch from svn or make an image including = it, what you prefer. Kristian & Darrick thanks for all your efforts to help me, -- Manuel -----Mensaje original----- De: ast...@li... [mailto:ast...@li...] En nombre de = Kristian Kielhofner Enviado el: lunes, 12 de marzo de 2007 17:26 Para: AstLinux Users Mailing List Asunto: Re: [Astlinux-users] Add drivers 0.4 On 3/12/07, Darrick Hartman <dha...@dj...> wrote: > Manuel wrote: > > Darrick, > > > > I am again with my problems. Please, can you guide me how can I = install the > > drivers for my NIC in AstLinux? Not in details only a orientation. = This > > weekend I have tried to make a package with the drivers from Realtek without > > success. In the drivers not appears a configure file only a makefile = and I > > have tried several thinks but not works. My Linux knowledge is very limited. > > I am really very frustrated. If I use trunk the image file not boot. = If use > > 0.4 I need to install a NIC and remove the ISDN card. > > > > > Manuel, > > If I recall this was a realtek driver? 0.4 branch builds r8169 kernel > module by default if you use either the i586 or VIA image. > > Did you try modprobe 8169? > > Can you do an lspci -v > file.txt then attach file.txt to an email to = me > so we can see exactly what hardware you are working with? Also please > supply the motherboard brand and model. > > Also tell us what specific astlinux image you are using? If this is = an > image you built yourself, please try the i586-RC2 image available = here: > http://www.djhsolutions.com/astlinux > > Darrick > Darrick, Manuel's problem is that his card's PCI ID is too new for the driver in 2.6.16.12. He has already sent me the output of lspci and we have confirmed that it does work with newer kernels. Manuel, 0.4 is the stable branch of AstLinux. We are not going to change kernel versions in the stable branch. I have just committed a kernel patch for the r8169 driver for 2.6.16.12 in the 0.4 branch that adds the PCI IDs from the r8169 driver in 2.6.20. This is a trivial patch and it should not effect the quality of the 0.4 branch. The next releases that Darrick releases should have this patch. --=20 Kristian Kielhofner -------------------------------------------------------------------------= Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share = your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge&CID=3D= DEVDEV _______________________________________________ Astlinux-users mailing list Ast...@li... https://lists.sourceforge.net/lists/listinfo/astlinux-users Donations to support AstLinux are graciously accepted via PayPal to pa...@kr.... |
From: Darrick H. <dha...@dj...> - 2007-03-14 19:53:47
|
Manuel wrote: > Kristian, > > Your patch not Works. When system boot the NIC is detected but DHCP fail to > get an IP address. I have put a static IP and tried to make a ping. I see > leds in NIC and switch flashing but not receive any packet. I don’t known > where is the problem but following your patch I have compared de 2 r8169.c > files from trunk and 0.4. I have seen many different and I have make a patch > to include all the changes. When try to compile in 0.4 give some errors and > not compile de module. I don’t know what will be my next step. This night > it's possible I try again with trunk. > > Darrick, > If you like you can remove the patch from svn or make an image including it, > what you prefer. > Sounds like the changes involve more than just the PCI-id for the device. Unfortunately that means it won't be supported on 0.4.5. I'll talk with Kristian and decide if we're going to upgrade the kernel in 0.4 or just maintain it as a security fix branch. If he's anticipating a 0.5 release in the next month or so, I'm not going to bother upgrading the kernel on 0.4. If it's going to be longer, I'll take a look at it, but it's going to be a few weeks. Darrick -- Darrick Hartman DJH Solutions, LLC http://www.djhsolutions.com |
From: Kristian K. <kri...@gm...> - 2007-03-15 05:30:10
|
On 3/14/07, Manuel <lis...@gm...> wrote: > Kristian, > > Your patch not Works. When system boot the NIC is detected but DHCP fail to > get an IP address. I have put a static IP and tried to make a ping. I see > leds in NIC and switch flashing but not receive any packet. I don't known > where is the problem but following your patch I have compared de 2 r8169.c > files from trunk and 0.4. I have seen many different and I have make a patch > to include all the changes. When try to compile in 0.4 give some errors and > not compile de module. I don't know what will be my next step. This night > it's possible I try again with trunk. > > Darrick, > If you like you can remove the patch from svn or make an image including it, > what you prefer. > > > Kristian & Darrick thanks for all your efforts to help me, > > -- > Manuel > Manuel, Dang. I was hoping that would do it. I guess that would have been too easy. It would be a lot of work to backport the full driver from 2.6.20. 0.4 is the stable tree and I won't upgrade the kernel. Do you have any serious aversions to running 0.5 when it is released? -- Kristian Kielhofner |
From: Manuel <lis...@gm...> - 2007-03-15 07:41:29
|
Kristian, I would like to use 0.5 but the problem is time. What is your plan for releasing 0.5? I need to finish this system in a few weeks and by the moment the system not boot. I need to resolve a lot of thinks (vlan, provisioning, dial plan, sounds, directory...) and test the stability of all. My first intention was always to start using trunk. Then make all the development and when the 0.5 be ready try to upgrade. I have reviewed in kernel.org the changes logs from 2.6.16.12 to 2.6.20. A lot of changes and several speaking about mini-itx motherboards. In this moment I prefer go to trunk but the problem is trying to install in my compact flash. The generated livecd works but not the install part. I have tested grup but give me another error about a file not found. I have seen that you are upgrading grup package. I will try again this night and give you my results. Only another question. Exists differences in trunk between Geni586 and Via targets? Thanks, -- Manuel -----Mensaje original----- De: ast...@li... [mailto:ast...@li...] En nombre de Kristian Kielhofner Enviado el: jueves, 15 de marzo de 2007 6:30 Para: AstLinux Users Mailing List Asunto: Re: [Astlinux-users] Add drivers 0.4 On 3/14/07, Manuel <lis...@gm...> wrote: > Kristian, > > Your patch not Works. When system boot the NIC is detected but DHCP fail to > get an IP address. I have put a static IP and tried to make a ping. I see > leds in NIC and switch flashing but not receive any packet. I don't known > where is the problem but following your patch I have compared de 2 r8169.c > files from trunk and 0.4. I have seen many different and I have make a patch > to include all the changes. When try to compile in 0.4 give some errors and > not compile de module. I don't know what will be my next step. This night > it's possible I try again with trunk. > > Darrick, > If you like you can remove the patch from svn or make an image including it, > what you prefer. > > > Kristian & Darrick thanks for all your efforts to help me, > > -- > Manuel > Manuel, Dang. I was hoping that would do it. I guess that would have been too easy. It would be a lot of work to backport the full driver from 2.6.20. 0.4 is the stable tree and I won't upgrade the kernel. Do you have any serious aversions to running 0.5 when it is released? -- Kristian Kielhofner ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Astlinux-users mailing list Ast...@li... https://lists.sourceforge.net/lists/listinfo/astlinux-users Donations to support AstLinux are graciously accepted via PayPal to pa...@kr.... |
From: Dominko V. <dom...@ya...> - 2007-03-15 12:04:38
|
Manuel, in file /boot/grub/grub.conf line with safedefault cause problem in latest trunk version. Try remove this line: -when see message Astlinux (Boot from... press e -select line with safedefault and press d -press b and astlinux will boot successfully. Dominko Manuel <lis...@gm...> wrote: Kristian, I would like to use 0.5 but the problem is time. What is your plan for releasing 0.5? I need to finish this system in a few weeks and by the moment the system not boot. I need to resolve a lot of thinks (vlan, provisioning, dial plan, sounds, directory...) and test the stability of all. My first intention was always to start using trunk. Then make all the development and when the 0.5 be ready try to upgrade. I have reviewed in kernel.org the changes logs from 2.6.16.12 to 2.6.20. A lot of changes and several speaking about mini-itx motherboards. In this moment I prefer go to trunk but the problem is trying to install in my compact flash. The generated livecd works but not the install part. I have tested grup but give me another error about a file not found. I have seen that you are upgrading grup package. I will try again this night and give you my results. Only another question. Exists differences in trunk between Geni586 and Via targets? Thanks, -- Manuel -----Mensaje original----- De: ast...@li... [mailto:ast...@li...] En nombre de Kristian Kielhofner Enviado el: jueves, 15 de marzo de 2007 6:30 Para: AstLinux Users Mailing List Asunto: Re: [Astlinux-users] Add drivers 0.4 On 3/14/07, Manuel wrote: > Kristian, > > Your patch not Works. When system boot the NIC is detected but DHCP fail to > get an IP address. I have put a static IP and tried to make a ping. I see > leds in NIC and switch flashing but not receive any packet. I don't known > where is the problem but following your patch I have compared de 2 r8169.c > files from trunk and 0.4. I have seen many different and I have make a patch > to include all the changes. When try to compile in 0.4 give some errors and > not compile de module. I don't know what will be my next step. This night > it's possible I try again with trunk. > > Darrick, > If you like you can remove the patch from svn or make an image including it, > what you prefer. > > > Kristian & Darrick thanks for all your efforts to help me, > > -- > Manuel > Manuel, Dang. I was hoping that would do it. I guess that would have been too easy. It would be a lot of work to backport the full driver from 2.6.20. 0.4 is the stable tree and I won't upgrade the kernel. Do you have any serious aversions to running 0.5 when it is released? -- Kristian Kielhofner ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Astlinux-users mailing list Ast...@li... https://lists.sourceforge.net/lists/listinfo/astlinux-users Donations to support AstLinux are graciously accepted via PayPal to pa...@kr.... ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Astlinux-users mailing list Ast...@li... https://lists.sourceforge.net/lists/listinfo/astlinux-users Donations to support AstLinux are graciously accepted via PayPal to pa...@kr.... --------------------------------- Don't pick lemons. See all the new 2007 cars at Yahoo! Autos. |
From: Manuel <lis...@gm...> - 2007-03-15 12:08:25
|
Thanks Dominko, I will try this night. Regards, -- Manuel De: ast...@li... [mailto:ast...@li...] En nombre de Dominko Vrljic Enviado el: jueves, 15 de marzo de 2007 13:05 Para: AstLinux Users Mailing List Asunto: Re: [Astlinux-users] Add drivers 0.4 Manuel, in file /boot/grub/grub.conf line with safedefault cause problem in latest trunk version. Try remove this line: -when see message Astlinux (Boot from... press e -select line with safedefault and press d -press b and astlinux will boot successfully. Dominko Manuel <lis...@gm...> wrote: Kristian, I would like to use 0.5 but the problem is time. What is your plan for releasing 0.5? I need to finish this system in a few weeks and by the moment the system not boot. I need to resolve a lot of thinks (vlan, provisioning, dial plan, sounds, directory...) and test the stability of all. My first intention was always to start using trunk. Then make all the development and when the 0.5 be ready try to upgrade. I have reviewed in kernel.org the changes logs from 2.6.16.12 to 2.6.20. A lot of changes and several speaking about mini-itx motherboards. In this moment I prefer go to trunk but the problem is trying to install in my compact flash. The generated livecd works but not the install part. I have tested grup but give me another error about a file not found. I have seen that you are upgrading grup package. I will try again this night and give you my results. Only another question. Exists differences in trunk between Geni586 and Via targets? Thanks, -- Manuel -----Mensaje original----- De: ast...@li... [mailto:ast...@li...] En nombre de Kristian Kielhofner Enviado el: jueves, 15 de marzo de 2007 6:30 Para: AstLinux Users Mailing List Asunto: Re: [Astlinux-users] Add drivers 0.4 On 3/14/07, Manuel wrote: > Kristian, > > Your patch not Works. When system boot the NIC is detected but DHCP fail to > get an IP address. I have put a static IP and tried to make a ping. I see > leds in NIC and switch flashing but not receive any packet. I don't known > where is the problem but following your patch I have compared de 2 r8169.c > files from trunk and 0.4. I have seen many different and I have make a patch > to include all the changes. When try to compile in 0.4 give some errors and > not compile de module. I don't know what will be my next step. This night > it's possible I try again with trunk. > > Darrick, > If you like you can remove the patch from svn or make an image including it, > what you prefer. > > > Kristian & Darrick thanks for all your efforts to help me, > > -- > Manuel > Manuel, Dang. I was hoping that would do it. I guess that would have been too easy. It would be a lot of work to backport the full driver from 2.6.20. 0.4 is the stable tree and I won't upgrade the kernel. Do you have any serious aversions to running 0.5 when it is released? -- Kristian Kielhofner ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Astlinux-users mailing list Ast...@li... https://lists.sourceforge.net/lists/listinfo/astlinux-users Donations to support AstLinux are graciously accepted via PayPal to pa...@kr.... ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Astlinux-users mailing list Ast...@li... https://lists.sourceforge.net/lists/listinfo/astlinux-users Donations to support AstLinux are graciously accepted via PayPal to pa...@kr.... _____ Don't pick lemons. See all the new <http://autos.yahoo.com/new_cars.html;_ylc=X3oDMTE0OGRsc3F2BF9TAzk3MTA3MDc2B HNlYwNtYWlsdGFncwRzbGsDbmV3Y2Fycw--> 2007 cars at Yahoo! <http://autos.yahoo.com/new_cars.html;_ylc=X3oDMTE0OGRsc3F2BF9TAzk3MTA3MDc2B HNlYwNtYWlsdGFncwRzbGsDbmV3Y2Fycw--> Autos. |