Jump to content

Recommended Posts

Posted
On 11/9/2022 at 7:31 PM, Carmeldl said:

Just took my 2022 GMC Elevation in for audio issues associated with service bulletin

  22-NA-142. I literally just got this truck last Friday, it’s my first GMC coming from Silverados. They said they did a software update and fixed it. The distortion associated with this service bulletin is gone for now, however, was driving today listening to a song on Apple Music and the audio was going in and out - almost like when you hit the Alexa button and the volume turns down - the audio volume was going up and down on its own but nothing on the screen was moving - almost like you were listening to the radio and you were loosing signal in and out in a rural area.Then all of a sudden the music stopped completely will driving. I switched to FM,AM, Sirius and nothing worked..picked my kid up from daycare and tried again. And again, nothing worked. Came back on Tuesday morning, and then went out again driving home..took it back to dealership this morning, had it for 3 hrs and they couldn’t replicate the problem/had no idea what is going on. I reached out to GM directly - basically said they had no idea and would have someone contact the dealership but is anyone else experiencing this?! Super frustrated that the damn radio doesn’t even work in a brand new $55k vehicle. 

 

Keep us posted!

 

  • 4 weeks later...
Posted

Been back to the dealership 3 times since I first posted - no one has any idea what’s going on. I have a case opened with GM directly now, just sent them some new videos on Friday of the radio not working at all. Something weird going on now too is the other day when taking videos, I had Bluetooth OFF and my phone was NOT plugged in via USB yet when I turned the radio to apple car play, it was showing that one of my Apple Music playlists was playing - don’t even know how that is possible with nothing connected.
 

 GM responded to me last night and asked me to bring my truck back this week and show the videos to the “shop foreman”..I go on Friday but don’t have my hopes up . Starting to look into lemon laws in my state. 

Posted

I have the same issue regardless of the sound source in my Sierra 2022. I heard The dealership in my country is horrible with maintenance, I haven’t tried them yet as my truck has done about 2000KM only. I am very disappointed really, I didn’t buy F150 because I thought GM has better reliability and quality control after the not so good experience i had with my 2017 Mustang GT. It seems this is an issue with all American car manufacturers nowadays. 

Posted
On 12/12/2022 at 5:52 PM, Carmeldl said:

Been back to the dealership 3 times since I first posted - no one has any idea what’s going on. I have a case opened with GM directly now, just sent them some new videos on Friday of the radio not working at all. Something weird going on now too is the other day when taking videos, I had Bluetooth OFF and my phone was NOT plugged in via USB yet when I turned the radio to apple car play, it was showing that one of my Apple Music playlists was playing - don’t even know how that is possible with nothing connected.
 

 GM responded to me last night and asked me to bring my truck back this week and show the videos to the “shop foreman”..I go on Friday but don’t have my hopes up . Starting to look into lemon laws in my state. 


I had radio static 3 days of owning the truck. I have had 2 software updates. Fixed radio static but a bass heavy song the treble goes real low and it seems to focus on the bass. Sounds like complete trash. The whole thing is like an android tablet from 2007. Turn volume knob up fast it lags behind. Low ram cheap processor on a 60k truck. 
 

This week had a recall for DRL and a software update to fix it. Now my damn radio won’t play FM Bluetooth CarPlay phone calls or even Onstar button. No sound what so ever. 
 

I hate this truck. The new infotainment is complete garbage. 

  • 1 month later...
Posted

Has this been resolved?  I just got my truck about 2 weeks ago. And this morning this is happening. Exactly as described in these posts. 

  • 5 months later...
Posted

I've had my '24 sierra hd for 2 months now and have had radio issues from day 1. I get the static on FM only, but sometimes it stops playing on sirius and pandora for just a second or 2 about every 30 seconds or so. Very annoying. It will also just shut down occasionally and the screen will say "device is starting". Also, I don't like the fact that when I get in my truck, I have to go through the whole sequence of finding my music. It should go back to the last station that I was listening to. No help from service department.

 

Posted
On 2/11/2023 at 9:34 AM, Spalmer70 said:

Has this been resolved?  I just got my truck about 2 weeks ago. And this morning this is happening. Exactly as described in these posts. 

 

I am with you Spalmer70, and this is my question as well.  We just got my wife one of the last leftover 2022 refreshed Silverados.  Nice RST Crew Cab with a decent amount of options.  She's not very happy with there fact that we have had it for a little over two weeks and the radio static issue comes and goes.  From what I've been reading on here, it seems to be a possible software issue and it happens on both Bose and non-Bose systems.  

Posted

Open up a case with Corp. customer support. Not every dealer will do the right thing and contact the tech. assistance center and go through their solutions first and if it doesn't work then TAC will escalate it to engineering.

Dealers are like doctors, did they graduate first in class or last in class, but they are doctors. 

Contacting Corp. at least puts a spotlight on the lame ones. 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

  • Latest Articles

  • Posts

    • That makes sense, and I think you are describing the real product problem. Capturing data is the easy part. If the owner or technician has to manually dig through five minutes of millisecond-level logs, the product has already failed. The device would be at the ECM harness, not at the OBD port, so I agree that data retrieval and event marking need to be thought through carefully. The way I am thinking about the architecture is: The recorder itself should not depend on a phone, app, Bluetooth, Wi-Fi, or cloud connection to capture the event. It should always keep a local rolling buffer and lock the event locally. A button, phone app, or small cabin device would only act as an event marker. If the driver feels a stumble and presses the button 10–30 seconds later, the pre-buffer has to already contain the useful data. For data retrieval, the practical options would be a sealed service USB lead, Wi-Fi download, or a phone/cabin companion device. I would not expect the owner to remove the ECM-side module or work with raw files directly. The cloud or AI side would be for interpretation, not for capturing the event. The truck may have no connection when the issue happens, so the evidence has to be saved locally first. After that, cloud processing could help decode the data, compare it against baselines, and generate a readable report. For the first version, I would keep the automatic triggers conservative and objective: driver event marker bus-off error passive voltage drop / brownout device reset FIFO or queue overflow a normally periodic message disappearing side-to-side communication mismatch, if the topology supports that For “learning normal,” I agree with your point, but I would not want to overclaim it as automatic root-cause diagnosis at first. A realistic first step would be learned baseline comparison for that specific vehicle and operating condition. For example, a value would only be compared against similar conditions: RPM range load / MAP throttle position gear / vehicle speed coolant and oil temperature battery voltage AFM/DFM state, if decoded and validated Then the report could flag things like: this periodic message disappeared compared with its normal timing this value deviated from this vehicle’s normal range under similar conditions the same abnormal pattern repeated after the same type of event the anomaly occurred together with voltage, oil-pressure, misfire, or communication changes But I would still call that “abnormal pattern detected,” not “replace this part,” unless there is enough validated repair data behind it. So the intended product would not be “here is a huge log.” It would need to be an event package: what triggered the capture how much pre/post data was preserved what changed before and after the event whether the device itself reset, overflowed, or saw a bus error selected graphs around the event raw data only as supporting evidence From your perspective, what would make this kind of report useful instead of just another datalog? For example: What are the top 5 parameters or events you would want highlighted first? Would you trust a learned baseline for that specific vehicle, or would you prefer fixed thresholds? How much false-positive flagging would be acceptable before you stopped looking at the reports? What would a one-page report need to show for an independent shop to take it seriously? For misfire, AFM/DFM, oil pressure, or U-code complaints, what would you want the tool to flag automatically?
    • 2024 Silverado 2500 HD LTZ grille no camera Parts list   84603331 84913656 84913657 84913654 84913655 84911567 84911568 85646092 85646093 85797921 85797922   11570637  x10-15   grille/bumper bolts 11546500  x10      grille clips 11571006  x10      push/retainer clips 11546454  x6       nut retainers 11611609  x6       M5 bolts 11610700  x6       molding/trim retainers
    • And use RA's 5% discount code if you buy from them.  google for the code, one is always available.
    • Just don't turn the steering wheel as much?
    • Rockauto bud. I pass local stores for parts.   Findya something online. 
  • GM-Trucks.com Clubs

  • Popular Contributors

×
×
  • Create New...