• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    Dell 2330 All in One Network issue

    Scheduled Pinned Locked Moved
    Hardware Compatibility
    13
    33
    18.8k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • A
      astrouga
      last edited by

      Ah, well that one doesn’t appear to be supported in 3.4. It looks like 3.5 has some Atheros support. Try this:

      [URL=‘http://www.filedropper.com/bzimage35072512’][U][COLOR=#0066cc]http://www.filedropper.com/bzimage35072512[/COLOR][/U][/URL]

      astrouga

      1 Reply Last reply Reply Quote 0
      • A
        Andy Morris
        last edited by

        Okay, tried that and still does not work. Tried hardware inventory, blank screen after attempting to register. Tried Debug and stops at starting networking, has command prompt and does not have eth0 in the config just loopback adapter…

        Any other thoughts?
        Thanks for all your help so far.

        Andy

        1 Reply Last reply Reply Quote 0
        • A
          astrouga
          last edited by

          If I get a chance I’ll try to add the AR8161 driver to the kernel and rebuild it. I won’t get a chance to look at it again for an hour or so though.

          astrouga

          1 Reply Last reply Reply Quote 0
          • A
            Andy Morris
            last edited by

            Fantastic…!! I will be waiting your post.
            Thanks a lot!!

            Andy

            1 Reply Last reply Reply Quote 0
            • D
              danielcssl
              last edited by

              What a coincidence, I started work to image some of these myself last night. I’m having the same exact results as Andy and would love a kernel with support for this NIC.

              1 Reply Last reply Reply Quote 0
              • D
                danielcssl
                last edited by

                Any new developments on this? I have about 30x Dell 2330 PCs to image, I’m more than happy to help test out different kernels.
                I helped quite a bit with testing and identifying kinks to iron out in the FOG location patch, though I’ve never added individual drivers to a kernel before. Loading one made by others should be a snap.

                1 Reply Last reply Reply Quote 0
                • A
                  Andy Morris
                  last edited by

                  Nothing new to report, astrouga is working on inserting the Atheros NIC driver to the kernel and I am waiting on his input.

                  Just wondering, were you able to get Dell to sell you a mass quantity of the 2330? We have to buy the Optiplex AIO 9010 at a higher cost…bummer. Like the price for the 2330…

                  Andy

                  1 Reply Last reply Reply Quote 0
                  • C
                    chad-bisd Moderator
                    last edited by

                    A quick search of the web shows little hope for the Atheros AR8161/8165 being supported in any version of Linux at this time. I’ve been to the OpenSUSE and Fedora forums and neither of them have support for the device.

                    You’ll have to wait for someone to create/modify a device driver module. If you just have to get this done, you might try a USB to ethernet adapter. I have a kernel that supports the Asix AX88772B.


                    If you would like to make a donation to the Fog project, please do so [U][COLOR=#0000ff][URL='http://sourceforge.net/dona…

                    1 Reply Last reply Reply Quote 0
                    • A
                      Andy Morris
                      last edited by

                      [quote=“chad-bisd, post: 5568, member: 18”]A quick search of the web shows little hope for the Atheros AR8161/8165 being supported in any version of Linux at this time. I’ve been to the OpenSUSE and Fedora forums and neither of them have support for the device.

                      You’ll have to wait for someone to create/modify a device driver module. If you just have to get this done, you might try a USB to ethernet adapter. I have a kernel that supports the Asix AX88772B.[/quote]

                      Okay, i may try a USB adapter but i am hopeful that we may get a kernel working. Also hope that the Optiplex version may have an older NIC driver…

                      Andy

                      1 Reply Last reply Reply Quote 0
                      • C
                        Conor
                        last edited by

                        hey guys there was a similar thread on the 3360 which has the same chipset. I resorted to ghostcasting but after doing 8 successfully its not working any more.

                        Would love if there was some way to get a kernel for this sorted, we would make a donation to anybody who did!

                        1 Reply Last reply Reply Quote 0
                        • A
                          Andy Morris
                          last edited by

                          So while we are waiting for the kernel to be patched/ updated, my boss, bought four of the Optiplex 9010 All-in-One models. We got them down to $800 which is a great deal since they were 1300. Anyway Fog works with these!!! This is fantastic news and we will begin to roll these out as our base models for our teachers. The look is great, less cords, and large 23" inch screen is just nice on the eyes. Still look forward to the new kernel and whatever else Fog has to offer down the line.

                          1 Reply Last reply Reply Quote 0
                          • C
                            chad-bisd Moderator
                            last edited by

                            There is beta support for the atheros card ar8161/8165. Link to how to add it to kernel is in 3360 thread.


                            If you would like to make a donation to the Fog project, please do so [U][COLOR=#0000ff][URL='http://sourceforge.net/dona…

                            1 Reply Last reply Reply Quote 0
                            • C
                              chad-bisd Moderator
                              last edited by

                              I can’t seem to find my other reply, so here you go [url]http://askubuntu.com/questions/165192/how-do-i-install-drivers-for-the-atheros-ar8161-ethernet-controller[/url]


                              If you would like to make a donation to the Fog project, please do so [U][COLOR=#0000ff][URL='http://sourceforge.net/dona…

                              1 Reply Last reply Reply Quote 0
                              • D
                                DaveO
                                last edited by

                                We were having issues with new laptops that use the Atheros 8161 Ethernet controller so we have compiled the compat-drivers (alx) with Kernel version 3.5.4-kitchensink. Here is a link to the download for anyone that needs it: [URL=‘http://davidouwinga.com/bzImage.zip’]http://www.davidouwinga.com/bzImage.zip[/URL]
                                You will need to extract the zip file and move the bzImage file to /tftpboot/fog/kernel/ as root

                                1 Reply Last reply Reply Quote 0
                                • B
                                  Bradley Lindquist
                                  last edited by

                                  THANK YOU! You saved my summer.

                                  1 Reply Last reply Reply Quote 0
                                  • K
                                    kingofl337
                                    last edited by

                                    Does anyone know how DaveO incorporated the 8161 driver into the kernel? I’d like to learn how for future use.

                                    All the examples I’ve found are to build a module, instead of incorporating it into the kernel image.

                                    1 Reply Last reply Reply Quote 0
                                    • D
                                      DaveO
                                      last edited by

                                      [quote=“kingofl337, post: 12809, member: 6032”]Does anyone know how DaveO incorporated the 8161 driver into the kernel? I’d like to learn how for future use.

                                      All the examples I’ve found are to build a module, instead of incorporating it into the kernel image.[/quote]

                                      Found some notes on how we did it. I will just paste them here. It has been a long time since this was done so hopefully these still help. Looks like you will need to find a new location to download the add-alx-next-20120228 patch.


                                      Compile kernel with ar8161 support

                                      $ cd /usr/src

                                      $ wget [B][url]http://www.kernel.org/pub/linux/kernel/v3.x/linux-3.5.4.tar.bz2[/url][/B]

                                      $ sudo tar -xf linux-3.5.4.tar.bz2

                                      $ cd linux-3.5.4

                                      $ wget [B][url]http://bombadil.infradead.org/~mcgrof/2012/02/28/add-alx-next-20120228.patch[/url][/B]

                                      $ sudo patch -p1 < add-alx-next-20120228.patch

                                      $ sudo cp /opt/fog-setup/fog_0.32/kernel/kitchensink.config .config

                                      $ sudo make menuconfig

                                      Enable alx driver: Device Drivers > Network device support > Ethernet driver support > Atheros ALX Gigabit Ethernet support

                                      $ sudo make bzImage

                                      Resources used:

                                      [B][url]http://www.gossamer-threads.com/lists/linux/kernel/1513700[/url][/B]

                                      [B][url]http://askubuntu.com/questions/165192/how-do-i-install-drivers-for-the-atheros-ar8161-ethernet-controller[/url][/B]

                                      [B][url]http://forums.gentoo.org/viewtopic-t-931478.html[/url][/B]

                                      1 Reply Last reply Reply Quote 0
                                      • D
                                        DER1970
                                        last edited by

                                        Here’s an issue my customer is having with her computer. She has Windows 8 BTW:

                                        [SIZE=3][FONT=Comic Sans MS][COLOR=#8000ff][SIZE=3][COLOR=#000000]PLATFORM VERSION INFO
                                        Windows : 6.2.9200.0 (Win32NT)
                                        Common Language Runtime : 4.0.30319.18051
                                        System.Deployment.dll : 4.0.30319.17929 built by: FX45RTMREL
                                        clr.dll : 4.0.30319.18051 built by: FX45RTMGDR
                                        dfdll.dll : 4.0.30319.17929 built by: FX45RTMREL
                                        dfshim.dll : 4.0.41209.0 (Main.041209-0000)[/COLOR][/SIZE][/COLOR][/FONT][/SIZE]
                                        [SIZE=3][FONT=Comic Sans MS][COLOR=#8000ff] [/COLOR][/FONT][/SIZE]
                                        [SIZE=3][FONT=Comic Sans MS][COLOR=#8000ff][SIZE=3][COLOR=#000000]SOURCES
                                        Deployment url :[/COLOR][/SIZE][COLOR=#2862c5][U][SIZE=3][COLOR=#000000]file:///C:/Users/Gloria/AppData/Roaming/Microsoft/Windows/Start%20Menu/Programs/Dell/Dell%20System%20Detect.appref-ms%7C[/COLOR][/SIZE][/U][/COLOR]
                                        [SIZE=3][COLOR=#000000] Server : Microsoft-IIS/7.0
                                        X-Powered-By : [URL=‘http://asp.net/’][COLOR=#2862c5][U]ASP.NET[/U][/COLOR][/URL]
                                        Deployment Provider url :[/COLOR][/SIZE][URL=‘http://downloads.dell.com/tools/dellsystemdetect/DellSystemDetect.application’][COLOR=#2862c5][U][SIZE=3][COLOR=#000000]http://downloads.dell.com/tools/dellsystemdetect/DellSystemDetect.application[/COLOR][/SIZE][/U][/COLOR][/URL][/COLOR][/FONT][/SIZE]
                                        [SIZE=3][FONT=Comic Sans MS][COLOR=#8000ff] [/COLOR][/FONT][/SIZE]
                                        [SIZE=3][FONT=Comic Sans MS][COLOR=#8000ff][SIZE=3][COLOR=#000000]ERROR SUMMARY
                                        Below is a summary of the errors, details of these errors are listed later in the log.

                                        • Activation of C:\Users\Gloria\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Dell\Dell System Detect.appref-ms| resulted in exception. Following failure messages were detected:
                                        • Value does not fall within the expected range.[/COLOR][/SIZE][/COLOR][/FONT][/SIZE]
                                          [SIZE=3][FONT=Comic Sans MS][COLOR=#8000ff] [/COLOR][/FONT][/SIZE]
                                          [SIZE=3][FONT=Comic Sans MS][COLOR=#8000ff][SIZE=3][COLOR=#000000]COMPONENT STORE TRANSACTION FAILURE SUMMARY
                                          No transaction error was detected.[/COLOR][/SIZE][/COLOR][/FONT][/SIZE]
                                          [SIZE=3][FONT=Comic Sans MS][COLOR=#8000ff] [/COLOR][/FONT][/SIZE]
                                          [SIZE=3][FONT=Comic Sans MS][COLOR=#8000ff]WARNINGS
                                          There were no warnings during this operation.[/COLOR][/FONT][/SIZE]
                                          [SIZE=3][FONT=Comic Sans MS][COLOR=#8000ff] [/COLOR][/FONT][/SIZE]
                                          [SIZE=3][FONT=Comic Sans MS][COLOR=#8000ff]OPERATION PROGRESS STATUS
                                        • [9/24/2013 12:38:10 PM] : Activation of C:\Users\Gloria\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Dell\Dell System Detect.appref-ms| has started.
                                        • [9/24/2013 12:38:10 PM] : Performing necessary update check as specified by the deployment.[/COLOR][/FONT][/SIZE]
                                          [SIZE=3][FONT=Comic Sans MS][COLOR=#8000ff] [/COLOR][/FONT][/SIZE]
                                          [SIZE=3][FONT=Comic Sans MS][COLOR=#8000ff]ERROR DETAILS
                                          Following errors were detected during this operation.
                                        • [9/24/2013 12:38:12 PM] System.ArgumentException
                                        • Value does not fall within the expected range.
                                        • Source: System.Deployment
                                        • Stack trace:
                                          at System.Deployment.Application.NativeMethods.CorLaunchApplication(UInt32 hostType, String applicationFullName, Int32 manifestPathsCount, String[] manifestPaths, Int32 activationDataCount, String[] activationData, PROCESS_INFORMATION processInformation)
                                          at System.Deployment.Application.ComponentStore.ActivateApplication(DefinitionAppId appId, String activationParameter, Boolean useActivationParameter)
                                          at System.Deployment.Application.SubscriptionStore.ActivateApplication(DefinitionAppId appId, String activationParameter, Boolean useActivationParameter)
                                          at System.Deployment.Application.ApplicationActivator.Activate(DefinitionAppId appId, AssemblyManifest appManifest, String activationParameter, Boolean useActivationParameter)
                                          at System.Deployment.Application.ApplicationActivator.ProcessOrFollowShortcut(String shortcutFile, String& errorPageUrl, TempFile& deployFile)
                                          at System.Deployment.Application.ApplicationActivator.PerformDeploymentActivation(Uri activationUri, Boolean isShortcut, String textualSubId, String deploymentProviderUrlFromExtension, BrowserSettings browserSettings, String& errorPageUrl)
                                          at System.Deployment.Application.ApplicationActivator.ActivateDeploymentWorker(Object state)[/COLOR][/FONT][/SIZE]
                                          [SIZE=3][FONT=Comic Sans MS][COLOR=#8000ff] [/COLOR][/FONT][/SIZE]
                                          [SIZE=3][FONT=Comic Sans MS][COLOR=#8000ff]COMPONENT STORE TRANSACTION DETAILS
                                          No transaction information is available.[/COLOR][/FONT][/SIZE]
                                          [SIZE=3][FONT=Comic Sans MS][COLOR=#8000ff] [/COLOR][/FONT][/SIZE]
                                          [SIZE=3][FONT=Comic Sans MS][COLOR=#8000ff]Can someone please tell me what this means. Thanks. [/COLOR][/FONT][/SIZE]
                                        1 Reply Last reply Reply Quote 0
                                        • A
                                          Andereas
                                          last edited by

                                          We have a new laptop, using the Atheros 8161 ethernet controller problem, so we’ve compiled compatible with kernel version 3.5.4 kitchensink driver (ALX).

                                          1 Reply Last reply Reply Quote 0
                                          • R
                                            rrm
                                            last edited by

                                            Hi all,
                                            new to this, I unzipped the driver supplied and replaced it for the original bzImage file. Tried to boot to FOG and I still get the same problem. It’s a Toshiba Satellite Pro C50-A-15Q. It is an Atheros network card, any help really appreciated. Be gently and give detailed instructions as I am new to both Linux and FOG.

                                            Thanks
                                            RRM

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 1 / 2
                                            • First post
                                              Last post

                                            187

                                            Online

                                            12.0k

                                            Users

                                            17.3k

                                            Topics

                                            155.2k

                                            Posts
                                            Copyright © 2012-2024 FOG Project