element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Raspberry Pi
  • Products
  • More
Raspberry Pi
Raspberry Pi Forum Rpi2 + Cirrus/Element14 Audio Board + Arch Linux
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Raspberry Pi to participate - click to join for free!
Featured Articles
Announcing Pi
Technical Specifications
Raspberry Pi FAQs
Win a Pi
Raspberry Pi Wishlist
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Verified Answer
  • Replies 4 replies
  • Subscribers 664 subscribers
  • Views 406 views
  • Users 0 members are here
Related

Rpi2 + Cirrus/Element14 Audio Board + Arch Linux

Former Member
Former Member over 9 years ago

This is my first post here, hopefully this is in the right place.

 

I have an Rpi2 and the Cirrus/Element14 Audio board.  I've been able to make it work under raspbian Linux (kernel 4.1.13) using the precompiled kernel from hiassoft (thank you!)

 

I prefer Arch Linux and have spent time searching for posts regarding using the audio board with Arch Linux and I've found nothing I can use.

 

So I started my own little adventure.  Since the kernels are both version 4.1.13, I thought it might be possible to get the board working with Arch Linux using the precompiled kernel.  My first attempt basically followed the same procedure as for raspbian, that is, to expand the tar file at the file system root and then edit the two files that need special attention.  The first time I did this with Arch Linux, the tar file extract deleted the link from /lib to /usr/lib which broke a lot of things and of course, did not work.  Once I realized what happened, I tried something a bit different - I extracted the tar file to a benign location and then used cp -a to copy the files to /usr/lib and then I edited the two files.  When I rebooted, the red LED went out (which also happened in raspbian - which worked).  So I installed mplayer in Arch, but it wouldn't play an mp3 that played with raspbian.  An error message was printed that said something like:   The sound card got stuck!

 

Anyway, this is as far as I can go with this, I hope maybe this is helpful to someone else.

 

The question is - has anyone successfully made the Cirrus/Element14 Audio board work with Arch Linux?

  • Sign in to reply
  • Cancel
  • balearicdynamics
    0 balearicdynamics over 9 years ago

    hi Jovianpyx,

     

    with Arch Linux I have not set the CL but doind this with the Raspian wheezy, the previous kernel version, I met a lot of issues basically because the audio board need a real time kernel. So I think that you should point your attention to this aspect also in the rebuild of the Arch Linux version for the Raspberry PI. The general problem of the real time linux distribution is that it is not aligned with the standard distribution, resulting an impossibility to make updates / upgrades to the system as we usually do. When all works fine (on the raspbian linux AFAIK by my experience) if you try to upgrade the real time components of the kernel are upgraded by the standard kernel and all stop working. I suppose that something similar will happen in the other linux distro.

     

    Enrico

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • rew
    0 rew over 9 years ago

    jovianpyx wrote:

     

    When I rebooted, the red LED went out (which also happened in raspbian - which worked).

    The red led indicates: "power supply OK: we have more than 4.65V where 5V should be present".

     

    The 'pi will work down to 3.3V, but peripherals like USB keyboards or HDMI->VGA converters might require something closer to 5V at that location. It's a warning if the red led goes out. As long as everything works, don't worry about it. But in your case it doesn't work. So, to eliminate possible causes I would suggest you look at your "power supply". This includes the cable that you use to connect to the 'pi.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Former Member
    0 Former Member over 9 years ago in reply to rew

    My bad - there is more than one red LED.  The red LED on the Rpi2 remains illuminated at all times, the red LED on the Cirrus audio board goes out when it's driver loads.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Former Member
    0 Former Member over 9 years ago

    I seem to have answered my own question - so for others who may also have interest in running Arch Linux with the Cirrus/Element14 audio board, here is the solution:

     

    ArchLinux ARM kernel packages with driver for Cirrus Logic/Wolfson Audio Card

     

    I followed the instructions there and bingo, the card works.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Reject Answer
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube