Questions tagged [broadcom]

Broadcom Corporation is a company designing chips and similar hardware for wireless and broadband communication.

66 questions
0
votes
0 answers

Error connecting to wifi with bcm43217 and wpa_supplicant

I was trying to make an old lying around Huawei B310-927s a Wi-Fi-to-Lan bridge. First, I tried connecting to a Wi-Fi with wl(broadcom proprietary driver) but I couldn't get it to work, I found out it uses an android based kernel and uses an ARM…
Rafay Ahmed
  • 1
  • 2
  • 1
0
votes
0 answers

CA service management conect to rest_access but another tables not found in postman basic Auth

I connect to http://localhost:8050/caisd-rest/rest_access and status is 200 ok in postman but, I'm trying connect to http://localhost:8050/caisd-rest/cnt and the postman return 404 not found here the codes: code snippet success to…
0
votes
0 answers

Cluster Network Connection Failure via Cilium CNI in VMs Using SR-IOV on Broadcom BCM57412 NIC

Host Server item Details OS Ubuntu 20.04.5 Kernel 5.15.0-53 Driver Version 5.15.0-56-generic Firmware Version 220.0.57.0/pkg 22.00.07.60 SRIOV VF: 8 Hardware item Details CPU Intel(R) Xeon(R) Gold 6226R CPU @…
kyleyoon
  • 1
  • 1
0
votes
0 answers

(BCM4345/6) WiFi works, but on the regular basis getting cfg80211_set_channel error, reason -52

I am running Linux version 6.2.14 on my board, the driver seems to be initialized properly, but once the system is booted, with an interval that is less than a minute, I get a group of (reason -52) messages: [ 9.971548] brcmfmac:…
0Mira
  • 1
  • 1
0
votes
2 answers

AUTOSYS: Command to fetch job status for multiple jobs at the same time

I don't have access privileges in UNIX for Autosys to fetch the job report by executing commands. Because, when I execute autorep command it's throwing an error which is a command not found So, I tried using the GUI method where there is an…
Karthik Velu
  • 49
  • 2
  • 7
0
votes
1 answer

Linux system not detecting BNXT_EN NICs

I am running Wind River Linux LTS and I am trying to add support to BNXT_EN series NICs. The issue I am facing is that the machine is not detecting nics when the dpdk application is started. Kindly help me troubleshoot this issue. I did google a lot…
Ravi Kumar
  • 85
  • 1
  • 8
0
votes
0 answers

How to query total taken time from story defined til complete in java in Rally?

In Rally, I have a requirement where I need to capture the time taken by each story till it get complete. The approach is basically the story went "In process" till it was "Completed". In simple words I want to capture all the date/time when there…
0
votes
1 answer

Siteminder and SameSite Cookie attribute

We are using CA Siteminder as our IdP and for SSO, which creates the SMSESSION cookie. It is also setting SameSite=None and Secure attributes. All browsers are cooperating except older versions of Safari (like 12.x). This seems to be a known issue.…
Rajeev Nair
  • 759
  • 8
  • 20
0
votes
2 answers

PCI/PCIe Software Development Kits from Broadcom installation on Linux Kernel 5.3

It is regarding the PLXsdk from https://www.broadcom.com/products/pcie-switches-bridges/software-dev-kits I have some NVMe SSD connected to PCI, I am trying to read and write the BAR register for that NVMe Drive in Linux Kernel 5.3 usig=ng the…
0
votes
2 answers

Unable to load bnxt_en driver intermittently on linux os backed by hypervisor

I have a VM backed by vCenter. vCenter ESXi have physical adapter "Broadcom BCM57414 NetXtreme-E 10Gb/25Gb RDMA Ethernet Controller" and SR-IOV enabled on this. VM is connected to 1mgmt network (vmxnet3) and 2 SR-IOV adapters…
K.K
  • 311
  • 1
  • 7
  • 17
0
votes
0 answers

unable to apply release wise filter while fetching the task details with owner in rally

In postman I can see results are popping correct: https://rally1.rallydev.com/slm/webservice/v2.0/task?query=(((Owner.Name = abc@google.com) and (Release.Name = PQA)) and (Project = "/project/"))&fetch=FormattedID, Actuals, Estimate, owner but with…
0
votes
0 answers

Exact Broadcom B43 driver

This might be a stupid question but here we go. My laptop has a Broadcom wifi card, the exact info being: Slot: 06:00.0 Class: Network controller [0280] Vendor: Broadcom Limited [14e4] Device: BCM4311 802.11b/g WLAN [4311] …
0
votes
1 answer

How to findout CPU hardware series number from /proc/cpuinfo

I am trying to find out datasheet for a broadcom cpu chip, I can get the below cpuinfo dump, but how do I findout exact chip series number? #cat /proc/cpuinfo system type : 968380GERG processor : 0 cpu model …
LinconFive
  • 1,718
  • 1
  • 19
  • 24
0
votes
1 answer

EGL not swapping on Raspberry VideoCore IV

I'm trying to run my OpenGL wrapper on Raspberry Pi 2. The wrapper is running on mono, written in C#. I got my basic example running on RPi using VideoCore IV API, but no image is presented on the screen. The example located in…
Luca
  • 11,646
  • 11
  • 70
  • 125
0
votes
1 answer

Why Bluetooth firmware needs to be loaded at driver initialization?

For example, see this code for BCM43xx Bluetooth driver adapted from BlueZ: int bcm43xx_init(int fd, int def_speed, int speed, struct termios *ti, const char *bdaddr) { char chip_name[20]; char fw_path[PATH_MAX]; …
Xi Han
  • 323
  • 1
  • 7